Training in progress epoch 0
Browse files- .gitignore +2 -0
- config.json +8 -5
- pytorch_model.bin +2 -2
- tokenizer.json +1 -1
- tokenizer_config.json +2 -2
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
step_*
|
| 2 |
+
epoch_*
|
config.json
CHANGED
|
@@ -1,21 +1,24 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForQuestionAnswering"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"directionality": "bidi",
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
-
"hidden_size":
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
-
"intermediate_size":
|
| 14 |
"layer_norm_eps": 1e-12,
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"model_type": "bert",
|
| 17 |
-
"num_attention_heads":
|
| 18 |
-
"num_hidden_layers":
|
|
|
|
| 19 |
"pad_token_id": 0,
|
| 20 |
"pooler_fc_size": 768,
|
| 21 |
"pooler_num_attention_heads": 12,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "hfl/chinese-roberta-wwm-ext-large",
|
| 3 |
"architectures": [
|
| 4 |
"BertForQuestionAnswering"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
"directionality": "bidi",
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
"hidden_act": "gelu",
|
| 12 |
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 1024,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 4096,
|
| 16 |
"layer_norm_eps": 1e-12,
|
| 17 |
"max_position_embeddings": 512,
|
| 18 |
"model_type": "bert",
|
| 19 |
+
"num_attention_heads": 16,
|
| 20 |
+
"num_hidden_layers": 24,
|
| 21 |
+
"output_past": true,
|
| 22 |
"pad_token_id": 0,
|
| 23 |
"pooler_fc_size": 768,
|
| 24 |
"pooler_num_attention_heads": 12,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8322799f8192a73f5309ce410e4c1b4314d73a886d2ca2d27368358dccb75866
|
| 3 |
+
size 1298033766
|
tokenizer.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"clean_text": true,
|
| 60 |
"handle_chinese_chars": true,
|
| 61 |
"strip_accents": null,
|
| 62 |
-
"lowercase":
|
| 63 |
},
|
| 64 |
"pre_tokenizer": {
|
| 65 |
"type": "BertPreTokenizer"
|
|
|
|
| 59 |
"clean_text": true,
|
| 60 |
"handle_chinese_chars": true,
|
| 61 |
"strip_accents": null,
|
| 62 |
+
"lowercase": true
|
| 63 |
},
|
| 64 |
"pre_tokenizer": {
|
| 65 |
"type": "BertPreTokenizer"
|
tokenizer_config.json
CHANGED
|
@@ -44,9 +44,9 @@
|
|
| 44 |
"additional_special_tokens": [],
|
| 45 |
"clean_up_tokenization_spaces": true,
|
| 46 |
"cls_token": "[CLS]",
|
| 47 |
-
"do_lower_case":
|
| 48 |
"mask_token": "[MASK]",
|
| 49 |
-
"model_max_length":
|
| 50 |
"pad_token": "[PAD]",
|
| 51 |
"sep_token": "[SEP]",
|
| 52 |
"strip_accents": null,
|
|
|
|
| 44 |
"additional_special_tokens": [],
|
| 45 |
"clean_up_tokenization_spaces": true,
|
| 46 |
"cls_token": "[CLS]",
|
| 47 |
+
"do_lower_case": true,
|
| 48 |
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 50 |
"pad_token": "[PAD]",
|
| 51 |
"sep_token": "[SEP]",
|
| 52 |
"strip_accents": null,
|