Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +117 -0
- pytorch_model.bin +3 -0
- runs/Mar27_13-40-56_61c5c84f4caf/1679924596.0798454/events.out.tfevents.1679924596.61c5c84f4caf.1089.1 +3 -0
- runs/Mar27_13-40-56_61c5c84f4caf/events.out.tfevents.1679924596.61c5c84f4caf.1089.0 +3 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +3 -0
- tokenizer_config.json +19 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "xlm-roberta-large-finetuned-conll03-english",
|
| 3 |
+
"_num_labels": 8,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"XLMRobertaForTokenClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_probs_dropout_prob": 0.1,
|
| 8 |
+
"bos_token_id": 0,
|
| 9 |
+
"classifier_dropout": null,
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 1024,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "B-BUT",
|
| 16 |
+
"1": "I-BUT",
|
| 17 |
+
"2": "B-CALM_DOWN",
|
| 18 |
+
"3": "I-CALM_DOWN",
|
| 19 |
+
"4": "B-COME_ON",
|
| 20 |
+
"5": "I-COME_ON",
|
| 21 |
+
"6": "B-EMPHATIC",
|
| 22 |
+
"7": "I-EMPHATIC",
|
| 23 |
+
"8": "B-ENTHUSIASTIC",
|
| 24 |
+
"9": "I-ENTHUSIASTIC",
|
| 25 |
+
"10": "B-EXPLAIN",
|
| 26 |
+
"11": "I-EXPLAIN",
|
| 27 |
+
"12": "B-FRONT",
|
| 28 |
+
"13": "I-FRONT",
|
| 29 |
+
"14": "B-GREET",
|
| 30 |
+
"15": "I-GREET",
|
| 31 |
+
"16": "B-ITERATE",
|
| 32 |
+
"17": "I-ITERATE",
|
| 33 |
+
"18": "B-NEUTRAL",
|
| 34 |
+
"19": "I-NEUTRAL",
|
| 35 |
+
"20": "B-NO",
|
| 36 |
+
"21": "I-NO",
|
| 37 |
+
"22": "B-NO_GESTURE",
|
| 38 |
+
"23": "I-NO_GESTURE",
|
| 39 |
+
"24": "B-OTHER_PEER",
|
| 40 |
+
"25": "I-OTHER_PEER",
|
| 41 |
+
"26": "B-PLEASE",
|
| 42 |
+
"27": "I-PLEASE",
|
| 43 |
+
"28": "B-QUESTION",
|
| 44 |
+
"29": "I-QUESTION",
|
| 45 |
+
"30": "B-SELF",
|
| 46 |
+
"31": "I-SELF",
|
| 47 |
+
"32": "B-SORRY",
|
| 48 |
+
"33": "I-SORRY",
|
| 49 |
+
"34": "B-THANKS",
|
| 50 |
+
"35": "I-THANKS",
|
| 51 |
+
"36": "B-THINKING",
|
| 52 |
+
"37": "I-THINKING",
|
| 53 |
+
"38": "B-THIRD_PERSON",
|
| 54 |
+
"39": "I-THIRD_PERSON",
|
| 55 |
+
"40": "B-YES",
|
| 56 |
+
"41": "I-YES"
|
| 57 |
+
},
|
| 58 |
+
"initializer_range": 0.02,
|
| 59 |
+
"intermediate_size": 4096,
|
| 60 |
+
"label2id": {
|
| 61 |
+
"B-BUT": 0,
|
| 62 |
+
"B-CALM_DOWN": 2,
|
| 63 |
+
"B-COME_ON": 4,
|
| 64 |
+
"B-EMPHATIC": 6,
|
| 65 |
+
"B-ENTHUSIASTIC": 8,
|
| 66 |
+
"B-EXPLAIN": 10,
|
| 67 |
+
"B-FRONT": 12,
|
| 68 |
+
"B-GREET": 14,
|
| 69 |
+
"B-ITERATE": 16,
|
| 70 |
+
"B-NEUTRAL": 18,
|
| 71 |
+
"B-NO": 20,
|
| 72 |
+
"B-NO_GESTURE": 22,
|
| 73 |
+
"B-OTHER_PEER": 24,
|
| 74 |
+
"B-PLEASE": 26,
|
| 75 |
+
"B-QUESTION": 28,
|
| 76 |
+
"B-SELF": 30,
|
| 77 |
+
"B-SORRY": 32,
|
| 78 |
+
"B-THANKS": 34,
|
| 79 |
+
"B-THINKING": 36,
|
| 80 |
+
"B-THIRD_PERSON": 38,
|
| 81 |
+
"B-YES": 40,
|
| 82 |
+
"I-BUT": 1,
|
| 83 |
+
"I-CALM_DOWN": 3,
|
| 84 |
+
"I-COME_ON": 5,
|
| 85 |
+
"I-EMPHATIC": 7,
|
| 86 |
+
"I-ENTHUSIASTIC": 9,
|
| 87 |
+
"I-EXPLAIN": 11,
|
| 88 |
+
"I-FRONT": 13,
|
| 89 |
+
"I-GREET": 15,
|
| 90 |
+
"I-ITERATE": 17,
|
| 91 |
+
"I-NEUTRAL": 19,
|
| 92 |
+
"I-NO": 21,
|
| 93 |
+
"I-NO_GESTURE": 23,
|
| 94 |
+
"I-OTHER_PEER": 25,
|
| 95 |
+
"I-PLEASE": 27,
|
| 96 |
+
"I-QUESTION": 29,
|
| 97 |
+
"I-SELF": 31,
|
| 98 |
+
"I-SORRY": 33,
|
| 99 |
+
"I-THANKS": 35,
|
| 100 |
+
"I-THINKING": 37,
|
| 101 |
+
"I-THIRD_PERSON": 39,
|
| 102 |
+
"I-YES": 41
|
| 103 |
+
},
|
| 104 |
+
"layer_norm_eps": 1e-05,
|
| 105 |
+
"max_position_embeddings": 514,
|
| 106 |
+
"model_type": "xlm-roberta",
|
| 107 |
+
"num_attention_heads": 16,
|
| 108 |
+
"num_hidden_layers": 24,
|
| 109 |
+
"output_past": true,
|
| 110 |
+
"pad_token_id": 1,
|
| 111 |
+
"position_embedding_type": "absolute",
|
| 112 |
+
"torch_dtype": "float32",
|
| 113 |
+
"transformers_version": "4.27.3",
|
| 114 |
+
"type_vocab_size": 1,
|
| 115 |
+
"use_cache": true,
|
| 116 |
+
"vocab_size": 250002
|
| 117 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c0d0b0b0a79d1ad1c17eb7cf25499545ed9899c1dd1033aabc8b6e70107a77e
|
| 3 |
+
size 2235674861
|
runs/Mar27_13-40-56_61c5c84f4caf/1679924596.0798454/events.out.tfevents.1679924596.61c5c84f4caf.1089.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78feaca92fdb9233046076b91c956031cbd25a42cd15e056e4f04054d042ec18
|
| 3 |
+
size 5901
|
runs/Mar27_13-40-56_61c5c84f4caf/events.out.tfevents.1679924596.61c5c84f4caf.1089.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:946478150188f74622843318381cce523d81e8bb058a0ccd8981cfdd259cd401
|
| 3 |
+
size 6609
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"cls_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
| 5 |
+
"mask_token": {
|
| 6 |
+
"content": "<mask>",
|
| 7 |
+
"lstrip": true,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false
|
| 11 |
+
},
|
| 12 |
+
"pad_token": "<pad>",
|
| 13 |
+
"sep_token": "</s>",
|
| 14 |
+
"unk_token": "<unk>"
|
| 15 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
|
| 3 |
+
size 17082758
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"cls_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
| 5 |
+
"mask_token": {
|
| 6 |
+
"__type": "AddedToken",
|
| 7 |
+
"content": "<mask>",
|
| 8 |
+
"lstrip": true,
|
| 9 |
+
"normalized": true,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"model_max_length": 512,
|
| 14 |
+
"pad_token": "<pad>",
|
| 15 |
+
"sep_token": "</s>",
|
| 16 |
+
"special_tokens_map_file": null,
|
| 17 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
| 18 |
+
"unk_token": "<unk>"
|
| 19 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:501e8428a7cb9b59cde59c651901b9ec8fc59fc847090c2e139156796c0b6fcc
|
| 3 |
+
size 3643
|