sibozhu commited on
Commit
4828780
·
1 Parent(s): 091a35a

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # cp_intent_model
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3197
21
- - Accuracy: 0.4
22
 
23
  ## Model description
24
 
@@ -49,8 +49,8 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 13 | 1.3533 | 0.4 |
53
- | No log | 2.0 | 26 | 1.3197 | 0.4 |
54
 
55
 
56
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: bert-base-multilingual-cased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # cp_intent_model
17
 
18
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.2074
21
+ - Accuracy: 0.485
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 13 | 1.3080 | 0.37 |
53
+ | No log | 2.0 | 26 | 1.2074 | 0.485 |
54
 
55
 
56
  ### Framework versions