mujerry commited on
Commit
2fb2ee1
1 Parent(s): 0cdc364

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-base-uncased-finetuned-QnA-v1
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
+ # bert-base-uncased-finetuned-QnA-v1
14
+
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.7610
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: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 39 | 3.3668 |
49
+ | No log | 2.0 | 78 | 3.2134 |
50
+ | No log | 3.0 | 117 | 3.1685 |
51
+ | No log | 4.0 | 156 | 3.1042 |
52
+ | No log | 5.0 | 195 | 3.1136 |
53
+ | No log | 6.0 | 234 | 2.9051 |
54
+ | No log | 7.0 | 273 | 2.9077 |
55
+ | No log | 8.0 | 312 | 2.9774 |
56
+ | No log | 9.0 | 351 | 2.9321 |
57
+ | No log | 10.0 | 390 | 2.9501 |
58
+ | No log | 11.0 | 429 | 2.8544 |
59
+ | No log | 12.0 | 468 | 2.8761 |
60
+ | 3.0255 | 13.0 | 507 | 2.8152 |
61
+ | 3.0255 | 14.0 | 546 | 2.8046 |
62
+ | 3.0255 | 15.0 | 585 | 2.6979 |
63
+ | 3.0255 | 16.0 | 624 | 2.6379 |
64
+ | 3.0255 | 17.0 | 663 | 2.7091 |
65
+ | 3.0255 | 18.0 | 702 | 2.6914 |
66
+ | 3.0255 | 19.0 | 741 | 2.7403 |
67
+ | 3.0255 | 20.0 | 780 | 2.7479 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.11.3
73
+ - Pytorch 1.9.0+cu111
74
+ - Datasets 1.14.0
75
+ - Tokenizers 0.10.3