cindyangelira commited on
Commit
0fbf5f6
·
verified ·
1 Parent(s): 770b7af

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +55 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "onnx-ner-roberta-large-bahasa-indonesia-quantized",
3
+ "_num_labels": 8,
4
+ "architectures": [
5
+ "XLMRobertaForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "B-PER",
16
+ "1": "O",
17
+ "2": "B-EMAIL",
18
+ "3": "B-LOC",
19
+ "4": "I-LOC",
20
+ "5": "B-DATE_TIME",
21
+ "6": "I-DATE_TIME",
22
+ "7": "B-PHONE",
23
+ "8": "B-GENDER",
24
+ "9": "I-PER",
25
+ "10": "B-SSN"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 4096,
29
+ "label2id": {
30
+ "B-DATE_TIME": 5,
31
+ "B-EMAIL": 2,
32
+ "B-GENDER": 8,
33
+ "B-LOC": 3,
34
+ "B-PER": 0,
35
+ "B-PHONE": 7,
36
+ "B-SSN": 10,
37
+ "I-DATE_TIME": 6,
38
+ "I-LOC": 4,
39
+ "I-PER": 9,
40
+ "O": 1
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
+ }