LinaTarasenko99 commited on
Commit
894c046
1 Parent(s): 851ed77

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ADHD_Test_qa_model
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
+ # ADHD_Test_qa_model
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: 1.0061
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: 2e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 40
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 2 | 5.7461 |
49
+ | No log | 2.0 | 4 | 5.5441 |
50
+ | No log | 3.0 | 6 | 5.3226 |
51
+ | No log | 4.0 | 8 | 5.0725 |
52
+ | No log | 5.0 | 10 | 4.8020 |
53
+ | No log | 6.0 | 12 | 4.5135 |
54
+ | No log | 7.0 | 14 | 4.2225 |
55
+ | No log | 8.0 | 16 | 3.9429 |
56
+ | No log | 9.0 | 18 | 3.6847 |
57
+ | No log | 10.0 | 20 | 3.4510 |
58
+ | No log | 11.0 | 22 | 3.2467 |
59
+ | No log | 12.0 | 24 | 3.0685 |
60
+ | No log | 13.0 | 26 | 2.9113 |
61
+ | No log | 14.0 | 28 | 2.7682 |
62
+ | No log | 15.0 | 30 | 2.6341 |
63
+ | No log | 16.0 | 32 | 2.4968 |
64
+ | No log | 17.0 | 34 | 2.3575 |
65
+ | No log | 18.0 | 36 | 2.2179 |
66
+ | No log | 19.0 | 38 | 2.0802 |
67
+ | No log | 20.0 | 40 | 1.9476 |
68
+ | No log | 21.0 | 42 | 1.8254 |
69
+ | No log | 22.0 | 44 | 1.6981 |
70
+ | No log | 23.0 | 46 | 1.5769 |
71
+ | No log | 24.0 | 48 | 1.4611 |
72
+ | No log | 25.0 | 50 | 1.3675 |
73
+ | No log | 26.0 | 52 | 1.2925 |
74
+ | No log | 27.0 | 54 | 1.2285 |
75
+ | No log | 28.0 | 56 | 1.1718 |
76
+ | No log | 29.0 | 58 | 1.1221 |
77
+ | No log | 30.0 | 60 | 1.0865 |
78
+ | No log | 31.0 | 62 | 1.0644 |
79
+ | No log | 32.0 | 64 | 1.0428 |
80
+ | No log | 33.0 | 66 | 1.0304 |
81
+ | No log | 34.0 | 68 | 1.0209 |
82
+ | No log | 35.0 | 70 | 1.0109 |
83
+ | No log | 36.0 | 72 | 1.0079 |
84
+ | No log | 37.0 | 74 | 1.0096 |
85
+ | No log | 38.0 | 76 | 1.0071 |
86
+ | No log | 39.0 | 78 | 1.0064 |
87
+ | No log | 40.0 | 80 | 1.0061 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.26.1
93
+ - Pytorch 1.13.1+cu116
94
+ - Datasets 2.10.1
95
+ - Tokenizers 0.13.2