Add or update model card README
Browse files
README.md
CHANGED
@@ -1,10 +1,27 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# SamagraDataGov/test_model_mobbert
|
5 |
+
|
6 |
+
This is a text-classification model fine-tuned on `google/mobilebert-uncased` using the dataset `DatasetDict({
|
7 |
+
train: Dataset({
|
8 |
+
features: ['record_id', 'text', 'class', 'label'],
|
9 |
+
num_rows: 17
|
10 |
+
})
|
11 |
+
test: Dataset({
|
12 |
+
features: ['record_id', 'text', 'class', 'label'],
|
13 |
+
num_rows: 17
|
14 |
+
})
|
15 |
+
})`.
|
16 |
+
|
17 |
+
## Evaluation Results
|
18 |
+
|
19 |
+
Below are the evaluation metrics from the training run:
|
20 |
+
{
|
21 |
+
"eval_loss": 1433031.0,
|
22 |
+
"eval_f1": 0.32,
|
23 |
+
"eval_runtime": 0.7796,
|
24 |
+
"eval_samples_per_second": 21.805,
|
25 |
+
"eval_steps_per_second": 21.805,
|
26 |
+
"epoch": 2.0
|
27 |
+
}
|