ViktorDo commited on
Commit
b34f7f8
·
1 Parent(s): 11f74b7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: distilbert-base-uncased-scratch-powo_mgh_pt
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # distilbert-base-uncased-scratch-powo_mgh_pt
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 3.0408
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 5
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 8
40
+ - total_train_batch_size: 40
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 3
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 6.4584 | 0.2 | 200 | 4.7806 |
50
+ | 4.6385 | 0.41 | 400 | 4.3704 |
51
+ | 4.2219 | 0.61 | 600 | 4.0727 |
52
+ | 3.994 | 0.81 | 800 | 3.8772 |
53
+ | 3.8048 | 1.01 | 1000 | 3.6894 |
54
+ | 3.6722 | 1.22 | 1200 | 3.5732 |
55
+ | 3.4828 | 1.42 | 1400 | 3.4203 |
56
+ | 3.3648 | 1.62 | 1600 | 3.3634 |
57
+ | 3.3918 | 1.83 | 1800 | 3.2685 |
58
+ | 3.3919 | 2.03 | 2000 | 3.2027 |
59
+ | 3.1715 | 2.23 | 2200 | 3.1365 |
60
+ | 3.0635 | 2.43 | 2400 | 3.1228 |
61
+ | 3.0804 | 2.64 | 2600 | 3.0595 |
62
+ | 3.0468 | 2.84 | 2800 | 3.0318 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.19.2
68
+ - Pytorch 1.11.0+cu113
69
+ - Datasets 2.2.2
70
+ - Tokenizers 0.12.1