Training in progress, epoch 1
Browse files- .ipynb_checkpoints/config-checkpoint.json +40 -0
- config.json +7 -7
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Jean-Baptiste/roberta-large-ner-english",
|
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": 1024,
|
14 |
+
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "PER",
|
17 |
+
"2": "ORG",
|
18 |
+
"3": "LOC",
|
19 |
+
"4": "MISC"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 4096,
|
23 |
+
"label2id": {
|
24 |
+
"B-Skill": 1,
|
25 |
+
"I-Skill": 2,
|
26 |
+
"O": 0
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-05,
|
29 |
+
"max_position_embeddings": 514,
|
30 |
+
"model_type": "roberta",
|
31 |
+
"num_attention_heads": 16,
|
32 |
+
"num_hidden_layers": 24,
|
33 |
+
"pad_token_id": 1,
|
34 |
+
"position_embedding_type": "absolute",
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.31.0",
|
37 |
+
"type_vocab_size": 1,
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 50265
|
40 |
+
}
|
config.json
CHANGED
@@ -13,17 +13,17 @@
|
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
"0": "O",
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "LOC",
|
19 |
-
"4": "MISC"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 4096,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"O": 0
|
|
|
|
|
27 |
},
|
28 |
"layer_norm_eps": 1e-05,
|
29 |
"max_position_embeddings": 514,
|
|
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
"0": "O",
|
16 |
+
"1": "B-Skill",
|
17 |
+
"2": "I-Skill"
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 4096,
|
21 |
"label2id": {
|
22 |
+
"LOC": 3,
|
23 |
+
"MISC": 4,
|
24 |
+
"O": 0,
|
25 |
+
"ORG": 2,
|
26 |
+
"PER": 1
|
27 |
},
|
28 |
"layer_norm_eps": 1e-05,
|
29 |
"max_position_embeddings": 514,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd337d83d83a2b9451b138c07f08c81e0c09388520f79cfffa5b67ab786c01b
|
3 |
+
size 1417387817
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf7057a0cf35b844d53f65bac668a37cd6a95fd0e2f4cf21378eaa9d5ef9710b
|
3 |
size 4091
|