gallyamovi commited on
Commit
ac7ec2c
1 Parent(s): ad61d7b

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
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: distilbert-finetuned-lr1e-05-epochs15
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
+ # distilbert-finetuned-lr1e-05-epochs15
14
+
15
+ This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.0019
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: 1e-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: 15
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 10 | 4.0327 |
49
+ | No log | 2.0 | 20 | 3.3750 |
50
+ | No log | 3.0 | 30 | 3.2252 |
51
+ | No log | 4.0 | 40 | 3.0340 |
52
+ | No log | 5.0 | 50 | 2.9771 |
53
+ | No log | 6.0 | 60 | 2.9568 |
54
+ | No log | 7.0 | 70 | 2.9837 |
55
+ | No log | 8.0 | 80 | 2.9969 |
56
+ | No log | 9.0 | 90 | 2.8922 |
57
+ | No log | 10.0 | 100 | 2.9075 |
58
+ | No log | 11.0 | 110 | 2.9617 |
59
+ | No log | 12.0 | 120 | 2.9936 |
60
+ | No log | 13.0 | 130 | 2.9937 |
61
+ | No log | 14.0 | 140 | 2.9997 |
62
+ | No log | 15.0 | 150 | 3.0019 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.28.1
68
+ - Pytorch 2.0.0+cu118
69
+ - Datasets 2.12.0
70
+ - Tokenizers 0.13.3