nikitakapitan commited on
Commit
b70522f
1 Parent(s): 504b097

End of training

Browse files
Files changed (2) hide show
  1. README.md +84 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - clinc_oos
8
+ metrics:
9
+ - accuracy
10
+ - f1
11
+ model-index:
12
+ - name: bert-base-uncased-finetuned-clinc_oos
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: clinc_oos
19
+ type: clinc_oos
20
+ config: plus
21
+ split: test
22
+ args: plus
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value:
27
+ accuracy: 0.8672727272727273
28
+ - name: F1
29
+ type: f1
30
+ value:
31
+ f1: 0.8593551627139002
32
+ ---
33
+
34
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
35
+ should probably proofread and complete it, then remove this comment. -->
36
+
37
+ # bert-base-uncased-finetuned-clinc_oos
38
+
39
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the clinc_oos dataset.
40
+ It achieves the following results on the evaluation set:
41
+ - Loss: 1.0863
42
+ - Accuracy: {'accuracy': 0.8672727272727273}
43
+ - F1: {'f1': 0.8593551627139002}
44
+
45
+ ## Model description
46
+
47
+ More information needed
48
+
49
+ ## Intended uses & limitations
50
+
51
+ More information needed
52
+
53
+ ## Training and evaluation data
54
+
55
+ More information needed
56
+
57
+ ## Training procedure
58
+
59
+ ### Training hyperparameters
60
+
61
+ The following hyperparameters were used during training:
62
+ - learning_rate: 2e-05
63
+ - train_batch_size: 16
64
+ - eval_batch_size: 16
65
+ - seed: 42
66
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
67
+ - lr_scheduler_type: linear
68
+ - num_epochs: 3
69
+
70
+ ### Training results
71
+
72
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
73
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|
74
+ | 4.3415 | 1.0 | 954 | 2.4724 | {'accuracy': 0.7769090909090909} | {'f1': 0.7596942777117995} |
75
+ | 1.7949 | 2.0 | 1908 | 1.3415 | {'accuracy': 0.8538181818181818} | {'f1': 0.8441232118060242} |
76
+ | 0.8898 | 3.0 | 2862 | 1.0863 | {'accuracy': 0.8672727272727273} | {'f1': 0.8593551627139002} |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.33.3
82
+ - Pytorch 2.0.1+cu118
83
+ - Datasets 2.14.5
84
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1b3508b470314c4ce5cdcc15b19297cc045034ef7eca74cca64f977637535dd
3
  size 438461809
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fee69688094b7bf3969e332d410bffd609d7dccee8785e36b8dd87c59a10d937
3
  size 438461809