thom126f commited on
Commit
11764ec
·
verified ·
1 Parent(s): 47d5f4c

Training complete

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: distilbert-base-uncased-distilled-clinc2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilbert-base-uncased-distilled-clinc2
18
+
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2271
22
+ - Accuracy: 0.9565
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002134538968230803
42
+ - train_batch_size: 192
43
+ - eval_batch_size: 48
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1.7007007109718952e-07
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 13
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 80 | 0.4718 | 0.8939 |
54
+ | No log | 2.0 | 160 | 0.2975 | 0.9361 |
55
+ | No log | 3.0 | 240 | 0.2616 | 0.9494 |
56
+ | 0.5682 | 4.0 | 320 | 0.2531 | 0.9465 |
57
+ | 0.5682 | 5.0 | 400 | 0.2412 | 0.9523 |
58
+ | 0.5682 | 6.0 | 480 | 0.2452 | 0.9474 |
59
+ | 0.5682 | 7.0 | 560 | 0.2388 | 0.9503 |
60
+ | 0.1756 | 8.0 | 640 | 0.2342 | 0.9523 |
61
+ | 0.1756 | 9.0 | 720 | 0.2289 | 0.9542 |
62
+ | 0.1756 | 10.0 | 800 | 0.2290 | 0.9545 |
63
+ | 0.1756 | 11.0 | 880 | 0.2261 | 0.9558 |
64
+ | 0.1648 | 12.0 | 960 | 0.2267 | 0.9558 |
65
+ | 0.1648 | 13.0 | 1040 | 0.2271 | 0.9565 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.2.2+cu121
72
+ - Datasets 2.21.0
73
+ - Tokenizers 0.19.1