Compare commits

...

10 Commits

Author SHA1 Message Date
Patrick von Platen f2482bf01f upload flax model 2021-05-19 15:17:53 +00:00
Patrick von Platen 15f8d2a784 allow flax 2021-05-19 15:17:21 +00:00
Julien Chaumond 30e6ba8920 For clarity, delete deprecated modelcard.json
We now use the README.md model card instead

Approved-by: Julien Chaumond <julien@huggingface.co>
2020-12-09 19:30:05 +01:00
system 18310d37f2 Update rust_model.ot 2020-04-24 19:13:30 +00:00
system 7405d6fca0 Update config.json 2020-04-24 15:57:15 +00:00
system c15d1bd2bc Update tokenizer_config.json 2020-03-02 23:20:39 +00:00
system e2141104b0 Update config.json 2020-01-31 23:00:21 +00:00
system d2793eff22 Update vocab.txt 2020-01-15 15:11:38 +00:00
system c842729cda Update config.json 2020-01-15 15:11:37 +00:00
system 7b31251787 Update modelcard.json 2020-01-15 15:11:37 +00:00
6 changed files with 29052 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6,3 +6,4 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text *.tar.gz filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text *.ot filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text *.onnx filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text

48
config.json Normal file
View File

@ -0,0 +1,48 @@
{
"_num_labels": 9,
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"directionality": "bidi",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "O",
"1": "B-MISC",
"2": "I-MISC",
"3": "B-PER",
"4": "I-PER",
"5": "B-ORG",
"6": "I-ORG",
"7": "B-LOC",
"8": "I-LOC"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"B-LOC": 7,
"B-MISC": 1,
"B-ORG": 5,
"B-PER": 3,
"I-LOC": 8,
"I-MISC": 2,
"I-ORG": 6,
"I-PER": 4,
"O": 0
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"type_vocab_size": 2,
"vocab_size": 28996
}

BIN
flax_model.msgpack (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rust_model.ot (Stored with Git LFS) Normal file

Binary file not shown.

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"do_lower_case": false, "max_len": 512, "init_inputs": []}

28996
vocab.txt Normal file

File diff suppressed because it is too large Load Diff