herMaster commited on
Commit
bf3563d
1 Parent(s): 0bf6ed9

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. README.md +63 -0
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - squad
8
+ model-index:
9
+ - name: devang-qna-model-5epoch
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # devang-qna-model-5epoch
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.5994
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 250 | 2.2048 |
52
+ | 2.6636 | 2.0 | 500 | 1.5864 |
53
+ | 2.6636 | 3.0 | 750 | 1.5463 |
54
+ | 1.0762 | 4.0 | 1000 | 1.5754 |
55
+ | 1.0762 | 5.0 | 1250 | 1.5994 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.34.0
61
+ - Pytorch 2.0.1+cu118
62
+ - Datasets 2.14.5
63
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb9cb66daf6d9e03d777700560d222c7bf8c8c2c0b607e491b3ae7040a59183c
3
  size 265492517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81149238ae764e70fada62500f089444386083cff645ae9d095a5bc47784ead0
3
  size 265492517
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb23682e5d70df8b48e358316c38bec32f1a5ec34fb1d9eae4c859c95ff851e4
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5517e09866d87ce139cc33c24b1f2b3e617b963e913249f914bbc9fcd2a03bda
3
  size 4091