SamagraDataGov commited on
Commit
d916583
·
verified ·
1 Parent(s): 79ce667

Add or update model card README

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -1,10 +1,27 @@
1
  ---
2
- base_model:
3
- - google/mobilebert-uncased
4
- language:
5
- - en
6
- license: mit
7
- metrics:
8
- - accuracy
9
- pipeline_tag: text-classification
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
+ }