fffffly commited on
Commit
59f415d
1 Parent(s): 762ce7f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: my_awesome_model
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
+ # my_awesome_model
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7443
20
+ - Accuracy: 0.8862
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 84 | 0.3900 | 0.8413 |
52
+ | No log | 2.0 | 168 | 0.3632 | 0.8503 |
53
+ | No log | 3.0 | 252 | 0.4156 | 0.8593 |
54
+ | No log | 4.0 | 336 | 0.6314 | 0.8204 |
55
+ | No log | 5.0 | 420 | 0.5270 | 0.8653 |
56
+ | 0.1541 | 6.0 | 504 | 0.5825 | 0.8563 |
57
+ | 0.1541 | 7.0 | 588 | 0.7705 | 0.8353 |
58
+ | 0.1541 | 8.0 | 672 | 0.6935 | 0.8653 |
59
+ | 0.1541 | 9.0 | 756 | 0.7145 | 0.8683 |
60
+ | 0.1541 | 10.0 | 840 | 0.6801 | 0.8683 |
61
+ | 0.1541 | 11.0 | 924 | 0.8010 | 0.8593 |
62
+ | 0.0071 | 12.0 | 1008 | 0.7338 | 0.8802 |
63
+ | 0.0071 | 13.0 | 1092 | 0.7252 | 0.8772 |
64
+ | 0.0071 | 14.0 | 1176 | 0.7425 | 0.8832 |
65
+ | 0.0071 | 15.0 | 1260 | 0.7443 | 0.8862 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.28.1
71
+ - Pytorch 2.0.0+cu118
72
+ - Datasets 2.12.0
73
+ - Tokenizers 0.13.3