juancavallotti commited on
Commit
9b9dfa3
1 Parent(s): 1296368

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -1,8 +1,7 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
- metrics:
5
- - f1
6
  model-index:
7
  - name: distilroberta-base-culinary
8
  results: []
@@ -13,10 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # distilroberta-base-culinary
15
 
16
- This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.1049
19
- - F1: 0.9849
20
 
21
  ## Model description
22
 
@@ -45,15 +43,12 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss | F1 |
49
- |:-------------:|:-----:|:----:|:---------------:|:------:|
50
- | 0.1718 | 0.5 | 500 | 0.0960 | 0.9819 |
51
- | 0.1554 | 1.0 | 1000 | 0.0701 | 0.9819 |
52
- | 0.0752 | 1.51 | 1500 | 0.1325 | 0.9699 |
53
- | 0.0669 | 2.01 | 2000 | 0.0880 | 0.9849 |
54
- | 0.0312 | 2.51 | 2500 | 0.1450 | 0.9759 |
55
- | 0.0287 | 3.01 | 3000 | 0.0962 | 0.9819 |
56
- | 0.0098 | 3.51 | 3500 | 0.1049 | 0.9849 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: distilroberta-base-culinary
7
  results: []
 
12
 
13
  # distilroberta-base-culinary
14
 
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.0820
 
18
 
19
  ## Model description
20
 
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:------:|:---------------:|
48
+ | 1.3285 | 1.0 | 72679 | 1.2932 |
49
+ | 1.1837 | 2.0 | 145358 | nan |
50
+ | 1.1466 | 3.0 | 218037 | 1.1180 |
51
+ | 1.0833 | 4.0 | 290716 | 1.0820 |
 
 
 
52
 
53
 
54
  ### Framework versions