End of training
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
@@ -33,7 +33,6 @@
|
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
-
"O": 0,
|
37 |
"B-Date": 1,
|
38 |
"B-Location": 2,
|
39 |
"B-Miscellaneous": 3,
|
@@ -49,7 +48,8 @@
|
|
49 |
"I-Organization": 13,
|
50 |
"I-Percent": 14,
|
51 |
"I-Person": 15,
|
52 |
-
"I-Time": 16
|
|
|
53 |
},
|
54 |
"layer_norm_eps": 1e-05,
|
55 |
"max_position_embeddings": 514,
|
@@ -59,8 +59,8 @@
|
|
59 |
"pad_token_id": 1,
|
60 |
"position_embedding_type": "absolute",
|
61 |
"torch_dtype": "float32",
|
62 |
-
"transformers_version": "4.11.
|
63 |
"type_vocab_size": 1,
|
64 |
"use_cache": true,
|
65 |
"vocab_size": 50000
|
66 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "eliasbe/IceBERT-finetuned-ner",
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
|
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
|
|
36 |
"B-Date": 1,
|
37 |
"B-Location": 2,
|
38 |
"B-Miscellaneous": 3,
|
|
|
48 |
"I-Organization": 13,
|
49 |
"I-Percent": 14,
|
50 |
"I-Person": 15,
|
51 |
+
"I-Time": 16,
|
52 |
+
"O": 0
|
53 |
},
|
54 |
"layer_norm_eps": 1e-05,
|
55 |
"max_position_embeddings": 514,
|
|
|
59 |
"pad_token_id": 1,
|
60 |
"position_embedding_type": "absolute",
|
61 |
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.11.2",
|
63 |
"type_vocab_size": 1,
|
64 |
"use_cache": true,
|
65 |
"vocab_size": 50000
|
66 |
+
}
|
runs/Oct05_12-20-35_3331d0985660/events.out.tfevents.1633436768.3331d0985660.78.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4641fb3636960408380b7ef0b527c1140fca72d7069e0c3ac9daa3f8b21902aa
|
3 |
+
size 438
|
tokenizer_config.json
CHANGED
@@ -1 +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": false, "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": "
|
|
|
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": false, "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": "eliasbe/IceBERT-finetuned-ner", "tokenizer_class": "RobertaTokenizer"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e85f8cd7e83698f51d25dabbd2da75ff343ff789b30de265b60bbb854cab8011
|
3 |
size 2863
|