Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +66 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Sep29_00-36-39_84f232ea3c78/1632875818.5121217/events.out.tfevents.1632875818.84f232ea3c78.153.1 +3 -0
- runs/Sep29_00-36-39_84f232ea3c78/events.out.tfevents.1632875818.84f232ea3c78.153.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "vesteinn/IceBERT",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "LABEL_0",
|
| 16 |
+
"1": "LABEL_1",
|
| 17 |
+
"2": "LABEL_2",
|
| 18 |
+
"3": "LABEL_3",
|
| 19 |
+
"4": "LABEL_4",
|
| 20 |
+
"5": "LABEL_5",
|
| 21 |
+
"6": "LABEL_6",
|
| 22 |
+
"7": "LABEL_7",
|
| 23 |
+
"8": "LABEL_8",
|
| 24 |
+
"9": "LABEL_9",
|
| 25 |
+
"10": "LABEL_10",
|
| 26 |
+
"11": "LABEL_11",
|
| 27 |
+
"12": "LABEL_12",
|
| 28 |
+
"13": "LABEL_13",
|
| 29 |
+
"14": "LABEL_14",
|
| 30 |
+
"15": "LABEL_15",
|
| 31 |
+
"16": "LABEL_16"
|
| 32 |
+
},
|
| 33 |
+
"initializer_range": 0.02,
|
| 34 |
+
"intermediate_size": 3072,
|
| 35 |
+
"label2id": {
|
| 36 |
+
"LABEL_0": 0,
|
| 37 |
+
"LABEL_1": 1,
|
| 38 |
+
"LABEL_10": 10,
|
| 39 |
+
"LABEL_11": 11,
|
| 40 |
+
"LABEL_12": 12,
|
| 41 |
+
"LABEL_13": 13,
|
| 42 |
+
"LABEL_14": 14,
|
| 43 |
+
"LABEL_15": 15,
|
| 44 |
+
"LABEL_16": 16,
|
| 45 |
+
"LABEL_2": 2,
|
| 46 |
+
"LABEL_3": 3,
|
| 47 |
+
"LABEL_4": 4,
|
| 48 |
+
"LABEL_5": 5,
|
| 49 |
+
"LABEL_6": 6,
|
| 50 |
+
"LABEL_7": 7,
|
| 51 |
+
"LABEL_8": 8,
|
| 52 |
+
"LABEL_9": 9
|
| 53 |
+
},
|
| 54 |
+
"layer_norm_eps": 1e-05,
|
| 55 |
+
"max_position_embeddings": 514,
|
| 56 |
+
"model_type": "roberta",
|
| 57 |
+
"num_attention_heads": 12,
|
| 58 |
+
"num_hidden_layers": 12,
|
| 59 |
+
"pad_token_id": 1,
|
| 60 |
+
"position_embedding_type": "absolute",
|
| 61 |
+
"torch_dtype": "float32",
|
| 62 |
+
"transformers_version": "4.11.0",
|
| 63 |
+
"type_vocab_size": 1,
|
| 64 |
+
"use_cache": true,
|
| 65 |
+
"vocab_size": 50000
|
| 66 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa04fc7325c93c8ab115a26e6990d3c6a6a1af602212b48cc3dc4052bde64658
|
| 3 |
+
size 495543089
|
runs/Sep29_00-36-39_84f232ea3c78/1632875818.5121217/events.out.tfevents.1632875818.84f232ea3c78.153.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d9e0a6f1e8c8d324844f955522887cc1b40ae1342e1d64c05d91b692785454c
|
| 3 |
+
size 4522
|
runs/Sep29_00-36-39_84f232ea3c78/events.out.tfevents.1632875818.84f232ea3c78.153.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25310241216bde663714cac2ba573cf17ec44b38860fa7fada257ae155faa49b
|
| 3 |
+
size 4076
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": true, "errors": "replace", "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "special_tokens_map_file": "/root/.cache/huggingface/transformers/8ea71c2b1db905adddcaddabb1f6e6ca5aa2c6e78cd12959578f6e74503bc454.cb2244924ab24d706b02fd7fcedaea4531566537687a539ebb94db511fd122a0", "name_or_path": "vesteinn/IceBERT", "tokenizer_class": "RobertaTokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:034a6a7dd1b7eb4685d6644fe1381dd6297da48e0ce6561391b0c5f20f78032d
|
| 3 |
+
size 2863
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|