Training completed!
Browse files- .gitignore +1 -0
- config.json +46 -0
- pytorch_model.bin +3 -0
- runs/Feb20_17-59-39_7f2c5cce1207/1645379998.767654/events.out.tfevents.1645379998.7f2c5cce1207.1072595.1 +3 -0
- runs/Feb20_17-59-39_7f2c5cce1207/events.out.tfevents.1645379998.7f2c5cce1207.1072595.0 +3 -0
- runs/Feb20_18-46-55_7f2c5cce1207/1645383557.7983232/events.out.tfevents.1645383557.7f2c5cce1207.1073231.1 +3 -0
- runs/Feb20_18-46-55_7f2c5cce1207/events.out.tfevents.1645383557.7f2c5cce1207.1073231.0 +3 -0
- runs/Feb20_19-01-49_7f2c5cce1207/1645383722.8250844/events.out.tfevents.1645383722.7f2c5cce1207.1073568.1 +3 -0
- runs/Feb20_19-01-49_7f2c5cce1207/events.out.tfevents.1645383722.7f2c5cce1207.1073568.0 +3 -0
- runs/Feb20_19-54-51_7f2c5cce1207/1645386909.2063012/events.out.tfevents.1645386909.7f2c5cce1207.1073927.1 +3 -0
- runs/Feb20_19-54-51_7f2c5cce1207/1645387228.6922228/events.out.tfevents.1645387228.7f2c5cce1207.1073927.2 +3 -0
- runs/Feb20_19-54-51_7f2c5cce1207/events.out.tfevents.1645386909.7f2c5cce1207.1073927.0 +3 -0
- runs/Feb20_20-05-01_7f2c5cce1207/1645387514.2656043/events.out.tfevents.1645387514.7f2c5cce1207.1074199.1 +3 -0
- runs/Feb20_20-05-01_7f2c5cce1207/events.out.tfevents.1645387514.7f2c5cce1207.1074199.0 +3 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "O",
|
15 |
+
"1": "B-PER",
|
16 |
+
"2": "I-PER",
|
17 |
+
"3": "B-ORG",
|
18 |
+
"4": "I-ORG",
|
19 |
+
"5": "B-LOC",
|
20 |
+
"6": "I-LOC"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"B-LOC": 5,
|
26 |
+
"B-ORG": 3,
|
27 |
+
"B-PER": 1,
|
28 |
+
"I-LOC": 6,
|
29 |
+
"I-ORG": 4,
|
30 |
+
"I-PER": 2,
|
31 |
+
"O": 0
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"max_position_embeddings": 514,
|
35 |
+
"model_type": "xlm-roberta",
|
36 |
+
"num_attention_heads": 12,
|
37 |
+
"num_hidden_layers": 12,
|
38 |
+
"output_past": true,
|
39 |
+
"pad_token_id": 1,
|
40 |
+
"position_embedding_type": "absolute",
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.15.0",
|
43 |
+
"type_vocab_size": 1,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 250002
|
46 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d931336dac558fe0bd8a945b8227597dd0acf8b162f784265b47d71e3c31832f
|
3 |
+
size 1109923511
|
runs/Feb20_17-59-39_7f2c5cce1207/1645379998.767654/events.out.tfevents.1645379998.7f2c5cce1207.1072595.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5a1198f8168e84bd73f4f81a461206b74bc77c786d0b826a1b5d58c1c43051
|
3 |
+
size 4749
|
runs/Feb20_17-59-39_7f2c5cce1207/events.out.tfevents.1645379998.7f2c5cce1207.1072595.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a09e8becb6ead21a06546aebd6d7f693dc29ad140e0234fe1c686049d7fa30d
|
3 |
+
size 3611
|
runs/Feb20_18-46-55_7f2c5cce1207/1645383557.7983232/events.out.tfevents.1645383557.7f2c5cce1207.1073231.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27f6b650a03bbe272e8ae4a23e70d5e0db98d728864e6343e2810e6edfcf2821
|
3 |
+
size 4749
|
runs/Feb20_18-46-55_7f2c5cce1207/events.out.tfevents.1645383557.7f2c5cce1207.1073231.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a8cdcdab7c56bbe623b39c7a4343471ae21a900def61db2ee6819fed7f94970
|
3 |
+
size 3611
|
runs/Feb20_19-01-49_7f2c5cce1207/1645383722.8250844/events.out.tfevents.1645383722.7f2c5cce1207.1073568.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea7a23a855d6a658ac916ffa406926e0e60ee9124557d72ba1486a4d181102a6
|
3 |
+
size 4749
|
runs/Feb20_19-01-49_7f2c5cce1207/events.out.tfevents.1645383722.7f2c5cce1207.1073568.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f18c075c7cecc8542306adc86d591baa9dc957350e9548b6039e5e38c715290
|
3 |
+
size 3767
|
runs/Feb20_19-54-51_7f2c5cce1207/1645386909.2063012/events.out.tfevents.1645386909.7f2c5cce1207.1073927.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee88e1a93fd2d805818540414a308a89384bd3debf834bcfb83afb25c61b753
|
3 |
+
size 4749
|
runs/Feb20_19-54-51_7f2c5cce1207/1645387228.6922228/events.out.tfevents.1645387228.7f2c5cce1207.1073927.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caf91d2152845afbe3c6f12dbf23a188985abe2e04cb6004ebae05540a2838a5
|
3 |
+
size 4749
|
runs/Feb20_19-54-51_7f2c5cce1207/events.out.tfevents.1645386909.7f2c5cce1207.1073927.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:791a7532d06d109c9357fc0a678f5605cbf01fa66ab89e926324e562b9ba0344
|
3 |
+
size 7496
|
runs/Feb20_20-05-01_7f2c5cce1207/1645387514.2656043/events.out.tfevents.1645387514.7f2c5cce1207.1074199.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c04be1842ad7044a439ee20a67064d649a3c24c45193ba48811d7d697dc79cb
|
3 |
+
size 4749
|
runs/Feb20_20-05-01_7f2c5cce1207/events.out.tfevents.1645387514.7f2c5cce1207.1074199.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54eab9027f4b995092aa9dc7851179de8bb2ef58e69cb59064865c6c645846da
|
3 |
+
size 8747
|
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 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-base", "tokenizer_class": "XLMRobertaTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa92b9917dccd1e9fee19276ec69c28ddcfac5c7a57c6f4897ee5094f2c60d6f
|
3 |
+
size 2927
|