zhiyil commited on
Commit
555f6f2
1 Parent(s): 5bdb148

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the snips_built_in_intents dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2158
22
- - Accuracy: 1.0
23
 
24
  ## Model description
25
 
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
58
- | 1.7528 | 1.0 | 37 | 1.5430 | 0.4 |
59
- | 0.4361 | 2.0 | 74 | 0.6562 | 0.8667 |
60
- | 0.2656 | 3.0 | 111 | 0.2158 | 1.0 |
61
- | 0.1121 | 4.0 | 148 | 0.1056 | 1.0 |
62
- | 0.1295 | 5.0 | 185 | 0.0753 | 1.0 |
63
- | 0.0897 | 6.0 | 222 | 0.0554 | 1.0 |
64
- | 0.0704 | 7.0 | 259 | 0.0467 | 1.0 |
65
- | 0.0638 | 8.0 | 296 | 0.0420 | 1.0 |
66
- | 0.047 | 9.0 | 333 | 0.0393 | 1.0 |
67
- | 0.0632 | 10.0 | 370 | 0.0387 | 1.0 |
68
 
69
 
70
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the snips_built_in_intents dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2720
22
+ - Accuracy: 0.9333
23
 
24
  ## Model description
25
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
58
+ | 1.9568 | 1.0 | 37 | 1.7598 | 0.4333 |
59
+ | 1.2238 | 2.0 | 74 | 0.8130 | 0.7667 |
60
+ | 0.4536 | 3.0 | 111 | 0.4985 | 0.8 |
61
+ | 0.2478 | 4.0 | 148 | 0.3535 | 0.8667 |
62
+ | 0.0903 | 5.0 | 185 | 0.3110 | 0.8667 |
63
+ | 0.0849 | 6.0 | 222 | 0.2720 | 0.9333 |
64
+ | 0.0708 | 7.0 | 259 | 0.2742 | 0.8667 |
65
+ | 0.0796 | 8.0 | 296 | 0.2839 | 0.8667 |
66
+ | 0.0638 | 9.0 | 333 | 0.2949 | 0.8667 |
67
+ | 0.0566 | 10.0 | 370 | 0.2925 | 0.8667 |
68
 
69
 
70
  ### Framework versions