Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +44 -0
- pytorch_model.bin +3 -0
- runs/Mar18_15-44-00_9fdd50ba7e15/1647618252.1284475/events.out.tfevents.1647618252.9fdd50ba7e15.83.5 +3 -0
- runs/Mar18_15-44-00_9fdd50ba7e15/events.out.tfevents.1647618252.9fdd50ba7e15.83.4 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-cased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "Lead",
|
| 14 |
+
"1": "Position",
|
| 15 |
+
"2": "Evidence",
|
| 16 |
+
"3": "Claim",
|
| 17 |
+
"4": "Concluding Statement",
|
| 18 |
+
"5": "Counterclaim",
|
| 19 |
+
"6": "Rebuttal"
|
| 20 |
+
},
|
| 21 |
+
"initializer_range": 0.02,
|
| 22 |
+
"intermediate_size": 3072,
|
| 23 |
+
"label2id": {
|
| 24 |
+
"Claim": "3",
|
| 25 |
+
"Concluding Statement": "4",
|
| 26 |
+
"Counterclaim": "5",
|
| 27 |
+
"Evidence": "2",
|
| 28 |
+
"Lead": "0",
|
| 29 |
+
"Position": "1",
|
| 30 |
+
"Rebuttal": "6"
|
| 31 |
+
},
|
| 32 |
+
"layer_norm_eps": 1e-12,
|
| 33 |
+
"max_position_embeddings": 512,
|
| 34 |
+
"model_type": "bert",
|
| 35 |
+
"num_attention_heads": 12,
|
| 36 |
+
"num_hidden_layers": 12,
|
| 37 |
+
"pad_token_id": 0,
|
| 38 |
+
"position_embedding_type": "absolute",
|
| 39 |
+
"torch_dtype": "float32",
|
| 40 |
+
"transformers_version": "4.17.0",
|
| 41 |
+
"type_vocab_size": 2,
|
| 42 |
+
"use_cache": true,
|
| 43 |
+
"vocab_size": 28996
|
| 44 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b280e2adc40f66e5fa8df1554b3fd9af95eb88cc446d201fa4984b19c094e4f
|
| 3 |
+
size 430984561
|
runs/Mar18_15-44-00_9fdd50ba7e15/1647618252.1284475/events.out.tfevents.1647618252.9fdd50ba7e15.83.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:759cff0e64fe41c13bf9c7bec668cafb1d81ba4c9326a2138b10fce26702b7fe
|
| 3 |
+
size 4769
|
runs/Mar18_15-44-00_9fdd50ba7e15/events.out.tfevents.1647618252.9fdd50ba7e15.83.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:632f2a4fba380898d37ead6efbd9e076944f531183906b5125cdf99a51d850f4
|
| 3 |
+
size 4280
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "add_prefix_space": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b21ac7f632c9eeadfb28c5e40ae46cbf6ee87925d7227aef9ead80b46fcd940
|
| 3 |
+
size 2991
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|