hung200504
commited on
Commit
•
1670505
1
Parent(s):
ffe221e
bert-squad
Browse files- README.md +127 -0
- config.json +25 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +64 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: hung200504/bert-squadv2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: bert-covid-39
|
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 |
+
# bert-covid-39
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [hung200504/bert-squadv2](https://huggingface.co/hung200504/bert-squadv2) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7252
|
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: 3e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 2
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 4.5591 | 0.03 | 5 | 1.2012 |
|
50 |
+
| 1.2596 | 0.06 | 10 | 1.4381 |
|
51 |
+
| 1.0125 | 0.08 | 15 | 1.0124 |
|
52 |
+
| 1.2428 | 0.11 | 20 | 0.9407 |
|
53 |
+
| 1.2052 | 0.14 | 25 | 0.9740 |
|
54 |
+
| 0.6547 | 0.17 | 30 | 1.0313 |
|
55 |
+
| 0.7966 | 0.2 | 35 | 0.9168 |
|
56 |
+
| 0.8611 | 0.22 | 40 | 0.8861 |
|
57 |
+
| 1.7148 | 0.25 | 45 | 0.7733 |
|
58 |
+
| 1.2914 | 0.28 | 50 | 1.0139 |
|
59 |
+
| 1.6152 | 0.31 | 55 | 0.7834 |
|
60 |
+
| 0.9688 | 0.34 | 60 | 0.7517 |
|
61 |
+
| 0.909 | 0.37 | 65 | 0.8122 |
|
62 |
+
| 0.7823 | 0.39 | 70 | 0.7512 |
|
63 |
+
| 0.8386 | 0.42 | 75 | 0.7157 |
|
64 |
+
| 0.7884 | 0.45 | 80 | 0.7113 |
|
65 |
+
| 0.9594 | 0.48 | 85 | 0.7621 |
|
66 |
+
| 0.8959 | 0.51 | 90 | 0.7472 |
|
67 |
+
| 0.5305 | 0.53 | 95 | 0.8187 |
|
68 |
+
| 0.8252 | 0.56 | 100 | 0.7381 |
|
69 |
+
| 1.6898 | 0.59 | 105 | 0.7426 |
|
70 |
+
| 1.0982 | 0.62 | 110 | 0.7209 |
|
71 |
+
| 1.1293 | 0.65 | 115 | 0.7321 |
|
72 |
+
| 0.4554 | 0.67 | 120 | 0.6945 |
|
73 |
+
| 1.2818 | 0.7 | 125 | 0.8030 |
|
74 |
+
| 0.3392 | 0.73 | 130 | 0.8722 |
|
75 |
+
| 1.3006 | 0.76 | 135 | 0.7928 |
|
76 |
+
| 0.853 | 0.79 | 140 | 0.8538 |
|
77 |
+
| 0.8214 | 0.81 | 145 | 0.8217 |
|
78 |
+
| 1.0063 | 0.84 | 150 | 0.8014 |
|
79 |
+
| 0.5788 | 0.87 | 155 | 0.7998 |
|
80 |
+
| 0.5167 | 0.9 | 160 | 0.8472 |
|
81 |
+
| 1.2736 | 0.93 | 165 | 0.7444 |
|
82 |
+
| 0.5527 | 0.96 | 170 | 0.7315 |
|
83 |
+
| 1.0421 | 0.98 | 175 | 0.7767 |
|
84 |
+
| 0.3837 | 1.01 | 180 | 0.7005 |
|
85 |
+
| 0.5765 | 1.04 | 185 | 0.7062 |
|
86 |
+
| 0.6094 | 1.07 | 190 | 0.7248 |
|
87 |
+
| 0.3476 | 1.1 | 195 | 0.7205 |
|
88 |
+
| 0.6104 | 1.12 | 200 | 0.7028 |
|
89 |
+
| 0.681 | 1.15 | 205 | 0.6956 |
|
90 |
+
| 0.9434 | 1.18 | 210 | 0.7217 |
|
91 |
+
| 0.3486 | 1.21 | 215 | 0.7119 |
|
92 |
+
| 0.311 | 1.24 | 220 | 0.6895 |
|
93 |
+
| 0.4587 | 1.26 | 225 | 0.7079 |
|
94 |
+
| 0.8009 | 1.29 | 230 | 0.7364 |
|
95 |
+
| 0.511 | 1.32 | 235 | 0.7349 |
|
96 |
+
| 0.4046 | 1.35 | 240 | 0.7259 |
|
97 |
+
| 0.6761 | 1.38 | 245 | 0.7351 |
|
98 |
+
| 0.3349 | 1.4 | 250 | 0.7341 |
|
99 |
+
| 0.8276 | 1.43 | 255 | 0.7304 |
|
100 |
+
| 0.1637 | 1.46 | 260 | 0.7316 |
|
101 |
+
| 0.2998 | 1.49 | 265 | 0.7621 |
|
102 |
+
| 0.6454 | 1.52 | 270 | 0.7695 |
|
103 |
+
| 0.336 | 1.54 | 275 | 0.7485 |
|
104 |
+
| 0.3583 | 1.57 | 280 | 0.7430 |
|
105 |
+
| 0.3906 | 1.6 | 285 | 0.7457 |
|
106 |
+
| 0.6049 | 1.63 | 290 | 0.7502 |
|
107 |
+
| 0.7388 | 1.66 | 295 | 0.7679 |
|
108 |
+
| 0.5119 | 1.69 | 300 | 0.7832 |
|
109 |
+
| 0.7891 | 1.71 | 305 | 0.7909 |
|
110 |
+
| 0.5389 | 1.74 | 310 | 0.7808 |
|
111 |
+
| 0.235 | 1.77 | 315 | 0.7770 |
|
112 |
+
| 0.7812 | 1.8 | 320 | 0.7598 |
|
113 |
+
| 0.4588 | 1.83 | 325 | 0.7491 |
|
114 |
+
| 0.6632 | 1.85 | 330 | 0.7418 |
|
115 |
+
| 0.8314 | 1.88 | 335 | 0.7369 |
|
116 |
+
| 0.78 | 1.91 | 340 | 0.7365 |
|
117 |
+
| 0.6049 | 1.94 | 345 | 0.7322 |
|
118 |
+
| 0.5554 | 1.97 | 350 | 0.7271 |
|
119 |
+
| 0.9808 | 1.99 | 355 | 0.7252 |
|
120 |
+
|
121 |
+
|
122 |
+
### Framework versions
|
123 |
+
|
124 |
+
- Transformers 4.34.1
|
125 |
+
- Pytorch 2.1.0+cu118
|
126 |
+
- Datasets 2.14.6
|
127 |
+
- Tokenizers 0.14.1
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hung200504/bert-squadv2",
|
3 |
+
"architectures": [
|
4 |
+
"BertForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "bert",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.34.1",
|
22 |
+
"type_vocab_size": 2,
|
23 |
+
"use_cache": true,
|
24 |
+
"vocab_size": 30522
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e783f8ae3909ee579887afa2f74617322f1373b0821bad9a7076943068de90ae
|
3 |
+
size 435640934
|
special_tokens_map.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"mask_token": {
|
10 |
+
"content": "[MASK]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"sep_token": {
|
24 |
+
"content": "[SEP]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"unk_token": {
|
31 |
+
"content": "[UNK]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
}
|
37 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"4": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"max_length": 384,
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "[SEP]",
|
57 |
+
"stride": 0,
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "only_second",
|
63 |
+
"unk_token": "[UNK]"
|
64 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d64a8677ba2da376e25b3c075ea97ef1be62ac678991688a6e68f65eaf6a8ea5
|
3 |
+
size 4536
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|