End of training
Browse files- .gitignore +1 -0
- config.json +59 -0
- pytorch_model.bin +3 -0
- runs/Jun28_15-00-39_38587da83b2b/1687964444.2457743/events.out.tfevents.1687964444.38587da83b2b.9569.1 +3 -0
- runs/Jun28_15-00-39_38587da83b2b/events.out.tfevents.1687964444.38587da83b2b.9569.0 +3 -0
- runs/Jun28_15-03-51_38587da83b2b/1687964633.617626/events.out.tfevents.1687964633.38587da83b2b.9569.3 +3 -0
- runs/Jun28_15-03-51_38587da83b2b/events.out.tfevents.1687964633.38587da83b2b.9569.2 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +17 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "klue/roberta-small",
|
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": "O",
|
16 |
+
"1": "B-DT",
|
17 |
+
"2": "I-DT",
|
18 |
+
"3": "B-LC",
|
19 |
+
"4": "I-LC",
|
20 |
+
"5": "B-OG",
|
21 |
+
"6": "I-OG",
|
22 |
+
"7": "B-PS",
|
23 |
+
"8": "I-PS",
|
24 |
+
"9": "B-QT",
|
25 |
+
"10": "I-QT",
|
26 |
+
"11": "B-TI",
|
27 |
+
"12": "I-TI"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"B-DT": 1,
|
33 |
+
"B-LC": 3,
|
34 |
+
"B-OG": 5,
|
35 |
+
"B-PS": 7,
|
36 |
+
"B-QT": 9,
|
37 |
+
"B-TI": 11,
|
38 |
+
"I-DT": 2,
|
39 |
+
"I-LC": 4,
|
40 |
+
"I-OG": 6,
|
41 |
+
"I-PS": 8,
|
42 |
+
"I-QT": 10,
|
43 |
+
"I-TI": 12,
|
44 |
+
"O": 0
|
45 |
+
},
|
46 |
+
"layer_norm_eps": 1e-05,
|
47 |
+
"max_position_embeddings": 514,
|
48 |
+
"model_type": "roberta",
|
49 |
+
"num_attention_heads": 12,
|
50 |
+
"num_hidden_layers": 6,
|
51 |
+
"pad_token_id": 1,
|
52 |
+
"position_embedding_type": "absolute",
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.28.0",
|
56 |
+
"type_vocab_size": 1,
|
57 |
+
"use_cache": true,
|
58 |
+
"vocab_size": 32000
|
59 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dabb962269d73657749362c3cf55b3ed2dc43dbc0841cfdde798e5a5ba3bc82
|
3 |
+
size 270079149
|
runs/Jun28_15-00-39_38587da83b2b/1687964444.2457743/events.out.tfevents.1687964444.38587da83b2b.9569.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00523c59f02f61aa230a1a327c396e7768a54416592ebaabd863a581b535e6e8
|
3 |
+
size 5888
|
runs/Jun28_15-00-39_38587da83b2b/events.out.tfevents.1687964444.38587da83b2b.9569.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76ac66d808c497c796ca40125dab34f48d3dbf748f0bbb4a49c1eac7229c0c46
|
3 |
+
size 4545
|
runs/Jun28_15-03-51_38587da83b2b/1687964633.617626/events.out.tfevents.1687964633.38587da83b2b.9569.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce6f6131876f599c8560350bcef6f7fab57e29db2f34adddb8d6d957a44c85b
|
3 |
+
size 5888
|
runs/Jun28_15-03-51_38587da83b2b/events.out.tfevents.1687964633.38587da83b2b.9569.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0efd55b53e4fea49e052195eff4e74a44c6401b729a302b0fe2a45429fa4025f
|
3 |
+
size 4184
|
special_tokens_map.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "[SEP]",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": "[UNK]"
|
9 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "[CLS]",
|
5 |
+
"do_basic_tokenize": true,
|
6 |
+
"do_lower_case": false,
|
7 |
+
"eos_token": "[SEP]",
|
8 |
+
"mask_token": "[MASK]",
|
9 |
+
"model_max_length": 512,
|
10 |
+
"never_split": null,
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"sep_token": "[SEP]",
|
13 |
+
"strip_accents": null,
|
14 |
+
"tokenize_chinese_chars": true,
|
15 |
+
"tokenizer_class": "BertTokenizer",
|
16 |
+
"unk_token": "[UNK]"
|
17 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7762b25a5ce2371c9448143709aac5a57206803e71ceb32094b1cd40726fecc
|
3 |
+
size 3579
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|