itzo commited on
Commit
5dd787e
1 Parent(s): de33651

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - clinc_oos
7
+ model-index:
8
+ - name: bert-base-uncased-fine-tuned-on-clinc_oos-dataset
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bert-base-uncased-fine-tuned-on-clinc_oos-dataset
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the clinc_oos dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.2335
20
+ - Accuracy Score: 0.9303
21
+ - F1 Score: 0.9283
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 64
42
+ - eval_batch_size: 64
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy Score | F1 Score |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:--------:|
52
+ | 4.4396 | 1.0 | 239 | 3.5490 | 0.6294 | 0.5939 |
53
+ | 3.0058 | 2.0 | 478 | 2.3558 | 0.8616 | 0.8536 |
54
+ | 2.0684 | 3.0 | 717 | 1.6714 | 0.9103 | 0.9075 |
55
+ | 1.5411 | 4.0 | 956 | 1.3379 | 0.9255 | 0.9236 |
56
+ | 1.3025 | 5.0 | 1195 | 1.2335 | 0.9303 | 0.9283 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.20.1
62
+ - Pytorch 1.11.0+cu113
63
+ - Datasets 2.3.2
64
+ - Tokenizers 0.12.1