himanimaheshwari3 commited on
Commit
631ae97
·
1 Parent(s): 8922e4d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: distilbert-base-uncased-finetuned-himani_auto-text-gen
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # distilbert-base-uncased-finetuned-himani_auto-text-gen
15
+
16
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.7913
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 2
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 4.8212 | 1.0 | 30 | 2.9480 |
50
+ | 4.0493 | 2.0 | 60 | 1.9459 |
51
+ | 3.5449 | 3.0 | 90 | 3.1831 |
52
+ | 3.6318 | 4.0 | 120 | 4.5427 |
53
+ | 3.4761 | 5.0 | 150 | 4.6722 |
54
+ | 2.9815 | 6.0 | 180 | 5.4563 |
55
+ | 3.1247 | 7.0 | 210 | 3.6281 |
56
+ | 2.9715 | 8.0 | 240 | 4.5996 |
57
+ | 2.8263 | 9.0 | 270 | 3.7812 |
58
+ | 2.3001 | 10.0 | 300 | 4.1159 |
59
+ | 2.656 | 11.0 | 330 | 4.0686 |
60
+ | 2.5122 | 12.0 | 360 | 3.4073 |
61
+ | 1.8478 | 13.0 | 390 | 3.1591 |
62
+ | 2.5157 | 14.0 | 420 | 3.4517 |
63
+ | 2.0329 | 15.0 | 450 | 2.5513 |
64
+ | 2.2727 | 16.0 | 480 | 3.1985 |
65
+ | 1.591 | 17.0 | 510 | 2.7810 |
66
+ | 1.81 | 18.0 | 540 | 4.5671 |
67
+ | 2.0059 | 19.0 | 570 | 2.9868 |
68
+ | 1.8184 | 20.0 | 600 | 5.4829 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.31.0
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.14.2
76
+ - Tokenizers 0.13.3