Billwzl commited on
Commit
1499b78
1 Parent(s): 6a97318

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: 20split_dataset_version3
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # 20split_dataset_version3
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.8310
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 32
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 16
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 3.1679 | 1.0 | 313 | 2.9768 |
49
+ | 2.9869 | 2.0 | 626 | 2.9299 |
50
+ | 2.8528 | 3.0 | 939 | 2.9176 |
51
+ | 2.7435 | 4.0 | 1252 | 2.9104 |
52
+ | 2.6458 | 5.0 | 1565 | 2.8863 |
53
+ | 2.5865 | 6.0 | 1878 | 2.8669 |
54
+ | 2.5218 | 7.0 | 2191 | 2.8802 |
55
+ | 2.4647 | 8.0 | 2504 | 2.8639 |
56
+ | 2.3933 | 9.0 | 2817 | 2.8543 |
57
+ | 2.3687 | 10.0 | 3130 | 2.8573 |
58
+ | 2.3221 | 11.0 | 3443 | 2.8398 |
59
+ | 2.276 | 12.0 | 3756 | 2.8415 |
60
+ | 2.2379 | 13.0 | 4069 | 2.8471 |
61
+ | 2.2427 | 14.0 | 4382 | 2.8318 |
62
+ | 2.1741 | 15.0 | 4695 | 2.8356 |
63
+ | 2.1652 | 16.0 | 5008 | 2.8310 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.21.0
69
+ - Pytorch 1.12.0+cu113
70
+ - Datasets 2.4.0
71
+ - Tokenizers 0.12.1