SamagraDataGov commited on
Commit
10e319a
·
verified ·
1 Parent(s): 11bad28

Add or update model card README

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