Initial commit.
Browse files- README.md +1 -0
- config.json +54 -0
- pytorch_model.bin +3 -0
- roberta.json +0 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -0
- unigram.model +3 -0
- vocab.txt +0 -0
README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Small change. again. again ? again.
|
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Narsil/small",
|
| 3 |
+
"_num_labels": 9,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"BertForTokenClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_probs_dropout_prob": 0.1,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"directionality": "bidi",
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 2,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "O",
|
| 16 |
+
"1": "B-MISC",
|
| 17 |
+
"2": "I-MISC",
|
| 18 |
+
"3": "B-PER",
|
| 19 |
+
"4": "I-PER",
|
| 20 |
+
"5": "B-ORG",
|
| 21 |
+
"6": "I-ORG",
|
| 22 |
+
"7": "B-LOC",
|
| 23 |
+
"8": "I-LOC"
|
| 24 |
+
},
|
| 25 |
+
"initializer_range": 0.02,
|
| 26 |
+
"intermediate_size": 4,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"B-LOC": 7,
|
| 29 |
+
"B-MISC": 1,
|
| 30 |
+
"B-ORG": 5,
|
| 31 |
+
"B-PER": 3,
|
| 32 |
+
"I-LOC": 8,
|
| 33 |
+
"I-MISC": 2,
|
| 34 |
+
"I-ORG": 6,
|
| 35 |
+
"I-PER": 4,
|
| 36 |
+
"O": 0
|
| 37 |
+
},
|
| 38 |
+
"layer_norm_eps": 1e-12,
|
| 39 |
+
"max_position_embeddings": 512,
|
| 40 |
+
"model_type": "bert",
|
| 41 |
+
"num_attention_heads": 2,
|
| 42 |
+
"num_hidden_layers": 2,
|
| 43 |
+
"pad_token_id": 0,
|
| 44 |
+
"pooler_fc_size": 768,
|
| 45 |
+
"pooler_num_attention_heads": 12,
|
| 46 |
+
"pooler_num_fc_layers": 3,
|
| 47 |
+
"pooler_size_per_head": 128,
|
| 48 |
+
"pooler_type": "first_token_transform",
|
| 49 |
+
"position_embedding_type": "absolute",
|
| 50 |
+
"transformers_version": "4.10.0.dev0",
|
| 51 |
+
"type_vocab_size": 2,
|
| 52 |
+
"use_cache": true,
|
| 53 |
+
"vocab_size": 28996
|
| 54 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0d5e0aab7ed7c673eb12c7c0d41dbf3298dc1a5fcd5d7e07dfdd76e6a5e16b0
|
| 3 |
+
size 255085
|
roberta.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1837bf9c1635e594ec125dda9ce9568b50b5a462db114348661039ad2af9216
|
| 3 |
+
size 301400
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "max_len": 512, "special_tokens_map_file": "/home/nicolas/.cache/torch/transformers/7ed0658a09e4f9689057c83f8b734d0e8d739f73461c7b7d1bc403aa451e304b.275045728fbf41c11d3dae08b8742c054377e18d92cc7b72b6351152a99b64e4", "tokenizer_file": null}
|
unigram.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e6c5a850287ee371b9c2c74ba1c9b10a85ce0436c0e53685903caa635dd2aa3
|
| 3 |
+
size 146491
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|