zhiyil commited on
Commit
a04d2b0
1 Parent(s): 91f62a0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -18,7 +18,7 @@ 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.2339
22
  - Accuracy: 1.0
23
 
24
  ## Model description
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
58
- | 1.9236 | 1.0 | 37 | 1.6689 | 0.3667 |
59
- | 0.9259 | 2.0 | 74 | 0.7197 | 0.8333 |
60
- | 0.4666 | 3.0 | 111 | 0.2339 | 1.0 |
61
- | 0.1732 | 4.0 | 148 | 0.1144 | 1.0 |
62
- | 0.1412 | 5.0 | 185 | 0.0724 | 1.0 |
63
- | 0.1023 | 6.0 | 222 | 0.0536 | 1.0 |
64
- | 0.0772 | 7.0 | 259 | 0.0453 | 1.0 |
65
- | 0.0786 | 8.0 | 296 | 0.0396 | 1.0 |
66
- | 0.0581 | 9.0 | 333 | 0.0374 | 1.0 |
67
- | 0.0553 | 10.0 | 370 | 0.0364 | 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.2158
22
  - Accuracy: 1.0
23
 
24
  ## Model description
 
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