FilippoComastri commited on
Commit
3eb9dac
1 Parent(s): 66c039c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # bert-large-uncased-finetuned-clinc150
14
 
15
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.8328
18
 
19
  ## Model description
20
 
@@ -46,9 +46,9 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 3.7299 | 1.0 | 324 | 3.1835 |
50
- | 3.0921 | 2.0 | 648 | 2.9449 |
51
- | 2.8778 | 3.0 | 972 | 2.8643 |
52
 
53
 
54
  ### Framework versions
 
12
 
13
  # bert-large-uncased-finetuned-clinc150
14
 
15
+ This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.6555
18
 
19
  ## Model description
20
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 3.6666 | 1.0 | 324 | 2.9589 |
50
+ | 2.8829 | 2.0 | 648 | 2.7507 |
51
+ | 2.6216 | 3.0 | 972 | 2.6256 |
52
 
53
 
54
  ### Framework versions