Adilmar commited on
Commit
b18b820
1 Parent(s): 46a738b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: test_trainer
7
  results: []
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # test_trainer
14
 
15
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,7 +42,18 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 3.0
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ### Framework versions
43
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: test_trainer
9
  results: []
 
15
  # test_trainer
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.3862
20
+ - Accuracy: 0.605
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 125 | 1.0798 | 0.56 |
52
+ | No log | 2.0 | 250 | 1.1276 | 0.524 |
53
+ | No log | 3.0 | 375 | 1.1069 | 0.577 |
54
+ | 0.8252 | 4.0 | 500 | 1.2590 | 0.596 |
55
+ | 0.8252 | 5.0 | 625 | 1.3862 | 0.605 |
56
+
57
 
58
  ### Framework versions
59