zjun028 commited on
Commit
a5f082b
1 Parent(s): 12b138f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: results
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # results
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: 2.9905
21
+ - Accuracy: 0.5067
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: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 30
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 132 | 0.6630 | 0.6267 |
53
+ | No log | 2.0 | 264 | 0.6697 | 0.6267 |
54
+ | No log | 3.0 | 396 | 0.6605 | 0.6267 |
55
+ | 0.6686 | 4.0 | 528 | 0.6797 | 0.6267 |
56
+ | 0.6686 | 5.0 | 660 | 0.6599 | 0.5733 |
57
+ | 0.6686 | 6.0 | 792 | 0.6702 | 0.58 |
58
+ | 0.6686 | 7.0 | 924 | 0.7593 | 0.5267 |
59
+ | 0.6278 | 8.0 | 1056 | 0.7622 | 0.6 |
60
+ | 0.6278 | 9.0 | 1188 | 0.8147 | 0.6067 |
61
+ | 0.6278 | 10.0 | 1320 | 1.2285 | 0.5733 |
62
+ | 0.6278 | 11.0 | 1452 | 1.2681 | 0.58 |
63
+ | 0.5453 | 12.0 | 1584 | 1.4571 | 0.5667 |
64
+ | 0.5453 | 13.0 | 1716 | 1.5210 | 0.5467 |
65
+ | 0.5453 | 14.0 | 1848 | 1.6548 | 0.5733 |
66
+ | 0.5453 | 15.0 | 1980 | 1.6931 | 0.5667 |
67
+ | 0.4703 | 16.0 | 2112 | 1.8606 | 0.5867 |
68
+ | 0.4703 | 17.0 | 2244 | 1.9779 | 0.56 |
69
+ | 0.4703 | 18.0 | 2376 | 2.3998 | 0.4933 |
70
+ | 0.3567 | 19.0 | 2508 | 2.2930 | 0.5 |
71
+ | 0.3567 | 20.0 | 2640 | 2.6606 | 0.4933 |
72
+ | 0.3567 | 21.0 | 2772 | 2.4945 | 0.4933 |
73
+ | 0.3567 | 22.0 | 2904 | 2.6740 | 0.5133 |
74
+ | 0.2371 | 23.0 | 3036 | 2.7472 | 0.5 |
75
+ | 0.2371 | 24.0 | 3168 | 2.7916 | 0.5 |
76
+ | 0.2371 | 25.0 | 3300 | 2.8399 | 0.5 |
77
+ | 0.2371 | 26.0 | 3432 | 2.8665 | 0.52 |
78
+ | 0.1688 | 27.0 | 3564 | 2.9246 | 0.5133 |
79
+ | 0.1688 | 28.0 | 3696 | 2.9675 | 0.5 |
80
+ | 0.1688 | 29.0 | 3828 | 2.9967 | 0.5067 |
81
+ | 0.1688 | 30.0 | 3960 | 2.9905 | 0.5067 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.31.0
87
+ - Pytorch 2.0.1+cu118
88
+ - Datasets 2.14.4
89
+ - Tokenizers 0.13.3