cindyangelira
commited on
Commit
•
a0c93d6
1
Parent(s):
a5646b7
Add model
Browse files- config.json +55 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "cahya/xlm-roberta-large-indonesian-NER",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForTokenClassification"
|
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": "I-DOB",
|
16 |
+
"1": "B-EMAIL",
|
17 |
+
"2": "B-LOCATION",
|
18 |
+
"3": "I-PERSON",
|
19 |
+
"4": "B-ACCOUNT",
|
20 |
+
"5": "B-DOB",
|
21 |
+
"6": "O",
|
22 |
+
"7": "I-LOCATION",
|
23 |
+
"8": "B-PHONE",
|
24 |
+
"9": "B-PERSON",
|
25 |
+
"10": "B-ID"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 4096,
|
29 |
+
"label2id": {
|
30 |
+
"B-ACCOUNT": 4,
|
31 |
+
"B-DOB": 5,
|
32 |
+
"B-EMAIL": 1,
|
33 |
+
"B-ID": 10,
|
34 |
+
"B-LOCATION": 2,
|
35 |
+
"B-PERSON": 9,
|
36 |
+
"B-PHONE": 8,
|
37 |
+
"I-DOB": 0,
|
38 |
+
"I-LOCATION": 7,
|
39 |
+
"I-PERSON": 3,
|
40 |
+
"O": 6
|
41 |
+
},
|
42 |
+
"layer_norm_eps": 1e-05,
|
43 |
+
"max_position_embeddings": 514,
|
44 |
+
"model_type": "xlm-roberta",
|
45 |
+
"num_attention_heads": 16,
|
46 |
+
"num_hidden_layers": 24,
|
47 |
+
"output_past": true,
|
48 |
+
"pad_token_id": 1,
|
49 |
+
"position_embedding_type": "absolute",
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.44.2",
|
52 |
+
"type_vocab_size": 1,
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 250002
|
55 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0b7264d9c4901a5c9ced504f592a7e9704119e6671ba693c5a198ff1d39563a
|
3 |
+
size 2235456956
|