JerryYanJiang commited on
Commit
46fb653
1 Parent(s): f77e6e4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -2,6 +2,11 @@
2
  base_model: vinai/bertweet-large
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: baselineberttweetlarge
7
  results: []
@@ -14,15 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [vinai/bertweet-large](https://huggingface.co/vinai/bertweet-large) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.6416
18
- - eval_accuracy: 0.6229
19
- - eval_f1: 0.0661
20
- - eval_precision: 0.4286
21
- - eval_recall: 0.0358
22
- - eval_runtime: 45.0884
23
- - eval_samples_per_second: 19.939
24
- - eval_steps_per_second: 4.99
25
- - step: 0
26
 
27
  ## Model description
28
 
@@ -47,7 +48,14 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 2
 
 
 
 
 
 
 
51
 
52
  ### Framework versions
53
 
 
2
  base_model: vinai/bertweet-large
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
  model-index:
11
  - name: baselineberttweetlarge
12
  results: []
 
19
 
20
  This model is a fine-tuned version of [vinai/bertweet-large](https://huggingface.co/vinai/bertweet-large) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.5724
23
+ - Accuracy: 0.6274
24
+ - F1: 0.0
25
+ - Precision: 0.0
26
+ - Recall: 0.0
 
 
 
 
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 1
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:---------:|:------:|
57
+ | 0.615 | 1.0 | 788 | 0.5724 | 0.6274 | 0.0 | 0.0 | 0.0 |
58
+
59
 
60
  ### Framework versions
61