Samaksh Khatri commited on
Commit
39358f3
·
1 Parent(s): c2f7dbe

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased-distilled-squad
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: gmra_model_distilbert-base-uncased-distilled-squad_17082023T150913
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # gmra_model_distilbert-base-uncased-distilled-squad_17082023T150913
18
+
19
+ This model is a fine-tuned version of [distilbert-base-uncased-distilled-squad](https://huggingface.co/distilbert-base-uncased-distilled-squad) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.6179
22
+ - Accuracy: 0.2575
23
+ - F1: 0.0683
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | No log | 1.0 | 142 | 1.6182 | 0.2575 | 0.0683 |
57
+ | No log | 2.0 | 284 | 1.6184 | 0.2575 | 0.0683 |
58
+ | No log | 2.99 | 426 | 1.6182 | 0.2575 | 0.0683 |
59
+ | 1.6013 | 4.0 | 569 | 1.6181 | 0.2575 | 0.0683 |
60
+ | 1.6013 | 5.0 | 711 | 1.6182 | 0.2575 | 0.0683 |
61
+ | 1.6013 | 6.0 | 853 | 1.6179 | 0.2575 | 0.0683 |
62
+ | 1.6013 | 6.99 | 995 | 1.6180 | 0.2575 | 0.0683 |
63
+ | 1.6032 | 8.0 | 1138 | 1.6179 | 0.2575 | 0.0683 |
64
+ | 1.6032 | 9.0 | 1280 | 1.6177 | 0.2575 | 0.0683 |
65
+ | 1.6032 | 9.98 | 1420 | 1.6179 | 0.2575 | 0.0683 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.31.0
71
+ - Pytorch 2.0.1+cu118
72
+ - Datasets 2.14.4
73
+ - Tokenizers 0.13.3