added bert2bert model (it. 7500)
Browse files- config.json +145 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1457 -0
- tokenizer_config.json +1457 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"EncoderDecoderModel"
|
4 |
+
],
|
5 |
+
"decoder": {
|
6 |
+
"_name_or_path": "cahya/bert-base-indonesian-1.5G",
|
7 |
+
"add_cross_attention": true,
|
8 |
+
"architectures": [
|
9 |
+
"BertForMaskedLM"
|
10 |
+
],
|
11 |
+
"attention_probs_dropout_prob": 0.1,
|
12 |
+
"bad_words_ids": null,
|
13 |
+
"bos_token_id": null,
|
14 |
+
"chunk_size_feed_forward": 0,
|
15 |
+
"decoder_start_token_id": null,
|
16 |
+
"do_sample": false,
|
17 |
+
"early_stopping": false,
|
18 |
+
"eos_token_id": null,
|
19 |
+
"finetuning_task": null,
|
20 |
+
"gradient_checkpointing": false,
|
21 |
+
"hidden_act": "gelu",
|
22 |
+
"hidden_dropout_prob": 0.1,
|
23 |
+
"hidden_size": 768,
|
24 |
+
"id2label": {
|
25 |
+
"0": "LABEL_0",
|
26 |
+
"1": "LABEL_1"
|
27 |
+
},
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"intermediate_size": 3072,
|
30 |
+
"is_decoder": true,
|
31 |
+
"is_encoder_decoder": false,
|
32 |
+
"label2id": {
|
33 |
+
"LABEL_0": 0,
|
34 |
+
"LABEL_1": 1
|
35 |
+
},
|
36 |
+
"layer_norm_eps": 1e-12,
|
37 |
+
"length_penalty": 1.0,
|
38 |
+
"max_length": 20,
|
39 |
+
"max_position_embeddings": 512,
|
40 |
+
"min_length": 0,
|
41 |
+
"model_type": "bert",
|
42 |
+
"no_repeat_ngram_size": 0,
|
43 |
+
"num_attention_heads": 12,
|
44 |
+
"num_beams": 1,
|
45 |
+
"num_hidden_layers": 12,
|
46 |
+
"num_return_sequences": 1,
|
47 |
+
"output_attentions": false,
|
48 |
+
"output_hidden_states": false,
|
49 |
+
"pad_token_id": 0,
|
50 |
+
"prefix": null,
|
51 |
+
"pruned_heads": {},
|
52 |
+
"repetition_penalty": 1.0,
|
53 |
+
"return_dict": false,
|
54 |
+
"sep_token_id": null,
|
55 |
+
"task_specific_params": null,
|
56 |
+
"temperature": 1.0,
|
57 |
+
"tie_encoder_decoder": false,
|
58 |
+
"tie_word_embeddings": true,
|
59 |
+
"tokenizer_class": null,
|
60 |
+
"top_k": 50,
|
61 |
+
"top_p": 1.0,
|
62 |
+
"torchscript": false,
|
63 |
+
"type_vocab_size": 2,
|
64 |
+
"use_bfloat16": false,
|
65 |
+
"use_cache": true,
|
66 |
+
"vocab_size": 32000,
|
67 |
+
"xla_device": null
|
68 |
+
},
|
69 |
+
"decoder_start_token_id": 3,
|
70 |
+
"early_stopping": true,
|
71 |
+
"encoder": {
|
72 |
+
"_name_or_path": "cahya/bert-base-indonesian-1.5G",
|
73 |
+
"add_cross_attention": false,
|
74 |
+
"architectures": [
|
75 |
+
"BertForMaskedLM"
|
76 |
+
],
|
77 |
+
"attention_probs_dropout_prob": 0.1,
|
78 |
+
"bad_words_ids": null,
|
79 |
+
"bos_token_id": null,
|
80 |
+
"chunk_size_feed_forward": 0,
|
81 |
+
"decoder_start_token_id": null,
|
82 |
+
"do_sample": false,
|
83 |
+
"early_stopping": false,
|
84 |
+
"eos_token_id": null,
|
85 |
+
"finetuning_task": null,
|
86 |
+
"gradient_checkpointing": false,
|
87 |
+
"hidden_act": "gelu",
|
88 |
+
"hidden_dropout_prob": 0.1,
|
89 |
+
"hidden_size": 768,
|
90 |
+
"id2label": {
|
91 |
+
"0": "LABEL_0",
|
92 |
+
"1": "LABEL_1"
|
93 |
+
},
|
94 |
+
"initializer_range": 0.02,
|
95 |
+
"intermediate_size": 3072,
|
96 |
+
"is_decoder": false,
|
97 |
+
"is_encoder_decoder": false,
|
98 |
+
"label2id": {
|
99 |
+
"LABEL_0": 0,
|
100 |
+
"LABEL_1": 1
|
101 |
+
},
|
102 |
+
"layer_norm_eps": 1e-12,
|
103 |
+
"length_penalty": 1.0,
|
104 |
+
"max_length": 20,
|
105 |
+
"max_position_embeddings": 512,
|
106 |
+
"min_length": 0,
|
107 |
+
"model_type": "bert",
|
108 |
+
"no_repeat_ngram_size": 0,
|
109 |
+
"num_attention_heads": 12,
|
110 |
+
"num_beams": 1,
|
111 |
+
"num_hidden_layers": 12,
|
112 |
+
"num_return_sequences": 1,
|
113 |
+
"output_attentions": false,
|
114 |
+
"output_hidden_states": false,
|
115 |
+
"pad_token_id": 0,
|
116 |
+
"prefix": null,
|
117 |
+
"pruned_heads": {},
|
118 |
+
"repetition_penalty": 1.0,
|
119 |
+
"return_dict": false,
|
120 |
+
"sep_token_id": null,
|
121 |
+
"task_specific_params": null,
|
122 |
+
"temperature": 1.0,
|
123 |
+
"tie_encoder_decoder": false,
|
124 |
+
"tie_word_embeddings": true,
|
125 |
+
"tokenizer_class": null,
|
126 |
+
"top_k": 50,
|
127 |
+
"top_p": 1.0,
|
128 |
+
"torchscript": false,
|
129 |
+
"type_vocab_size": 2,
|
130 |
+
"use_bfloat16": false,
|
131 |
+
"use_cache": true,
|
132 |
+
"vocab_size": 32000,
|
133 |
+
"xla_device": null
|
134 |
+
},
|
135 |
+
"eos_token_id": 1,
|
136 |
+
"is_encoder_decoder": true,
|
137 |
+
"length_penalty": 2.0,
|
138 |
+
"max_length": 142,
|
139 |
+
"min_length": 56,
|
140 |
+
"model_type": "encoder-decoder",
|
141 |
+
"no_repeat_ngram_size": 3,
|
142 |
+
"num_beams": 4,
|
143 |
+
"pad_token_id": 2,
|
144 |
+
"vocab_size": 32000
|
145 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce1bf98c409bfbeef9c4be8695757897d4ef76a5a71e2f1ab06ccbf94afca292
|
3 |
+
size 998778130
|
special_tokens_map.json
ADDED
@@ -0,0 +1,1457 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
6 |
+
<meta name="description" content="We’re on a journey to solve and democratize artificial intelligence through natural language.">
|
7 |
+
<meta property="fb:app_id" content="1321688464574422">
|
8 |
+
<meta name="twitter:card" content="summary_large_image">
|
9 |
+
<meta name="twitter:site" content="@huggingface">
|
10 |
+
<meta property="og:title" content="special_tokens_map.json · cahya/bert-base-indonesian-1.5G at main">
|
11 |
+
<meta property="og:type" content="website">
|
12 |
+
<meta property="og:url" content="https://huggingface.co/cahya/bert-base-indonesian-1.5G/blob/main/special_tokens_map.json">
|
13 |
+
<meta property="og:image" content="https://huggingface.co/front/thumbnails/v2-2.png">
|
14 |
+
|
15 |
+
<link rel="stylesheet" href="/front/build/style.200c8cd.css">
|
16 |
+
|
17 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
18 |
+
<link
|
19 |
+
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
|
20 |
+
rel="stylesheet"
|
21 |
+
/>
|
22 |
+
<link
|
23 |
+
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
|
24 |
+
rel="stylesheet"
|
25 |
+
/>
|
26 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
|
27 |
+
|
28 |
+
<title>
|
29 |
+
special_tokens_map.json · cahya/bert-base-indonesian-1.5G at main
|
30 |
+
</title>
|
31 |
+
</head>
|
32 |
+
<body class="flex flex-col min-h-screen v2-viewer-blob">
|
33 |
+
<header class="border-b border-gray-100 z-10">
|
34 |
+
<div class="container flex items-center h-16">
|
35 |
+
<div class="flex flex-1 items-center">
|
36 |
+
<a class="flex flex-none items-center mr-5 lg:mr-6" href="/">
|
37 |
+
<img alt="Hugging Face's logo" class="md:mr-2 w-7" src="/front/assets/huggingface_logo.svg">
|
38 |
+
<span class="hidden text-lg font-bold whitespace-nowrap md:block">Hugging Face</span>
|
39 |
+
</a>
|
40 |
+
|
41 |
+
<div
|
42 |
+
class="v2-quick-search relative flex-1 lg:max-w-sm mr-2 md:mr-4"
|
43 |
+
search-type="all"
|
44 |
+
url="/api/quicksearch-html"
|
45 |
+
with-links="true"
|
46 |
+
>
|
47 |
+
<input
|
48 |
+
autocomplete="off"
|
49 |
+
class="v2-quick-search-input w-full h-9 pl-8 pr-3 border border-gray-200 shadow-inner rounded-lg outline-none focus:ring-2 focus:shadow-xl placeholder-gray-400 focus:ring-inset"
|
50 |
+
name=""
|
51 |
+
placeholder="Search models, datasets, users..."
|
52 |
+
|
53 |
+
spellcheck="false"
|
54 |
+
type="text"
|
55 |
+
/>
|
56 |
+
<svg
|
57 |
+
alt=""
|
58 |
+
class="absolute left-2.5 top-2.5 text-gray-400"
|
59 |
+
xmlns="http://www.w3.org/2000/svg"
|
60 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
61 |
+
aria-hidden="true"
|
62 |
+
focusable="false"
|
63 |
+
role="img"
|
64 |
+
width="1em"
|
65 |
+
height="1em"
|
66 |
+
preserveAspectRatio="xMidYMid meet"
|
67 |
+
viewBox="0 0 32 32"
|
68 |
+
>
|
69 |
+
<path
|
70 |
+
d="M30 28.59L22.45 21A11 11 0 1 0 21 22.45L28.59 30zM5 14a9 9 0 1 1 9 9a9 9 0 0 1-9-9z"
|
71 |
+
fill="currentColor"
|
72 |
+
></path>
|
73 |
+
</svg>
|
74 |
+
<ul
|
75 |
+
class="v2-quick-search-results z-40 hidden absolute w-full overflow-hidden text-sm bg-white border border-gray-100 rounded-lg shadow-lg divide-y divide-gray-100"
|
76 |
+
role="listbox"
|
77 |
+
></ul>
|
78 |
+
</div>
|
79 |
+
<button
|
80 |
+
id="v2-phone-nav-button"
|
81 |
+
class="lg:hidden relative flex-none place-self-stretch flex items-center justify-center w-8"
|
82 |
+
type="button"
|
83 |
+
>
|
84 |
+
<svg
|
85 |
+
alt=""
|
86 |
+
class="v2-phone-nav-icon-open"
|
87 |
+
xmlns="http://www.w3.org/2000/svg"
|
88 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
89 |
+
aria-hidden="true"
|
90 |
+
focusable="false"
|
91 |
+
role="img"
|
92 |
+
width="22"
|
93 |
+
height="22"
|
94 |
+
preserveAspectRatio="xMidYMid meet"
|
95 |
+
viewBox="0 0 32 32"
|
96 |
+
>
|
97 |
+
<path d="M4 24h24v2H4z" fill="currentColor"></path>
|
98 |
+
<path d="M4 12h24v2H4z" fill="currentColor"></path>
|
99 |
+
<path d="M4 18h24v2H4z" fill="currentColor"></path>
|
100 |
+
<path d="M4 6h24v2H4z" fill="currentColor"></path>
|
101 |
+
</svg>
|
102 |
+
<svg
|
103 |
+
alt=""
|
104 |
+
class="v2-phone-nav-icon-close hidden"
|
105 |
+
xmlns="http://www.w3.org/2000/svg"
|
106 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
107 |
+
aria-hidden="true"
|
108 |
+
focusable="false"
|
109 |
+
role="img"
|
110 |
+
width="1.1em"
|
111 |
+
height="1.1em"
|
112 |
+
preserveAspectRatio="xMidYMid meet"
|
113 |
+
viewBox="0 0 32 32"
|
114 |
+
>
|
115 |
+
<path
|
116 |
+
d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z"
|
117 |
+
fill="currentColor"
|
118 |
+
></path>
|
119 |
+
</svg>
|
120 |
+
</button>
|
121 |
+
</div>
|
122 |
+
<nav
|
123 |
+
aria-label="Main"
|
124 |
+
class="ml-auto hidden lg:block"
|
125 |
+
>
|
126 |
+
<ul class="flex items-center space-x-6">
|
127 |
+
<li>
|
128 |
+
<a
|
129 |
+
class="flex items-center group hover:text-indigo-700"
|
130 |
+
href="/models"
|
131 |
+
>
|
132 |
+
<svg
|
133 |
+
alt=""
|
134 |
+
class="mr-1.5 text-gray-400 group-hover:text-indigo-500"
|
135 |
+
xmlns="http://www.w3.org/2000/svg"
|
136 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
137 |
+
aria-hidden="true"
|
138 |
+
focusable="false"
|
139 |
+
role="img"
|
140 |
+
width="1em"
|
141 |
+
height="1em"
|
142 |
+
preserveAspectRatio="xMidYMid meet"
|
143 |
+
viewBox="0 0 24 24"
|
144 |
+
>
|
145 |
+
<path
|
146 |
+
class="uim-quaternary"
|
147 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
148 |
+
opacity=".25"
|
149 |
+
fill="currentColor"
|
150 |
+
></path>
|
151 |
+
<path
|
152 |
+
class="uim-tertiary"
|
153 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
154 |
+
opacity=".5"
|
155 |
+
fill="currentColor"
|
156 |
+
></path>
|
157 |
+
<path
|
158 |
+
class="uim-primary"
|
159 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
160 |
+
fill="currentColor"
|
161 |
+
></path>
|
162 |
+
</svg>
|
163 |
+
Models
|
164 |
+
</a>
|
165 |
+
</li>
|
166 |
+
<li>
|
167 |
+
<a
|
168 |
+
class="flex items-center group hover:text-red-700"
|
169 |
+
href="/datasets"
|
170 |
+
>
|
171 |
+
<svg
|
172 |
+
class="mr-1.5 text-gray-400 group-hover:text-red-500"
|
173 |
+
xmlns="http://www.w3.org/2000/svg"
|
174 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
175 |
+
alt=""
|
176 |
+
aria-hidden="true"
|
177 |
+
focusable="false"
|
178 |
+
role="img"
|
179 |
+
width="1em"
|
180 |
+
height="1em"
|
181 |
+
preserveAspectRatio="xMidYMid meet"
|
182 |
+
viewBox="0 0 25 25"
|
183 |
+
>
|
184 |
+
<ellipse
|
185 |
+
cx="12.5"
|
186 |
+
cy="5"
|
187 |
+
fill="currentColor"
|
188 |
+
fill-opacity="0.25"
|
189 |
+
rx="7.5"
|
190 |
+
ry="2"
|
191 |
+
></ellipse>
|
192 |
+
<path
|
193 |
+
d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
|
194 |
+
fill="currentColor"
|
195 |
+
opacity="0.5"
|
196 |
+
></path>
|
197 |
+
<path
|
198 |
+
d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
|
199 |
+
fill="currentColor"
|
200 |
+
opacity="0.5"
|
201 |
+
></path>
|
202 |
+
<path
|
203 |
+
d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
|
204 |
+
fill="currentColor"
|
205 |
+
></path>
|
206 |
+
</svg>
|
207 |
+
Datasets
|
208 |
+
</a>
|
209 |
+
</li>
|
210 |
+
<li>
|
211 |
+
<a
|
212 |
+
class="flex items-center group hover:text-gray-500"
|
213 |
+
href="/pricing"
|
214 |
+
>
|
215 |
+
Pricing
|
216 |
+
</a>
|
217 |
+
</li>
|
218 |
+
<li class="b-r">
|
219 |
+
<div
|
220 |
+
class="v2-dropdown relative "
|
221 |
+
|
222 |
+
>
|
223 |
+
<button
|
224 |
+
class="v2-dropdown-button cursor-pointer hover:text-gray-500"
|
225 |
+
slot="trigger"
|
226 |
+
type="button"
|
227 |
+
>
|
228 |
+
Resources
|
229 |
+
</button><div
|
230 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
231 |
+
>
|
232 |
+
<ul class="min-w-full w-52">
|
233 |
+
<li>
|
234 |
+
<div
|
235 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-blue-800 from-blue-50"
|
236 |
+
>
|
237 |
+
Website
|
238 |
+
</div> <ul>
|
239 |
+
<li>
|
240 |
+
<a
|
241 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
242 |
+
hover:underline
|
243 |
+
px-3 py-1.5
|
244 |
+
|
245 |
+
"
|
246 |
+
|
247 |
+
|
248 |
+
href="/metrics"
|
249 |
+
|
250 |
+
>
|
251 |
+
<svg
|
252 |
+
alt=""
|
253 |
+
class="text-gray-400 mr-1.5"
|
254 |
+
xmlns="http://www.w3.org/2000/svg"
|
255 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
256 |
+
aria-hidden="true"
|
257 |
+
focusable="false"
|
258 |
+
role="img"
|
259 |
+
width="1em"
|
260 |
+
height="1em"
|
261 |
+
preserveAspectRatio="xMidYMid meet"
|
262 |
+
viewBox="0 0 24 24"
|
263 |
+
>
|
264 |
+
<path
|
265 |
+
class="uim-quaternary"
|
266 |
+
d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
|
267 |
+
opacity=".25"
|
268 |
+
fill="currentColor"
|
269 |
+
></path>
|
270 |
+
<path
|
271 |
+
class="uim-primary"
|
272 |
+
d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
|
273 |
+
fill="currentColor"
|
274 |
+
></path>
|
275 |
+
<path
|
276 |
+
class="uim-tertiary"
|
277 |
+
d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
|
278 |
+
opacity=".5"
|
279 |
+
fill="currentColor"
|
280 |
+
></path>
|
281 |
+
</svg>
|
282 |
+
Metrics
|
283 |
+
</a>
|
284 |
+
</li><li>
|
285 |
+
<a
|
286 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
287 |
+
hover:underline
|
288 |
+
px-3 py-1.5
|
289 |
+
|
290 |
+
"
|
291 |
+
|
292 |
+
|
293 |
+
href="/languages"
|
294 |
+
|
295 |
+
>
|
296 |
+
<svg
|
297 |
+
alt=""
|
298 |
+
class="text-gray-400 mr-1.5"
|
299 |
+
xmlns="http://www.w3.org/2000/svg"
|
300 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
301 |
+
aria-hidden="true"
|
302 |
+
focusable="false"
|
303 |
+
role="img"
|
304 |
+
width="1em"
|
305 |
+
height="1em"
|
306 |
+
preserveAspectRatio="xMidYMid meet"
|
307 |
+
viewBox="0 0 24 24"
|
308 |
+
>
|
309 |
+
<path
|
310 |
+
class="uim-primary"
|
311 |
+
d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
312 |
+
fill="currentColor"
|
313 |
+
></path>
|
314 |
+
<path
|
315 |
+
class="uim-tertiary"
|
316 |
+
d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
317 |
+
opacity=".5"
|
318 |
+
fill="currentColor"
|
319 |
+
></path>
|
320 |
+
<path
|
321 |
+
class="uim-primary"
|
322 |
+
d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
|
323 |
+
fill="currentColor"
|
324 |
+
></path>
|
325 |
+
</svg>
|
326 |
+
Languages
|
327 |
+
</a>
|
328 |
+
</li><li>
|
329 |
+
<a
|
330 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
331 |
+
hover:underline
|
332 |
+
px-3 py-1.5
|
333 |
+
|
334 |
+
"
|
335 |
+
|
336 |
+
|
337 |
+
href="/organizations"
|
338 |
+
|
339 |
+
>
|
340 |
+
<svg
|
341 |
+
alt=""
|
342 |
+
class="text-gray-400 mr-1.5"
|
343 |
+
xmlns="http://www.w3.org/2000/svg"
|
344 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
345 |
+
aria-hidden="true"
|
346 |
+
focusable="false"
|
347 |
+
role="img"
|
348 |
+
width="1em"
|
349 |
+
height="1em"
|
350 |
+
preserveAspectRatio="xMidYMid meet"
|
351 |
+
viewBox="0 0 24 24"
|
352 |
+
>
|
353 |
+
<path
|
354 |
+
class="uim-tertiary"
|
355 |
+
d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
|
356 |
+
opacity=".5"
|
357 |
+
fill="currentColor"
|
358 |
+
></path>
|
359 |
+
<path
|
360 |
+
class="uim-primary"
|
361 |
+
d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
|
362 |
+
fill="currentColor"
|
363 |
+
></path>
|
364 |
+
<path
|
365 |
+
class="uim-tertiary"
|
366 |
+
d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
|
367 |
+
opacity=".5"
|
368 |
+
fill="currentColor"
|
369 |
+
></path>
|
370 |
+
<path
|
371 |
+
class="uim-quaternary"
|
372 |
+
d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
|
373 |
+
opacity=".25"
|
374 |
+
fill="currentColor"
|
375 |
+
></path>
|
376 |
+
</svg>
|
377 |
+
Organizations
|
378 |
+
</a>
|
379 |
+
</li> </ul>
|
380 |
+
</li>
|
381 |
+
<li>
|
382 |
+
<div
|
383 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-yellow-800 from-yellow-50"
|
384 |
+
>
|
385 |
+
Community
|
386 |
+
</div> <ul>
|
387 |
+
<li>
|
388 |
+
<a
|
389 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
390 |
+
hover:underline
|
391 |
+
px-3 py-1.5
|
392 |
+
|
393 |
+
"
|
394 |
+
|
395 |
+
|
396 |
+
href="https://discuss.huggingface.co/"
|
397 |
+
target="_blank"
|
398 |
+
>
|
399 |
+
Forum
|
400 |
+
</a>
|
401 |
+
</li><li>
|
402 |
+
<a
|
403 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
404 |
+
hover:underline
|
405 |
+
px-3 py-1.5
|
406 |
+
|
407 |
+
"
|
408 |
+
|
409 |
+
|
410 |
+
href="/blog"
|
411 |
+
|
412 |
+
>
|
413 |
+
Blog
|
414 |
+
</a>
|
415 |
+
</li><li>
|
416 |
+
<a
|
417 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
418 |
+
hover:underline
|
419 |
+
px-3 py-1.5
|
420 |
+
|
421 |
+
"
|
422 |
+
|
423 |
+
|
424 |
+
href="https://github.com/huggingface"
|
425 |
+
target="_blank"
|
426 |
+
>
|
427 |
+
GitHub
|
428 |
+
</a>
|
429 |
+
</li> </ul>
|
430 |
+
</li>
|
431 |
+
<li>
|
432 |
+
<div
|
433 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-green-800 from-green-50"
|
434 |
+
>
|
435 |
+
Documentation
|
436 |
+
</div> <ul>
|
437 |
+
<li>
|
438 |
+
<a
|
439 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
440 |
+
hover:underline
|
441 |
+
px-3 py-1.5
|
442 |
+
|
443 |
+
"
|
444 |
+
|
445 |
+
|
446 |
+
href="/docs"
|
447 |
+
|
448 |
+
>
|
449 |
+
Model Hub doc
|
450 |
+
</a>
|
451 |
+
</li><li>
|
452 |
+
<a
|
453 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
454 |
+
hover:underline
|
455 |
+
px-3 py-1.5
|
456 |
+
|
457 |
+
"
|
458 |
+
|
459 |
+
|
460 |
+
href="https://api-inference.huggingface.co/docs/"
|
461 |
+
target="_blank"
|
462 |
+
>
|
463 |
+
Inference API doc
|
464 |
+
</a>
|
465 |
+
</li><li>
|
466 |
+
<a
|
467 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
468 |
+
hover:underline
|
469 |
+
px-3 py-1.5
|
470 |
+
|
471 |
+
"
|
472 |
+
|
473 |
+
|
474 |
+
href="/transformers/"
|
475 |
+
|
476 |
+
>
|
477 |
+
Transformers doc
|
478 |
+
</a>
|
479 |
+
</li><li>
|
480 |
+
<a
|
481 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
482 |
+
hover:underline
|
483 |
+
px-3 py-1.5
|
484 |
+
|
485 |
+
"
|
486 |
+
|
487 |
+
|
488 |
+
href="/docs/tokenizers/python/latest/"
|
489 |
+
|
490 |
+
>
|
491 |
+
Tokenizers doc
|
492 |
+
</a>
|
493 |
+
</li><li>
|
494 |
+
<a
|
495 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
496 |
+
hover:underline
|
497 |
+
px-3 py-1.5
|
498 |
+
|
499 |
+
"
|
500 |
+
|
501 |
+
|
502 |
+
href="/docs/datasets/"
|
503 |
+
|
504 |
+
>
|
505 |
+
Datasets doc
|
506 |
+
</a>
|
507 |
+
</li> </ul>
|
508 |
+
</li>
|
509 |
+
</ul>
|
510 |
+
</div></div>
|
511 |
+
</li>
|
512 |
+
<li>
|
513 |
+
<hr class="w-0.5 h-5 bg-gray-100" />
|
514 |
+
</li>
|
515 |
+
<li>
|
516 |
+
<a
|
517 |
+
class="block cursor-pointer hover:text-gray-500"
|
518 |
+
href="/login"
|
519 |
+
>
|
520 |
+
Log In
|
521 |
+
</a>
|
522 |
+
</li>
|
523 |
+
<li>
|
524 |
+
<a
|
525 |
+
class="btn"
|
526 |
+
href="/join"
|
527 |
+
>
|
528 |
+
Sign Up
|
529 |
+
</a>
|
530 |
+
</li>
|
531 |
+
</ul>
|
532 |
+
</nav> <div
|
533 |
+
id="v2-phone-nav-menu"
|
534 |
+
class="hidden lg:hidden z-20 fixed bg-white top-16 inset-0 overflow-y-auto"
|
535 |
+
>
|
536 |
+
<nav aria-label="Main">
|
537 |
+
<ul class="px-2 space-y-4">
|
538 |
+
<li class="space-y-2.5">
|
539 |
+
<div
|
540 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
541 |
+
text-purple-800 bg-gradient-to-r from-purple-50 to-white h-7"
|
542 |
+
>
|
543 |
+
Account
|
544 |
+
</div>
|
545 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
546 |
+
<li>
|
547 |
+
<a class="btn w-full v2-dropdown-entry" href="/login">
|
548 |
+
Log In
|
549 |
+
</a>
|
550 |
+
</li>
|
551 |
+
<li>
|
552 |
+
<a class="btn w-full v2-dropdown-entry" href="/join">
|
553 |
+
Sign Up
|
554 |
+
</a>
|
555 |
+
</li>
|
556 |
+
</ul>
|
557 |
+
</li>
|
558 |
+
<li class="space-y-2.5">
|
559 |
+
<div
|
560 |
+
class="-mx-2 flex items-center px-2 font-semibold text-blue-800
|
561 |
+
bg-gradient-to-r from-blue-50 to-white h-7"
|
562 |
+
>
|
563 |
+
Website
|
564 |
+
</div>
|
565 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
566 |
+
<li>
|
567 |
+
<a href="/models" class="btn w-full v2-dropdown-entry">
|
568 |
+
<svg
|
569 |
+
alt=""
|
570 |
+
class="text-gray-400 mr-1.5"
|
571 |
+
xmlns="http://www.w3.org/2000/svg"
|
572 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
573 |
+
aria-hidden="true"
|
574 |
+
focusable="false"
|
575 |
+
role="img"
|
576 |
+
width="1em"
|
577 |
+
height="1em"
|
578 |
+
preserveAspectRatio="xMidYMid meet"
|
579 |
+
viewBox="0 0 24 24"
|
580 |
+
>
|
581 |
+
<path
|
582 |
+
class="uim-quaternary"
|
583 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
584 |
+
opacity=".25"
|
585 |
+
fill="currentColor"
|
586 |
+
></path>
|
587 |
+
<path
|
588 |
+
class="uim-tertiary"
|
589 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
590 |
+
opacity=".5"
|
591 |
+
fill="currentColor"
|
592 |
+
></path>
|
593 |
+
<path
|
594 |
+
class="uim-primary"
|
595 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
596 |
+
fill="currentColor"
|
597 |
+
></path>
|
598 |
+
</svg>
|
599 |
+
Models
|
600 |
+
</a>
|
601 |
+
</li>
|
602 |
+
<li>
|
603 |
+
<a href="/datasets" class="btn w-full v2-dropdown-entry">
|
604 |
+
<svg
|
605 |
+
class="text-gray-400 mr-1.5"
|
606 |
+
xmlns="http://www.w3.org/2000/svg"
|
607 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
608 |
+
alt=""
|
609 |
+
aria-hidden="true"
|
610 |
+
focusable="false"
|
611 |
+
role="img"
|
612 |
+
width="1em"
|
613 |
+
height="1em"
|
614 |
+
preserveAspectRatio="xMidYMid meet"
|
615 |
+
viewBox="0 0 25 25"
|
616 |
+
>
|
617 |
+
<ellipse
|
618 |
+
cx="12.5"
|
619 |
+
cy="5"
|
620 |
+
fill="currentColor"
|
621 |
+
fill-opacity="0.25"
|
622 |
+
rx="7.5"
|
623 |
+
ry="2"
|
624 |
+
></ellipse>
|
625 |
+
<path
|
626 |
+
d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
|
627 |
+
fill="currentColor"
|
628 |
+
opacity="0.5"
|
629 |
+
></path>
|
630 |
+
<path
|
631 |
+
d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
|
632 |
+
fill="currentColor"
|
633 |
+
opacity="0.5"
|
634 |
+
></path>
|
635 |
+
<path
|
636 |
+
d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
|
637 |
+
fill="currentColor"
|
638 |
+
></path>
|
639 |
+
</svg>
|
640 |
+
Datasets
|
641 |
+
</a>
|
642 |
+
</li>
|
643 |
+
<li>
|
644 |
+
<a href="/metrics" class="btn w-full v2-dropdown-entry">
|
645 |
+
<svg
|
646 |
+
alt=""
|
647 |
+
class="text-gray-400 mr-1.5"
|
648 |
+
xmlns="http://www.w3.org/2000/svg"
|
649 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
650 |
+
aria-hidden="true"
|
651 |
+
focusable="false"
|
652 |
+
role="img"
|
653 |
+
width="1em"
|
654 |
+
height="1em"
|
655 |
+
preserveAspectRatio="xMidYMid meet"
|
656 |
+
viewBox="0 0 24 24"
|
657 |
+
>
|
658 |
+
<path
|
659 |
+
class="uim-quaternary"
|
660 |
+
d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
|
661 |
+
opacity=".25"
|
662 |
+
fill="currentColor"
|
663 |
+
></path>
|
664 |
+
<path
|
665 |
+
class="uim-primary"
|
666 |
+
d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
|
667 |
+
fill="currentColor"
|
668 |
+
></path>
|
669 |
+
<path
|
670 |
+
class="uim-tertiary"
|
671 |
+
d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
|
672 |
+
opacity=".5"
|
673 |
+
fill="currentColor"
|
674 |
+
></path>
|
675 |
+
</svg>
|
676 |
+
Metrics
|
677 |
+
</a>
|
678 |
+
</li>
|
679 |
+
<li>
|
680 |
+
<a href="/languages" class="btn w-full v2-dropdown-entry">
|
681 |
+
<svg
|
682 |
+
alt=""
|
683 |
+
class="text-gray-400 mr-1.5"
|
684 |
+
xmlns="http://www.w3.org/2000/svg"
|
685 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
686 |
+
aria-hidden="true"
|
687 |
+
focusable="false"
|
688 |
+
role="img"
|
689 |
+
width="1em"
|
690 |
+
height="1em"
|
691 |
+
preserveAspectRatio="xMidYMid meet"
|
692 |
+
viewBox="0 0 24 24"
|
693 |
+
>
|
694 |
+
<path
|
695 |
+
class="uim-primary"
|
696 |
+
d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
697 |
+
fill="currentColor"
|
698 |
+
></path>
|
699 |
+
<path
|
700 |
+
class="uim-tertiary"
|
701 |
+
d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
702 |
+
opacity=".5"
|
703 |
+
fill="currentColor"
|
704 |
+
></path>
|
705 |
+
<path
|
706 |
+
class="uim-primary"
|
707 |
+
d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
|
708 |
+
fill="currentColor"
|
709 |
+
></path>
|
710 |
+
</svg>
|
711 |
+
Languages
|
712 |
+
</a>
|
713 |
+
</li>
|
714 |
+
<li>
|
715 |
+
<a href="/organizations" class="btn w-full v2-dropdown-entry">
|
716 |
+
<svg
|
717 |
+
alt=""
|
718 |
+
class="text-gray-400 mr-1.5"
|
719 |
+
xmlns="http://www.w3.org/2000/svg"
|
720 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
721 |
+
aria-hidden="true"
|
722 |
+
focusable="false"
|
723 |
+
role="img"
|
724 |
+
width="1em"
|
725 |
+
height="1em"
|
726 |
+
preserveAspectRatio="xMidYMid meet"
|
727 |
+
viewBox="0 0 24 24"
|
728 |
+
>
|
729 |
+
<path
|
730 |
+
class="uim-tertiary"
|
731 |
+
d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
|
732 |
+
opacity=".5"
|
733 |
+
fill="currentColor"
|
734 |
+
></path>
|
735 |
+
<path
|
736 |
+
class="uim-primary"
|
737 |
+
d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
|
738 |
+
fill="currentColor"
|
739 |
+
></path>
|
740 |
+
<path
|
741 |
+
class="uim-tertiary"
|
742 |
+
d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
|
743 |
+
opacity=".5"
|
744 |
+
fill="currentColor"
|
745 |
+
></path>
|
746 |
+
<path
|
747 |
+
class="uim-quaternary"
|
748 |
+
d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
|
749 |
+
opacity=".25"
|
750 |
+
fill="currentColor"
|
751 |
+
></path>
|
752 |
+
</svg>
|
753 |
+
Organizations
|
754 |
+
</a>
|
755 |
+
</li>
|
756 |
+
<li>
|
757 |
+
<a href="/pricing" class="btn w-full v2-dropdown-entry">
|
758 |
+
Pricing
|
759 |
+
</a>
|
760 |
+
</li>
|
761 |
+
</ul>
|
762 |
+
</li>
|
763 |
+
<li class="space-y-2.5">
|
764 |
+
<div
|
765 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
766 |
+
text-yellow-800 bg-gradient-to-r from-yellow-50 to-white h-7"
|
767 |
+
>
|
768 |
+
Community
|
769 |
+
</div>
|
770 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
771 |
+
<li>
|
772 |
+
<a href="https://discuss.huggingface.co/" class="btn w-full v2-dropdown-entry">
|
773 |
+
Forum
|
774 |
+
</a>
|
775 |
+
</li>
|
776 |
+
<li>
|
777 |
+
<a href="https://huggingface.co/blog" class="btn w-full v2-dropdown-entry">
|
778 |
+
Blog
|
779 |
+
</a>
|
780 |
+
</li>
|
781 |
+
</ul>
|
782 |
+
</li>
|
783 |
+
<li class="space-y-2.5">
|
784 |
+
<div
|
785 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
786 |
+
text-green-800 bg-gradient-to-r from-green-50 to-white h-7"
|
787 |
+
>
|
788 |
+
Documentation
|
789 |
+
</div>
|
790 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
791 |
+
<li>
|
792 |
+
<a href="/docs" class="btn w-full v2-dropdown-entry">
|
793 |
+
Model Hub doc
|
794 |
+
</a>
|
795 |
+
</li>
|
796 |
+
<li>
|
797 |
+
<a href="https://api-inference.huggingface.co/docs/" class="btn w-full v2-dropdown-entry">
|
798 |
+
Inference API doc
|
799 |
+
</a>
|
800 |
+
</li>
|
801 |
+
<li>
|
802 |
+
<a href="https://huggingface.co/transformers/" class="btn w-full v2-dropdown-entry">
|
803 |
+
Transformers doc
|
804 |
+
</a>
|
805 |
+
</li>
|
806 |
+
<li>
|
807 |
+
<a href="https://huggingface.co/docs/tokenizers/python/latest/" class="btn w-full v2-dropdown-entry">
|
808 |
+
Tokenizers doc
|
809 |
+
</a>
|
810 |
+
</li>
|
811 |
+
<li>
|
812 |
+
<a href="https://huggingface.co/docs/datasets/" class="btn w-full v2-dropdown-entry">
|
813 |
+
Datasets doc
|
814 |
+
</a>
|
815 |
+
</li>
|
816 |
+
</ul>
|
817 |
+
</li>
|
818 |
+
</ul>
|
819 |
+
</nav>
|
820 |
+
</div> </div>
|
821 |
+
</header> <main class="flex flex-col flex-1 ">
|
822 |
+
<header class="bg-gradient-to-t from-gray-50 via-white to-white pt-10">
|
823 |
+
<div class="container relative">
|
824 |
+
<h1 class="flex items-center flex-wrap font-mono md:text-xl mb-3">
|
825 |
+
<div class="inline-flex items-center">
|
826 |
+
<img
|
827 |
+
class="w-4 h-4 rounded-full mr-1.5"
|
828 |
+
alt="'s picture"
|
829 |
+
src="https://aeiljuispo.cloudimg.io/v7/https://s3.amazonaws.com/moonup/production/uploads/1597134725486-5e4d607b37cb5b49818287c0.jpeg?w=200&h=200&f=face"
|
830 |
+
/>
|
831 |
+
<a href="/cahya" class="font-sans text-gray-400 hover:text-blue-600">
|
832 |
+
cahya
|
833 |
+
</a>
|
834 |
+
<div class="text-gray-300 mx-0.5">/</div>
|
835 |
+
</div>
|
836 |
+
<div class="font-semibold">
|
837 |
+
<a href="/cahya/bert-base-indonesian-1.5G">
|
838 |
+
bert-base-indonesian-1.5G
|
839 |
+
</a>
|
840 |
+
</div>
|
841 |
+
</h1>
|
842 |
+
<div class="flex flex-wrap mb-5">
|
843 |
+
<a class="
|
844 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
845 |
+
|
846 |
+
from-white to-white text-gray-700 hover:to-gray-100
|
847 |
+
"
|
848 |
+
href="/models?filter=fill-mask"
|
849 |
+
tag-id="fill-mask"
|
850 |
+
>
|
851 |
+
<div class="flex items-center flex-none pl-2 bg-gradient-to-t to-white h-7 w-8
|
852 |
+
text-red-500 from-red-50
|
853 |
+
">
|
854 |
+
<svg
|
855 |
+
alt=""
|
856 |
+
class=""
|
857 |
+
xmlns="http://www.w3.org/2000/svg"
|
858 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
859 |
+
aria-hidden="true"
|
860 |
+
fill="currentColor"
|
861 |
+
focusable="false"
|
862 |
+
role="img"
|
863 |
+
width="1em"
|
864 |
+
height="1em"
|
865 |
+
preserveAspectRatio="xMidYMid meet"
|
866 |
+
viewBox="0 0 18 19"
|
867 |
+
>
|
868 |
+
<path
|
869 |
+
d="M12.3625 13.85H10.1875V12.7625H12.3625V10.5875H13.45V12.7625C13.4497 13.0508 13.335 13.3272 13.1312 13.5311C12.9273 13.735 12.6508 13.8497 12.3625 13.85V13.85Z"
|
870 |
+
></path>
|
871 |
+
<path
|
872 |
+
d="M5.8375 8.41246H4.75V6.23746C4.75029 5.94913 4.86496 5.67269 5.06884 5.4688C5.27272 5.26492 5.54917 5.15025 5.8375 5.14996H8.0125V6.23746H5.8375V8.41246Z"
|
873 |
+
></path>
|
874 |
+
<path
|
875 |
+
d="M15.625 5.14998H13.45V2.97498C13.4497 2.68665 13.335 2.4102 13.1312 2.20632C12.9273 2.00244 12.6508 1.88777 12.3625 1.88748H2.575C2.28666 1.88777 2.01022 2.00244 1.80633 2.20632C1.60245 2.4102 1.48778 2.68665 1.4875 2.97498V12.7625C1.48778 13.0508 1.60245 13.3273 1.80633 13.5311C2.01022 13.735 2.28666 13.8497 2.575 13.85H4.75V16.025C4.75028 16.3133 4.86495 16.5898 5.06883 16.7936C5.27272 16.9975 5.54916 17.1122 5.8375 17.1125H15.625C15.9133 17.1122 16.1898 16.9975 16.3937 16.7936C16.5975 16.5898 16.7122 16.3133 16.7125 16.025V6.23748C16.7122 5.94915 16.5975 5.6727 16.3937 5.46882C16.1898 5.26494 15.9133 5.15027 15.625 5.14998V5.14998ZM15.625 16.025H5.8375V13.85H8.0125V12.7625H5.8375V10.5875H4.75V12.7625H2.575V2.97498H12.3625V5.14998H10.1875V6.23748H12.3625V8.41248H13.45V6.23748H15.625V16.025Z"
|
876 |
+
></path>
|
877 |
+
</svg>
|
878 |
+
</div>
|
879 |
+
<span>
|
880 |
+
Fill-Mask
|
881 |
+
</span>
|
882 |
+
|
883 |
+
</a>
|
884 |
+
<a class="
|
885 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
886 |
+
|
887 |
+
from-red-50 to-red-50 text-red-800 hover:to-red-100
|
888 |
+
"
|
889 |
+
href="/models?filter=pytorch"
|
890 |
+
tag-id="pytorch"
|
891 |
+
>
|
892 |
+
<svg
|
893 |
+
alt=""
|
894 |
+
class="inline-block ml-2 text-sm"
|
895 |
+
xmlns="http://www.w3.org/2000/svg"
|
896 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
897 |
+
aria-hidden="true"
|
898 |
+
focusable="false"
|
899 |
+
role="img"
|
900 |
+
width="0.83em"
|
901 |
+
height="1em"
|
902 |
+
preserveAspectRatio="xMidYMid meet"
|
903 |
+
viewBox="0 0 256 310"
|
904 |
+
>
|
905 |
+
<path
|
906 |
+
d="M218.281 90.106c50.292 50.292 50.292 130.969 0 181.61c-49.244 50.292-130.27 50.292-180.562 0s-50.292-131.318 0-181.61L127.825 0v45.053l-8.382 8.382l-59.721 59.722c-37.72 37.02-37.72 97.79 0 135.509c37.02 37.719 97.79 37.719 135.509 0c37.719-37.02 37.719-97.79 0-135.51l23.05-23.05zm-45.053-5.588c-9.259 0-16.764-7.505-16.764-16.764c0-9.258 7.505-16.764 16.764-16.764c9.258 0 16.764 7.506 16.764 16.764c0 9.259-7.506 16.764-16.764 16.764z"
|
907 |
+
fill="#EE4C2C"
|
908 |
+
></path>
|
909 |
+
</svg>
|
910 |
+
<span>
|
911 |
+
PyTorch
|
912 |
+
</span>
|
913 |
+
|
914 |
+
</a>
|
915 |
+
<a class="
|
916 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
917 |
+
|
918 |
+
from-red-50 to-red-50 text-red-800 hover:to-red-100
|
919 |
+
"
|
920 |
+
href="/models?filter=tf"
|
921 |
+
tag-id="tf"
|
922 |
+
>
|
923 |
+
<svg
|
924 |
+
class="inline-block ml-2 text-sm"
|
925 |
+
xmlns="http://www.w3.org/2000/svg"
|
926 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
927 |
+
aria-hidden="true"
|
928 |
+
focusable="false"
|
929 |
+
role="img"
|
930 |
+
width="0.94em"
|
931 |
+
height="1em"
|
932 |
+
preserveAspectRatio="xMidYMid meet"
|
933 |
+
viewBox="0 0 256 274"
|
934 |
+
>
|
935 |
+
<path
|
936 |
+
d="M145.726 42.065v42.07l72.861 42.07v-42.07l-72.86-42.07zM0 84.135v42.07l36.43 21.03V105.17L0 84.135zm109.291 21.035l-36.43 21.034v126.2l36.43 21.035v-84.135l36.435 21.035v-42.07l-36.435-21.034V105.17z"
|
937 |
+
fill="#E55B2D"
|
938 |
+
></path>
|
939 |
+
<path
|
940 |
+
d="M145.726 42.065L36.43 105.17v42.065l72.861-42.065v42.065l36.435-21.03v-84.14zM255.022 63.1l-36.435 21.035v42.07l36.435-21.035V63.1zm-72.865 84.135l-36.43 21.035v42.07l36.43-21.036v-42.07zm-36.43 63.104l-36.436-21.035v84.135l36.435-21.035V210.34z"
|
941 |
+
fill="#ED8E24"
|
942 |
+
></path>
|
943 |
+
<path
|
944 |
+
d="M145.726 0L0 84.135l36.43 21.035l109.296-63.105l72.861 42.07L255.022 63.1L145.726 0zm0 126.204l-36.435 21.03l36.435 21.036l36.43-21.035l-36.43-21.03z"
|
945 |
+
fill="#F8BF3C"
|
946 |
+
></path>
|
947 |
+
</svg>
|
948 |
+
<span>
|
949 |
+
TensorFlow
|
950 |
+
</span>
|
951 |
+
|
952 |
+
</a>
|
953 |
+
<a class="
|
954 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
955 |
+
|
956 |
+
from-indigo-50 to-indigo-50 text-indigo-800 hover:to-indigo-100
|
957 |
+
"
|
958 |
+
href="/models?filter=dataset:wikipedia"
|
959 |
+
tag-id="dataset:wikipedia"
|
960 |
+
>
|
961 |
+
<span>
|
962 |
+
wikipedia
|
963 |
+
</span>
|
964 |
+
|
965 |
+
</a>
|
966 |
+
<a class="
|
967 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
968 |
+
|
969 |
+
from-indigo-50 to-indigo-50 text-indigo-800 hover:to-indigo-100
|
970 |
+
"
|
971 |
+
href="/models?filter=dataset:id_newspapers_2018"
|
972 |
+
tag-id="dataset:id_newspapers_2018"
|
973 |
+
>
|
974 |
+
<span>
|
975 |
+
id_newspapers_2018
|
976 |
+
</span>
|
977 |
+
|
978 |
+
</a>
|
979 |
+
<a class="
|
980 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
981 |
+
|
982 |
+
from-green-50 to-green-50 text-green-800 hover:to-green-100
|
983 |
+
"
|
984 |
+
href="/models?filter=id"
|
985 |
+
tag-id="id"
|
986 |
+
>
|
987 |
+
<span>
|
988 |
+
id
|
989 |
+
</span>
|
990 |
+
|
991 |
+
</a>
|
992 |
+
<a class="
|
993 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
994 |
+
|
995 |
+
from-blue-50 to-blue-50 text-blue-800 hover:to-blue-100
|
996 |
+
"
|
997 |
+
href="/models?filter=license:mit"
|
998 |
+
tag-id="license:mit"
|
999 |
+
>
|
1000 |
+
<span>
|
1001 |
+
mit
|
1002 |
+
</span>
|
1003 |
+
|
1004 |
+
</a>
|
1005 |
+
<a class="
|
1006 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
1007 |
+
|
1008 |
+
from-purple-50 to-purple-50 text-purple-800 hover:to-purple-100
|
1009 |
+
"
|
1010 |
+
href="/models?filter=bert"
|
1011 |
+
tag-id="bert"
|
1012 |
+
>
|
1013 |
+
<span>
|
1014 |
+
bert
|
1015 |
+
</span>
|
1016 |
+
|
1017 |
+
</a>
|
1018 |
+
<a class="
|
1019 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
1020 |
+
|
1021 |
+
from-purple-50 to-purple-50 text-purple-800 hover:to-purple-100
|
1022 |
+
"
|
1023 |
+
href="/models?filter=masked-lm"
|
1024 |
+
tag-id="masked-lm"
|
1025 |
+
>
|
1026 |
+
<span>
|
1027 |
+
masked-lm
|
1028 |
+
</span>
|
1029 |
+
|
1030 |
+
</a>
|
1031 |
+
</div>
|
1032 |
+
<div class="border-b border-gray-100">
|
1033 |
+
<div class="flex items-center justify-between">
|
1034 |
+
<div class="flex items-center h-12 overflow-x-auto overflow-y-hidden">
|
1035 |
+
<a
|
1036 |
+
class="tab-alternate "
|
1037 |
+
href="/cahya/bert-base-indonesian-1.5G"
|
1038 |
+
>
|
1039 |
+
<svg
|
1040 |
+
alt=""
|
1041 |
+
class="mr-1.5 text-gray-400"
|
1042 |
+
xmlns="http://www.w3.org/2000/svg"
|
1043 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1044 |
+
aria-hidden="true"
|
1045 |
+
focusable="false"
|
1046 |
+
role="img"
|
1047 |
+
width="1em"
|
1048 |
+
height="1em"
|
1049 |
+
preserveAspectRatio="xMidYMid meet"
|
1050 |
+
viewBox="0 0 24 24"
|
1051 |
+
>
|
1052 |
+
<path
|
1053 |
+
class="uim-quaternary"
|
1054 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
1055 |
+
opacity=".25"
|
1056 |
+
fill="currentColor"
|
1057 |
+
></path>
|
1058 |
+
<path
|
1059 |
+
class="uim-tertiary"
|
1060 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
1061 |
+
opacity=".5"
|
1062 |
+
fill="currentColor"
|
1063 |
+
></path>
|
1064 |
+
<path
|
1065 |
+
class="uim-primary"
|
1066 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
1067 |
+
fill="currentColor"
|
1068 |
+
></path>
|
1069 |
+
</svg>
|
1070 |
+
Model card
|
1071 |
+
</a>
|
1072 |
+
<a
|
1073 |
+
class="tab-alternate active"
|
1074 |
+
href="/cahya/bert-base-indonesian-1.5G/tree/main"
|
1075 |
+
>
|
1076 |
+
<svg
|
1077 |
+
alt=""
|
1078 |
+
class="mr-1.5 text-gray-400"
|
1079 |
+
xmlns="http://www.w3.org/2000/svg"
|
1080 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1081 |
+
aria-hidden="true"
|
1082 |
+
focusable="false"
|
1083 |
+
role="img"
|
1084 |
+
width="1em"
|
1085 |
+
height="1em"
|
1086 |
+
preserveAspectRatio="xMidYMid meet"
|
1087 |
+
viewBox="0 0 24 24"
|
1088 |
+
>
|
1089 |
+
<path
|
1090 |
+
class="uim-tertiary"
|
1091 |
+
d="M21 19h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-8h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0 4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"
|
1092 |
+
opacity=".5"
|
1093 |
+
fill="currentColor"
|
1094 |
+
></path>
|
1095 |
+
<path
|
1096 |
+
class="uim-primary"
|
1097 |
+
d="M9 19a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v12a1 1 0 0 1-1 1zm-6-4.333a1 1 0 0 1-.64-1.769L3.438 12l-1.078-.898a1 1 0 0 1 1.28-1.538l2 1.667a1 1 0 0 1 0 1.538l-2 1.667a.999.999 0 0 1-.64.231z"
|
1098 |
+
fill="currentColor"
|
1099 |
+
></path>
|
1100 |
+
</svg>
|
1101 |
+
Files and versions
|
1102 |
+
</a>
|
1103 |
+
</div>
|
1104 |
+
<div class="relative hidden space-x-1.5 md:flex">
|
1105 |
+
<div
|
1106 |
+
class="v2-dropdown relative "
|
1107 |
+
|
1108 |
+
>
|
1109 |
+
<button
|
1110 |
+
class="v2-dropdown-button cursor-pointer btn text-sm"
|
1111 |
+
slot="trigger"
|
1112 |
+
type="button"
|
1113 |
+
>
|
1114 |
+
<svg
|
1115 |
+
alt=""
|
1116 |
+
class="mr-1.5"
|
1117 |
+
xmlns="http://www.w3.org/2000/svg"
|
1118 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1119 |
+
aria-hidden="true"
|
1120 |
+
focusable="false"
|
1121 |
+
role="img"
|
1122 |
+
width="1em"
|
1123 |
+
height="1em"
|
1124 |
+
preserveAspectRatio="xMidYMid meet"
|
1125 |
+
viewBox="0 0 32 32"
|
1126 |
+
style="transform: rotate(360deg);"
|
1127 |
+
>
|
1128 |
+
<path
|
1129 |
+
d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
|
1130 |
+
fill="currentColor"
|
1131 |
+
></path>
|
1132 |
+
<path
|
1133 |
+
d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
|
1134 |
+
fill="currentColor"
|
1135 |
+
></path>
|
1136 |
+
<path
|
1137 |
+
d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
|
1138 |
+
fill="currentColor"
|
1139 |
+
></path>
|
1140 |
+
</svg>
|
1141 |
+
Use in transformers
|
1142 |
+
</button><div
|
1143 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
1144 |
+
>
|
1145 |
+
<ul class="min-w-full w-auto">
|
1146 |
+
<div class="v2-to-clipboard" style="width: 700px;">
|
1147 |
+
<div class="border-b px-4 py-2 bg-gradient-to-r from-gray-50 to-white border-gray-200 flex justify-between items-center h-11">
|
1148 |
+
<h3 class="font-semibold">
|
1149 |
+
How to use from the
|
1150 |
+
<a target="_blank" href="https://github.com/huggingface/transformers">🤗/transformers</a>
|
1151 |
+
library:
|
1152 |
+
</h3>
|
1153 |
+
<button
|
1154 |
+
class="v2-to-clipboard-button text-sm underline flex items-center cursor-pointer text-gray-500"
|
1155 |
+
>
|
1156 |
+
<svg
|
1157 |
+
alt=""
|
1158 |
+
class="mr-1"
|
1159 |
+
xmlns="http://www.w3.org/2000/svg"
|
1160 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1161 |
+
aria-hidden="true"
|
1162 |
+
focusable="false"
|
1163 |
+
role="img"
|
1164 |
+
width="1em"
|
1165 |
+
height="1em"
|
1166 |
+
preserveAspectRatio="xMidYMid meet"
|
1167 |
+
viewBox="0 0 32 32"
|
1168 |
+
>
|
1169 |
+
<path
|
1170 |
+
d="M25.7 9.3l-7-7A.908.908 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v24a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2V10a.908.908 0 0 0-.3-.7zM18 4.4l5.6 5.6H18zM24 28H8V4h8v6a2.006 2.006 0 0 0 2 2h6z"
|
1171 |
+
fill="currentColor"
|
1172 |
+
></path>
|
1173 |
+
</svg>
|
1174 |
+
Copy to clipboard
|
1175 |
+
</button>
|
1176 |
+
</div>
|
1177 |
+
<pre class="v2-to-clipboard-content whitespace-pre-line text-sm p-4 text-gray-700">
|
1178 |
+
from transformers import AutoTokenizer, AutoModelForMaskedLM
|
1179 |
+
|
1180 |
+
tokenizer = AutoTokenizer.from_pretrained("cahya/bert-base-indonesian-1.5G")
|
1181 |
+
|
1182 |
+
model = AutoModelForMaskedLM.from_pretrained("cahya/bert-base-indonesian-1.5G")
|
1183 |
+
</pre>
|
1184 |
+
|
1185 |
+
<div class="border-b px-4 py-2 bg-gradient-to-r from-gray-50 to-white border-gray-200 flex justify-between items-center h-11">
|
1186 |
+
<h3 class="font-semibold">
|
1187 |
+
Or just clone the model repo
|
1188 |
+
</h3>
|
1189 |
+
</div>
|
1190 |
+
<pre class="whitespace-pre-line text-sm p-4 text-gray-700">
|
1191 |
+
git lfs install
|
1192 |
+
git clone https://huggingface.co/cahya/bert-base-indonesian-1.5G
|
1193 |
+
<div class="text-gray-500 text-xs">
|
1194 |
+
# if you want to clone without large files – just their pointers
|
1195 |
+
# prepend your git clone with the following env var:
|
1196 |
+
</div>
|
1197 |
+
GIT_LFS_SKIP_SMUDGE=1
|
1198 |
+
</pre>
|
1199 |
+
|
1200 |
+
</div>
|
1201 |
+
</ul>
|
1202 |
+
</div></div>
|
1203 |
+
</div>
|
1204 |
+
</div>
|
1205 |
+
</div>
|
1206 |
+
</div>
|
1207 |
+
</header>
|
1208 |
+
<div
|
1209 |
+
class="container relative grid gap-4 md:gap-6
|
1210 |
+
md:grid-cols-12
|
1211 |
+
|
1212 |
+
|
1213 |
+
"
|
1214 |
+
|
1215 |
+
|
1216 |
+
>
|
1217 |
+
<section class="pt-8 border-gray-100 overflow-auto col-span-full">
|
1218 |
+
|
1219 |
+
<header class="pb-4 flex items-center justify-between">
|
1220 |
+
<div class="flex items-center">
|
1221 |
+
<div
|
1222 |
+
class="v2-dropdown relative mr-6"
|
1223 |
+
|
1224 |
+
>
|
1225 |
+
<button
|
1226 |
+
class="v2-dropdown-button cursor-pointer btn"
|
1227 |
+
slot="trigger"
|
1228 |
+
type="button"
|
1229 |
+
>
|
1230 |
+
<svg
|
1231 |
+
alt=""
|
1232 |
+
class="mr-1 text-gray-700 dark:text-gray-400"
|
1233 |
+
xmlns="http://www.w3.org/2000/svg"
|
1234 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1235 |
+
aria-hidden="true"
|
1236 |
+
focusable="false"
|
1237 |
+
role="img"
|
1238 |
+
width="1em"
|
1239 |
+
height="1em"
|
1240 |
+
preserveAspectRatio="xMidYMid meet"
|
1241 |
+
viewBox="0 0 24 24"
|
1242 |
+
style="transform: rotate(360deg);"
|
1243 |
+
>
|
1244 |
+
<path
|
1245 |
+
d="M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12c2.67 0 3.56-1.34 3.85-2.23A3.006 3.006 0 0 1 14 7a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1z"
|
1246 |
+
fill="currentColor"
|
1247 |
+
></path>
|
1248 |
+
</svg>
|
1249 |
+
main
|
1250 |
+
<svg
|
1251 |
+
alt=""
|
1252 |
+
class="text-gray-500"
|
1253 |
+
xmlns="http://www.w3.org/2000/svg"
|
1254 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1255 |
+
aria-hidden="true"
|
1256 |
+
focusable="false"
|
1257 |
+
role="img"
|
1258 |
+
width="1em"
|
1259 |
+
height="1em"
|
1260 |
+
preserveAspectRatio="xMidYMid meet"
|
1261 |
+
viewBox="0 0 24 24"
|
1262 |
+
style="transform: rotate(360deg);"
|
1263 |
+
>
|
1264 |
+
<path d="M7 10l5 5l5-5z" fill="currentColor"></path>
|
1265 |
+
</svg>
|
1266 |
+
</button><div
|
1267 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
1268 |
+
>
|
1269 |
+
<ul class="min-w-full w-auto">
|
1270 |
+
<li>
|
1271 |
+
<ul>
|
1272 |
+
<li>
|
1273 |
+
<div
|
1274 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
1275 |
+
hover:underline
|
1276 |
+
|
1277 |
+
|
1278 |
+
"
|
1279 |
+
|
1280 |
+
|
1281 |
+
|
1282 |
+
|
1283 |
+
>
|
1284 |
+
<a
|
1285 |
+
class="px-3 py-1.5"
|
1286 |
+
href="///[object Object]/"
|
1287 |
+
>
|
1288 |
+
main
|
1289 |
+
</a>
|
1290 |
+
</div>
|
1291 |
+
</li> </ul>
|
1292 |
+
</li>
|
1293 |
+
<li>
|
1294 |
+
<ul class="bg-yellow-50">
|
1295 |
+
</ul>
|
1296 |
+
</li>
|
1297 |
+
</ul>
|
1298 |
+
</div></div>
|
1299 |
+
|
1300 |
+
<a class="hover:underline text-gray-800 dark:text-gray-300" href="/cahya/bert-base-indonesian-1.5G/tree/main">
|
1301 |
+
cahya/bert-base-indonesian-1.5G
|
1302 |
+
</a>
|
1303 |
+
<span class="text-gray-300 mx-1 font-light">/</span>
|
1304 |
+
|
1305 |
+
<span class="font-light dark:text-gray-300">special_tokens_map.json</span>
|
1306 |
+
|
1307 |
+
</div>
|
1308 |
+
|
1309 |
+
<div class="flex justify-end">
|
1310 |
+
</div>
|
1311 |
+
</header>
|
1312 |
+
|
1313 |
+
<div class="border border-b-0 dark:border-gray-800 px-3 py-2 flex items-baseline rounded-t-lg bg-gradient-to-b from-white to-gray-100 dark:from-gray-800 dark:to-gray-900">
|
1314 |
+
<div class="mr-5 truncate flex-none">
|
1315 |
+
system
|
1316 |
+
</div>
|
1317 |
+
<a
|
1318 |
+
class="mr-4 font-mono text-sm text-gray-500 dark:text-gray-300 truncate hover:underline"
|
1319 |
+
href="/cahya/bert-base-indonesian-1.5G/commit/312d1f030398eb3b04864f7a84de827e255379fa"
|
1320 |
+
>
|
1321 |
+
Update special_tokens_map.json
|
1322 |
+
</a>
|
1323 |
+
<a
|
1324 |
+
class="text-sm border dark:border-gray-800 px-1.5 rounded bg-gray-50 dark:bg-gray-900 hover:underline"
|
1325 |
+
href="/cahya/bert-base-indonesian-1.5G/commit/312d1f030398eb3b04864f7a84de827e255379fa"
|
1326 |
+
>
|
1327 |
+
312d1f0
|
1328 |
+
</a>
|
1329 |
+
<time
|
1330 |
+
datetime="2020-10-02T11:25:44"
|
1331 |
+
class="ml-auto hidden lg:block text-gray-500 dark:text-gray-400 truncate flex-none pl-2"
|
1332 |
+
>
|
1333 |
+
3 months ago
|
1334 |
+
</time>
|
1335 |
+
</div>
|
1336 |
+
|
1337 |
+
<div class="flex items-center p-3 border dark:border-gray-800 text-sm text-gray-700 dark:bg-gray-900">
|
1338 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/raw/main/special_tokens_map.json">
|
1339 |
+
<svg
|
1340 |
+
alt=""
|
1341 |
+
class="mr-1.5 "
|
1342 |
+
xmlns="http://www.w3.org/2000/svg"
|
1343 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1344 |
+
aria-hidden="true"
|
1345 |
+
focusable="false"
|
1346 |
+
role="img"
|
1347 |
+
width="1em"
|
1348 |
+
height="1em"
|
1349 |
+
preserveAspectRatio="xMidYMid meet"
|
1350 |
+
viewBox="0 0 32 32"
|
1351 |
+
style="transform: rotate(360deg);"
|
1352 |
+
>
|
1353 |
+
<path
|
1354 |
+
d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
|
1355 |
+
fill="currentColor"
|
1356 |
+
></path>
|
1357 |
+
<path
|
1358 |
+
d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
|
1359 |
+
fill="currentColor"
|
1360 |
+
></path>
|
1361 |
+
<path
|
1362 |
+
d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
|
1363 |
+
fill="currentColor"
|
1364 |
+
></path>
|
1365 |
+
</svg>
|
1366 |
+
raw
|
1367 |
+
</a>
|
1368 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/commits/main/special_tokens_map.json">
|
1369 |
+
<svg
|
1370 |
+
alt=""
|
1371 |
+
class="mr-1.5"
|
1372 |
+
xmlns="http://www.w3.org/2000/svg"
|
1373 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1374 |
+
aria-hidden="true"
|
1375 |
+
focusable="false"
|
1376 |
+
role="img"
|
1377 |
+
width="1em"
|
1378 |
+
height="1em"
|
1379 |
+
preserveAspectRatio="xMidYMid meet"
|
1380 |
+
viewBox="0 0 32 32"
|
1381 |
+
style="transform: rotate(360deg);"
|
1382 |
+
>
|
1383 |
+
<path
|
1384 |
+
d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4zm0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6zm-1 2v9h7v-2h-5V8z"
|
1385 |
+
fill="currentColor"
|
1386 |
+
></path>
|
1387 |
+
</svg>
|
1388 |
+
history
|
1389 |
+
</a>
|
1390 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/blame/main/special_tokens_map.json">
|
1391 |
+
<svg
|
1392 |
+
alt=""
|
1393 |
+
class="mr-1.5"
|
1394 |
+
xmlns="http://www.w3.org/2000/svg"
|
1395 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1396 |
+
aria-hidden="true"
|
1397 |
+
focusable="false"
|
1398 |
+
role="img"
|
1399 |
+
class=""
|
1400 |
+
width="1em"
|
1401 |
+
height="1em"
|
1402 |
+
preserveAspectRatio="xMidYMid meet"
|
1403 |
+
viewBox="0 0 32 32"
|
1404 |
+
style="transform: rotate(360deg);"
|
1405 |
+
>
|
1406 |
+
<path
|
1407 |
+
d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2zm0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12z"
|
1408 |
+
fill="currentColor"
|
1409 |
+
></path>
|
1410 |
+
<path
|
1411 |
+
d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
|
1412 |
+
fill="currentColor"
|
1413 |
+
></path>
|
1414 |
+
<path
|
1415 |
+
d="M20.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
|
1416 |
+
fill="currentColor"
|
1417 |
+
></path>
|
1418 |
+
</svg>
|
1419 |
+
blame
|
1420 |
+
</a>
|
1421 |
+
<div class="ml-auto dark:text-gray-300">
|
1422 |
+
112 Bytes
|
1423 |
+
</div>
|
1424 |
+
</div>
|
1425 |
+
|
1426 |
+
<div class="border border-t-0 rounded-b-lg dark:bg-gray-900 dark:border-gray-800 overflow-x-auto">
|
1427 |
+
<table>
|
1428 |
+
<tr>
|
1429 |
+
<td class="align-top text-right select-none">
|
1430 |
+
<pre class="p-3 text-sm overflow-x-auto">1</pre>
|
1431 |
+
</td>
|
1432 |
+
<td class="align-top w-full">
|
1433 |
+
<pre class="p-3 text-sm overflow-x-auto">{<span class="hljs-attr">"unk_token"</span>: <span class="hljs-string">"[UNK]"</span>, <span class="hljs-attr">"sep_token"</span>: <span class="hljs-string">"[SEP]"</span>, <span class="hljs-attr">"pad_token"</span>: <span class="hljs-string">"[PAD]"</span>, <span class="hljs-attr">"cls_token"</span>: <span class="hljs-string">"[CLS]"</span>, <span class="hljs-attr">"mask_token"</span>: <span class="hljs-string">"[MASK]"</span>}</pre>
|
1434 |
+
</td>
|
1435 |
+
</tr>
|
1436 |
+
</table>
|
1437 |
+
</div>
|
1438 |
+
</section>
|
1439 |
+
</div>
|
1440 |
+
</main>
|
1441 |
+
|
1442 |
+
<script defer src="/front/build/bundle.200c8cd.js"></script>
|
1443 |
+
<script>
|
1444 |
+
if (! (
|
1445 |
+
['localhost', 'huggingface.test'].includes(window.location.hostname)
|
1446 |
+
|| window.location.hostname.includes('ngrok.io')
|
1447 |
+
)) {
|
1448 |
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
1449 |
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
1450 |
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
1451 |
+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ganalytics');
|
1452 |
+
ganalytics('create', 'UA-83738774-2', 'auto');
|
1453 |
+
ganalytics('send', 'pageview');
|
1454 |
+
}
|
1455 |
+
</script>
|
1456 |
+
</body>
|
1457 |
+
</html>
|
tokenizer_config.json
ADDED
@@ -0,0 +1,1457 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
6 |
+
<meta name="description" content="We’re on a journey to solve and democratize artificial intelligence through natural language.">
|
7 |
+
<meta property="fb:app_id" content="1321688464574422">
|
8 |
+
<meta name="twitter:card" content="summary_large_image">
|
9 |
+
<meta name="twitter:site" content="@huggingface">
|
10 |
+
<meta property="og:title" content="tokenizer_config.json · cahya/bert-base-indonesian-1.5G at main">
|
11 |
+
<meta property="og:type" content="website">
|
12 |
+
<meta property="og:url" content="https://huggingface.co/cahya/bert-base-indonesian-1.5G/blob/main/tokenizer_config.json">
|
13 |
+
<meta property="og:image" content="https://huggingface.co/front/thumbnails/v2-2.png">
|
14 |
+
|
15 |
+
<link rel="stylesheet" href="/front/build/style.200c8cd.css">
|
16 |
+
|
17 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
18 |
+
<link
|
19 |
+
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
|
20 |
+
rel="stylesheet"
|
21 |
+
/>
|
22 |
+
<link
|
23 |
+
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
|
24 |
+
rel="stylesheet"
|
25 |
+
/>
|
26 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
|
27 |
+
|
28 |
+
<title>
|
29 |
+
tokenizer_config.json · cahya/bert-base-indonesian-1.5G at main
|
30 |
+
</title>
|
31 |
+
</head>
|
32 |
+
<body class="flex flex-col min-h-screen v2-viewer-blob">
|
33 |
+
<header class="border-b border-gray-100 z-10">
|
34 |
+
<div class="container flex items-center h-16">
|
35 |
+
<div class="flex flex-1 items-center">
|
36 |
+
<a class="flex flex-none items-center mr-5 lg:mr-6" href="/">
|
37 |
+
<img alt="Hugging Face's logo" class="md:mr-2 w-7" src="/front/assets/huggingface_logo.svg">
|
38 |
+
<span class="hidden text-lg font-bold whitespace-nowrap md:block">Hugging Face</span>
|
39 |
+
</a>
|
40 |
+
|
41 |
+
<div
|
42 |
+
class="v2-quick-search relative flex-1 lg:max-w-sm mr-2 md:mr-4"
|
43 |
+
search-type="all"
|
44 |
+
url="/api/quicksearch-html"
|
45 |
+
with-links="true"
|
46 |
+
>
|
47 |
+
<input
|
48 |
+
autocomplete="off"
|
49 |
+
class="v2-quick-search-input w-full h-9 pl-8 pr-3 border border-gray-200 shadow-inner rounded-lg outline-none focus:ring-2 focus:shadow-xl placeholder-gray-400 focus:ring-inset"
|
50 |
+
name=""
|
51 |
+
placeholder="Search models, datasets, users..."
|
52 |
+
|
53 |
+
spellcheck="false"
|
54 |
+
type="text"
|
55 |
+
/>
|
56 |
+
<svg
|
57 |
+
alt=""
|
58 |
+
class="absolute left-2.5 top-2.5 text-gray-400"
|
59 |
+
xmlns="http://www.w3.org/2000/svg"
|
60 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
61 |
+
aria-hidden="true"
|
62 |
+
focusable="false"
|
63 |
+
role="img"
|
64 |
+
width="1em"
|
65 |
+
height="1em"
|
66 |
+
preserveAspectRatio="xMidYMid meet"
|
67 |
+
viewBox="0 0 32 32"
|
68 |
+
>
|
69 |
+
<path
|
70 |
+
d="M30 28.59L22.45 21A11 11 0 1 0 21 22.45L28.59 30zM5 14a9 9 0 1 1 9 9a9 9 0 0 1-9-9z"
|
71 |
+
fill="currentColor"
|
72 |
+
></path>
|
73 |
+
</svg>
|
74 |
+
<ul
|
75 |
+
class="v2-quick-search-results z-40 hidden absolute w-full overflow-hidden text-sm bg-white border border-gray-100 rounded-lg shadow-lg divide-y divide-gray-100"
|
76 |
+
role="listbox"
|
77 |
+
></ul>
|
78 |
+
</div>
|
79 |
+
<button
|
80 |
+
id="v2-phone-nav-button"
|
81 |
+
class="lg:hidden relative flex-none place-self-stretch flex items-center justify-center w-8"
|
82 |
+
type="button"
|
83 |
+
>
|
84 |
+
<svg
|
85 |
+
alt=""
|
86 |
+
class="v2-phone-nav-icon-open"
|
87 |
+
xmlns="http://www.w3.org/2000/svg"
|
88 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
89 |
+
aria-hidden="true"
|
90 |
+
focusable="false"
|
91 |
+
role="img"
|
92 |
+
width="22"
|
93 |
+
height="22"
|
94 |
+
preserveAspectRatio="xMidYMid meet"
|
95 |
+
viewBox="0 0 32 32"
|
96 |
+
>
|
97 |
+
<path d="M4 24h24v2H4z" fill="currentColor"></path>
|
98 |
+
<path d="M4 12h24v2H4z" fill="currentColor"></path>
|
99 |
+
<path d="M4 18h24v2H4z" fill="currentColor"></path>
|
100 |
+
<path d="M4 6h24v2H4z" fill="currentColor"></path>
|
101 |
+
</svg>
|
102 |
+
<svg
|
103 |
+
alt=""
|
104 |
+
class="v2-phone-nav-icon-close hidden"
|
105 |
+
xmlns="http://www.w3.org/2000/svg"
|
106 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
107 |
+
aria-hidden="true"
|
108 |
+
focusable="false"
|
109 |
+
role="img"
|
110 |
+
width="1.1em"
|
111 |
+
height="1.1em"
|
112 |
+
preserveAspectRatio="xMidYMid meet"
|
113 |
+
viewBox="0 0 32 32"
|
114 |
+
>
|
115 |
+
<path
|
116 |
+
d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z"
|
117 |
+
fill="currentColor"
|
118 |
+
></path>
|
119 |
+
</svg>
|
120 |
+
</button>
|
121 |
+
</div>
|
122 |
+
<nav
|
123 |
+
aria-label="Main"
|
124 |
+
class="ml-auto hidden lg:block"
|
125 |
+
>
|
126 |
+
<ul class="flex items-center space-x-6">
|
127 |
+
<li>
|
128 |
+
<a
|
129 |
+
class="flex items-center group hover:text-indigo-700"
|
130 |
+
href="/models"
|
131 |
+
>
|
132 |
+
<svg
|
133 |
+
alt=""
|
134 |
+
class="mr-1.5 text-gray-400 group-hover:text-indigo-500"
|
135 |
+
xmlns="http://www.w3.org/2000/svg"
|
136 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
137 |
+
aria-hidden="true"
|
138 |
+
focusable="false"
|
139 |
+
role="img"
|
140 |
+
width="1em"
|
141 |
+
height="1em"
|
142 |
+
preserveAspectRatio="xMidYMid meet"
|
143 |
+
viewBox="0 0 24 24"
|
144 |
+
>
|
145 |
+
<path
|
146 |
+
class="uim-quaternary"
|
147 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
148 |
+
opacity=".25"
|
149 |
+
fill="currentColor"
|
150 |
+
></path>
|
151 |
+
<path
|
152 |
+
class="uim-tertiary"
|
153 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
154 |
+
opacity=".5"
|
155 |
+
fill="currentColor"
|
156 |
+
></path>
|
157 |
+
<path
|
158 |
+
class="uim-primary"
|
159 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
160 |
+
fill="currentColor"
|
161 |
+
></path>
|
162 |
+
</svg>
|
163 |
+
Models
|
164 |
+
</a>
|
165 |
+
</li>
|
166 |
+
<li>
|
167 |
+
<a
|
168 |
+
class="flex items-center group hover:text-red-700"
|
169 |
+
href="/datasets"
|
170 |
+
>
|
171 |
+
<svg
|
172 |
+
class="mr-1.5 text-gray-400 group-hover:text-red-500"
|
173 |
+
xmlns="http://www.w3.org/2000/svg"
|
174 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
175 |
+
alt=""
|
176 |
+
aria-hidden="true"
|
177 |
+
focusable="false"
|
178 |
+
role="img"
|
179 |
+
width="1em"
|
180 |
+
height="1em"
|
181 |
+
preserveAspectRatio="xMidYMid meet"
|
182 |
+
viewBox="0 0 25 25"
|
183 |
+
>
|
184 |
+
<ellipse
|
185 |
+
cx="12.5"
|
186 |
+
cy="5"
|
187 |
+
fill="currentColor"
|
188 |
+
fill-opacity="0.25"
|
189 |
+
rx="7.5"
|
190 |
+
ry="2"
|
191 |
+
></ellipse>
|
192 |
+
<path
|
193 |
+
d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
|
194 |
+
fill="currentColor"
|
195 |
+
opacity="0.5"
|
196 |
+
></path>
|
197 |
+
<path
|
198 |
+
d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
|
199 |
+
fill="currentColor"
|
200 |
+
opacity="0.5"
|
201 |
+
></path>
|
202 |
+
<path
|
203 |
+
d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
|
204 |
+
fill="currentColor"
|
205 |
+
></path>
|
206 |
+
</svg>
|
207 |
+
Datasets
|
208 |
+
</a>
|
209 |
+
</li>
|
210 |
+
<li>
|
211 |
+
<a
|
212 |
+
class="flex items-center group hover:text-gray-500"
|
213 |
+
href="/pricing"
|
214 |
+
>
|
215 |
+
Pricing
|
216 |
+
</a>
|
217 |
+
</li>
|
218 |
+
<li class="b-r">
|
219 |
+
<div
|
220 |
+
class="v2-dropdown relative "
|
221 |
+
|
222 |
+
>
|
223 |
+
<button
|
224 |
+
class="v2-dropdown-button cursor-pointer hover:text-gray-500"
|
225 |
+
slot="trigger"
|
226 |
+
type="button"
|
227 |
+
>
|
228 |
+
Resources
|
229 |
+
</button><div
|
230 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
231 |
+
>
|
232 |
+
<ul class="min-w-full w-52">
|
233 |
+
<li>
|
234 |
+
<div
|
235 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-blue-800 from-blue-50"
|
236 |
+
>
|
237 |
+
Website
|
238 |
+
</div> <ul>
|
239 |
+
<li>
|
240 |
+
<a
|
241 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
242 |
+
hover:underline
|
243 |
+
px-3 py-1.5
|
244 |
+
|
245 |
+
"
|
246 |
+
|
247 |
+
|
248 |
+
href="/metrics"
|
249 |
+
|
250 |
+
>
|
251 |
+
<svg
|
252 |
+
alt=""
|
253 |
+
class="text-gray-400 mr-1.5"
|
254 |
+
xmlns="http://www.w3.org/2000/svg"
|
255 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
256 |
+
aria-hidden="true"
|
257 |
+
focusable="false"
|
258 |
+
role="img"
|
259 |
+
width="1em"
|
260 |
+
height="1em"
|
261 |
+
preserveAspectRatio="xMidYMid meet"
|
262 |
+
viewBox="0 0 24 24"
|
263 |
+
>
|
264 |
+
<path
|
265 |
+
class="uim-quaternary"
|
266 |
+
d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
|
267 |
+
opacity=".25"
|
268 |
+
fill="currentColor"
|
269 |
+
></path>
|
270 |
+
<path
|
271 |
+
class="uim-primary"
|
272 |
+
d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
|
273 |
+
fill="currentColor"
|
274 |
+
></path>
|
275 |
+
<path
|
276 |
+
class="uim-tertiary"
|
277 |
+
d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
|
278 |
+
opacity=".5"
|
279 |
+
fill="currentColor"
|
280 |
+
></path>
|
281 |
+
</svg>
|
282 |
+
Metrics
|
283 |
+
</a>
|
284 |
+
</li><li>
|
285 |
+
<a
|
286 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
287 |
+
hover:underline
|
288 |
+
px-3 py-1.5
|
289 |
+
|
290 |
+
"
|
291 |
+
|
292 |
+
|
293 |
+
href="/languages"
|
294 |
+
|
295 |
+
>
|
296 |
+
<svg
|
297 |
+
alt=""
|
298 |
+
class="text-gray-400 mr-1.5"
|
299 |
+
xmlns="http://www.w3.org/2000/svg"
|
300 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
301 |
+
aria-hidden="true"
|
302 |
+
focusable="false"
|
303 |
+
role="img"
|
304 |
+
width="1em"
|
305 |
+
height="1em"
|
306 |
+
preserveAspectRatio="xMidYMid meet"
|
307 |
+
viewBox="0 0 24 24"
|
308 |
+
>
|
309 |
+
<path
|
310 |
+
class="uim-primary"
|
311 |
+
d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
312 |
+
fill="currentColor"
|
313 |
+
></path>
|
314 |
+
<path
|
315 |
+
class="uim-tertiary"
|
316 |
+
d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
317 |
+
opacity=".5"
|
318 |
+
fill="currentColor"
|
319 |
+
></path>
|
320 |
+
<path
|
321 |
+
class="uim-primary"
|
322 |
+
d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
|
323 |
+
fill="currentColor"
|
324 |
+
></path>
|
325 |
+
</svg>
|
326 |
+
Languages
|
327 |
+
</a>
|
328 |
+
</li><li>
|
329 |
+
<a
|
330 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
331 |
+
hover:underline
|
332 |
+
px-3 py-1.5
|
333 |
+
|
334 |
+
"
|
335 |
+
|
336 |
+
|
337 |
+
href="/organizations"
|
338 |
+
|
339 |
+
>
|
340 |
+
<svg
|
341 |
+
alt=""
|
342 |
+
class="text-gray-400 mr-1.5"
|
343 |
+
xmlns="http://www.w3.org/2000/svg"
|
344 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
345 |
+
aria-hidden="true"
|
346 |
+
focusable="false"
|
347 |
+
role="img"
|
348 |
+
width="1em"
|
349 |
+
height="1em"
|
350 |
+
preserveAspectRatio="xMidYMid meet"
|
351 |
+
viewBox="0 0 24 24"
|
352 |
+
>
|
353 |
+
<path
|
354 |
+
class="uim-tertiary"
|
355 |
+
d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
|
356 |
+
opacity=".5"
|
357 |
+
fill="currentColor"
|
358 |
+
></path>
|
359 |
+
<path
|
360 |
+
class="uim-primary"
|
361 |
+
d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
|
362 |
+
fill="currentColor"
|
363 |
+
></path>
|
364 |
+
<path
|
365 |
+
class="uim-tertiary"
|
366 |
+
d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
|
367 |
+
opacity=".5"
|
368 |
+
fill="currentColor"
|
369 |
+
></path>
|
370 |
+
<path
|
371 |
+
class="uim-quaternary"
|
372 |
+
d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
|
373 |
+
opacity=".25"
|
374 |
+
fill="currentColor"
|
375 |
+
></path>
|
376 |
+
</svg>
|
377 |
+
Organizations
|
378 |
+
</a>
|
379 |
+
</li> </ul>
|
380 |
+
</li>
|
381 |
+
<li>
|
382 |
+
<div
|
383 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-yellow-800 from-yellow-50"
|
384 |
+
>
|
385 |
+
Community
|
386 |
+
</div> <ul>
|
387 |
+
<li>
|
388 |
+
<a
|
389 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
390 |
+
hover:underline
|
391 |
+
px-3 py-1.5
|
392 |
+
|
393 |
+
"
|
394 |
+
|
395 |
+
|
396 |
+
href="https://discuss.huggingface.co/"
|
397 |
+
target="_blank"
|
398 |
+
>
|
399 |
+
Forum
|
400 |
+
</a>
|
401 |
+
</li><li>
|
402 |
+
<a
|
403 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
404 |
+
hover:underline
|
405 |
+
px-3 py-1.5
|
406 |
+
|
407 |
+
"
|
408 |
+
|
409 |
+
|
410 |
+
href="/blog"
|
411 |
+
|
412 |
+
>
|
413 |
+
Blog
|
414 |
+
</a>
|
415 |
+
</li><li>
|
416 |
+
<a
|
417 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
418 |
+
hover:underline
|
419 |
+
px-3 py-1.5
|
420 |
+
|
421 |
+
"
|
422 |
+
|
423 |
+
|
424 |
+
href="https://github.com/huggingface"
|
425 |
+
target="_blank"
|
426 |
+
>
|
427 |
+
GitHub
|
428 |
+
</a>
|
429 |
+
</li> </ul>
|
430 |
+
</li>
|
431 |
+
<li>
|
432 |
+
<div
|
433 |
+
class="col-span-2 -mx-2 px-4 flex items-center font-semibold bg-gradient-to-r to-white h-7 text-green-800 from-green-50"
|
434 |
+
>
|
435 |
+
Documentation
|
436 |
+
</div> <ul>
|
437 |
+
<li>
|
438 |
+
<a
|
439 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
440 |
+
hover:underline
|
441 |
+
px-3 py-1.5
|
442 |
+
|
443 |
+
"
|
444 |
+
|
445 |
+
|
446 |
+
href="/docs"
|
447 |
+
|
448 |
+
>
|
449 |
+
Model Hub doc
|
450 |
+
</a>
|
451 |
+
</li><li>
|
452 |
+
<a
|
453 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
454 |
+
hover:underline
|
455 |
+
px-3 py-1.5
|
456 |
+
|
457 |
+
"
|
458 |
+
|
459 |
+
|
460 |
+
href="https://api-inference.huggingface.co/docs/"
|
461 |
+
target="_blank"
|
462 |
+
>
|
463 |
+
Inference API doc
|
464 |
+
</a>
|
465 |
+
</li><li>
|
466 |
+
<a
|
467 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
468 |
+
hover:underline
|
469 |
+
px-3 py-1.5
|
470 |
+
|
471 |
+
"
|
472 |
+
|
473 |
+
|
474 |
+
href="/transformers/"
|
475 |
+
|
476 |
+
>
|
477 |
+
Transformers doc
|
478 |
+
</a>
|
479 |
+
</li><li>
|
480 |
+
<a
|
481 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
482 |
+
hover:underline
|
483 |
+
px-3 py-1.5
|
484 |
+
|
485 |
+
"
|
486 |
+
|
487 |
+
|
488 |
+
href="/docs/tokenizers/python/latest/"
|
489 |
+
|
490 |
+
>
|
491 |
+
Tokenizers doc
|
492 |
+
</a>
|
493 |
+
</li><li>
|
494 |
+
<a
|
495 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
496 |
+
hover:underline
|
497 |
+
px-3 py-1.5
|
498 |
+
|
499 |
+
"
|
500 |
+
|
501 |
+
|
502 |
+
href="/docs/datasets/"
|
503 |
+
|
504 |
+
>
|
505 |
+
Datasets doc
|
506 |
+
</a>
|
507 |
+
</li> </ul>
|
508 |
+
</li>
|
509 |
+
</ul>
|
510 |
+
</div></div>
|
511 |
+
</li>
|
512 |
+
<li>
|
513 |
+
<hr class="w-0.5 h-5 bg-gray-100" />
|
514 |
+
</li>
|
515 |
+
<li>
|
516 |
+
<a
|
517 |
+
class="block cursor-pointer hover:text-gray-500"
|
518 |
+
href="/login"
|
519 |
+
>
|
520 |
+
Log In
|
521 |
+
</a>
|
522 |
+
</li>
|
523 |
+
<li>
|
524 |
+
<a
|
525 |
+
class="btn"
|
526 |
+
href="/join"
|
527 |
+
>
|
528 |
+
Sign Up
|
529 |
+
</a>
|
530 |
+
</li>
|
531 |
+
</ul>
|
532 |
+
</nav> <div
|
533 |
+
id="v2-phone-nav-menu"
|
534 |
+
class="hidden lg:hidden z-20 fixed bg-white top-16 inset-0 overflow-y-auto"
|
535 |
+
>
|
536 |
+
<nav aria-label="Main">
|
537 |
+
<ul class="px-2 space-y-4">
|
538 |
+
<li class="space-y-2.5">
|
539 |
+
<div
|
540 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
541 |
+
text-purple-800 bg-gradient-to-r from-purple-50 to-white h-7"
|
542 |
+
>
|
543 |
+
Account
|
544 |
+
</div>
|
545 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
546 |
+
<li>
|
547 |
+
<a class="btn w-full v2-dropdown-entry" href="/login">
|
548 |
+
Log In
|
549 |
+
</a>
|
550 |
+
</li>
|
551 |
+
<li>
|
552 |
+
<a class="btn w-full v2-dropdown-entry" href="/join">
|
553 |
+
Sign Up
|
554 |
+
</a>
|
555 |
+
</li>
|
556 |
+
</ul>
|
557 |
+
</li>
|
558 |
+
<li class="space-y-2.5">
|
559 |
+
<div
|
560 |
+
class="-mx-2 flex items-center px-2 font-semibold text-blue-800
|
561 |
+
bg-gradient-to-r from-blue-50 to-white h-7"
|
562 |
+
>
|
563 |
+
Website
|
564 |
+
</div>
|
565 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
566 |
+
<li>
|
567 |
+
<a href="/models" class="btn w-full v2-dropdown-entry">
|
568 |
+
<svg
|
569 |
+
alt=""
|
570 |
+
class="text-gray-400 mr-1.5"
|
571 |
+
xmlns="http://www.w3.org/2000/svg"
|
572 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
573 |
+
aria-hidden="true"
|
574 |
+
focusable="false"
|
575 |
+
role="img"
|
576 |
+
width="1em"
|
577 |
+
height="1em"
|
578 |
+
preserveAspectRatio="xMidYMid meet"
|
579 |
+
viewBox="0 0 24 24"
|
580 |
+
>
|
581 |
+
<path
|
582 |
+
class="uim-quaternary"
|
583 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
584 |
+
opacity=".25"
|
585 |
+
fill="currentColor"
|
586 |
+
></path>
|
587 |
+
<path
|
588 |
+
class="uim-tertiary"
|
589 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
590 |
+
opacity=".5"
|
591 |
+
fill="currentColor"
|
592 |
+
></path>
|
593 |
+
<path
|
594 |
+
class="uim-primary"
|
595 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
596 |
+
fill="currentColor"
|
597 |
+
></path>
|
598 |
+
</svg>
|
599 |
+
Models
|
600 |
+
</a>
|
601 |
+
</li>
|
602 |
+
<li>
|
603 |
+
<a href="/datasets" class="btn w-full v2-dropdown-entry">
|
604 |
+
<svg
|
605 |
+
class="text-gray-400 mr-1.5"
|
606 |
+
xmlns="http://www.w3.org/2000/svg"
|
607 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
608 |
+
alt=""
|
609 |
+
aria-hidden="true"
|
610 |
+
focusable="false"
|
611 |
+
role="img"
|
612 |
+
width="1em"
|
613 |
+
height="1em"
|
614 |
+
preserveAspectRatio="xMidYMid meet"
|
615 |
+
viewBox="0 0 25 25"
|
616 |
+
>
|
617 |
+
<ellipse
|
618 |
+
cx="12.5"
|
619 |
+
cy="5"
|
620 |
+
fill="currentColor"
|
621 |
+
fill-opacity="0.25"
|
622 |
+
rx="7.5"
|
623 |
+
ry="2"
|
624 |
+
></ellipse>
|
625 |
+
<path
|
626 |
+
d="M12.5 15C16.6421 15 20 14.1046 20 13V20C20 21.1046 16.6421 22 12.5 22C8.35786 22 5 21.1046 5 20V13C5 14.1046 8.35786 15 12.5 15Z"
|
627 |
+
fill="currentColor"
|
628 |
+
opacity="0.5"
|
629 |
+
></path>
|
630 |
+
<path
|
631 |
+
d="M12.5 7C16.6421 7 20 6.10457 20 5V11.5C20 12.6046 16.6421 13.5 12.5 13.5C8.35786 13.5 5 12.6046 5 11.5V5C5 6.10457 8.35786 7 12.5 7Z"
|
632 |
+
fill="currentColor"
|
633 |
+
opacity="0.5"
|
634 |
+
></path>
|
635 |
+
<path
|
636 |
+
d="M5.23628 12C5.08204 12.1598 5 12.8273 5 13C5 14.1046 8.35786 15 12.5 15C16.6421 15 20 14.1046 20 13C20 12.8273 19.918 12.1598 19.7637 12C18.9311 12.8626 15.9947 13.5 12.5 13.5C9.0053 13.5 6.06886 12.8626 5.23628 12Z"
|
637 |
+
fill="currentColor"
|
638 |
+
></path>
|
639 |
+
</svg>
|
640 |
+
Datasets
|
641 |
+
</a>
|
642 |
+
</li>
|
643 |
+
<li>
|
644 |
+
<a href="/metrics" class="btn w-full v2-dropdown-entry">
|
645 |
+
<svg
|
646 |
+
alt=""
|
647 |
+
class="text-gray-400 mr-1.5"
|
648 |
+
xmlns="http://www.w3.org/2000/svg"
|
649 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
650 |
+
aria-hidden="true"
|
651 |
+
focusable="false"
|
652 |
+
role="img"
|
653 |
+
width="1em"
|
654 |
+
height="1em"
|
655 |
+
preserveAspectRatio="xMidYMid meet"
|
656 |
+
viewBox="0 0 24 24"
|
657 |
+
>
|
658 |
+
<path
|
659 |
+
class="uim-quaternary"
|
660 |
+
d="M6 23H2a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z"
|
661 |
+
opacity=".25"
|
662 |
+
fill="currentColor"
|
663 |
+
></path>
|
664 |
+
<path
|
665 |
+
class="uim-primary"
|
666 |
+
d="M14 23h-4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1z"
|
667 |
+
fill="currentColor"
|
668 |
+
></path>
|
669 |
+
<path
|
670 |
+
class="uim-tertiary"
|
671 |
+
d="M22 23h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"
|
672 |
+
opacity=".5"
|
673 |
+
fill="currentColor"
|
674 |
+
></path>
|
675 |
+
</svg>
|
676 |
+
Metrics
|
677 |
+
</a>
|
678 |
+
</li>
|
679 |
+
<li>
|
680 |
+
<a href="/languages" class="btn w-full v2-dropdown-entry">
|
681 |
+
<svg
|
682 |
+
alt=""
|
683 |
+
class="text-gray-400 mr-1.5"
|
684 |
+
xmlns="http://www.w3.org/2000/svg"
|
685 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
686 |
+
aria-hidden="true"
|
687 |
+
focusable="false"
|
688 |
+
role="img"
|
689 |
+
width="1em"
|
690 |
+
height="1em"
|
691 |
+
preserveAspectRatio="xMidYMid meet"
|
692 |
+
viewBox="0 0 24 24"
|
693 |
+
>
|
694 |
+
<path
|
695 |
+
class="uim-primary"
|
696 |
+
d="M17 13H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
697 |
+
fill="currentColor"
|
698 |
+
></path>
|
699 |
+
<path
|
700 |
+
class="uim-tertiary"
|
701 |
+
d="M12 2a10 10 0 0 0-7.743 16.33l-1.964 1.963A1 1 0 0 0 3 22h9a10 10 0 0 0 0-20zM9 7h6a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm6 10H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm2-4H7a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2z"
|
702 |
+
opacity=".5"
|
703 |
+
fill="currentColor"
|
704 |
+
></path>
|
705 |
+
<path
|
706 |
+
class="uim-primary"
|
707 |
+
d="M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zm0-8H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z"
|
708 |
+
fill="currentColor"
|
709 |
+
></path>
|
710 |
+
</svg>
|
711 |
+
Languages
|
712 |
+
</a>
|
713 |
+
</li>
|
714 |
+
<li>
|
715 |
+
<a href="/organizations" class="btn w-full v2-dropdown-entry">
|
716 |
+
<svg
|
717 |
+
alt=""
|
718 |
+
class="text-gray-400 mr-1.5"
|
719 |
+
xmlns="http://www.w3.org/2000/svg"
|
720 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
721 |
+
aria-hidden="true"
|
722 |
+
focusable="false"
|
723 |
+
role="img"
|
724 |
+
width="1em"
|
725 |
+
height="1em"
|
726 |
+
preserveAspectRatio="xMidYMid meet"
|
727 |
+
viewBox="0 0 24 24"
|
728 |
+
>
|
729 |
+
<path
|
730 |
+
class="uim-tertiary"
|
731 |
+
d="M12 18a3.5 3.5 0 1 1 3.5-3.5A3.504 3.504 0 0 1 12 18z"
|
732 |
+
opacity=".5"
|
733 |
+
fill="currentColor"
|
734 |
+
></path>
|
735 |
+
<path
|
736 |
+
class="uim-primary"
|
737 |
+
d="M14.64 16.772a3.452 3.452 0 0 1-5.28 0A4.988 4.988 0 0 0 7 21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1a4.988 4.988 0 0 0-2.36-4.228z"
|
738 |
+
fill="currentColor"
|
739 |
+
></path>
|
740 |
+
<path
|
741 |
+
class="uim-tertiary"
|
742 |
+
d="M21 12a.996.996 0 0 1-.664-.252L12 4.338l-8.336 7.41a1 1 0 0 1-1.328-1.496l9-8a.999.999 0 0 1 1.328 0l9 8A1 1 0 0 1 21 12z"
|
743 |
+
opacity=".5"
|
744 |
+
fill="currentColor"
|
745 |
+
></path>
|
746 |
+
<path
|
747 |
+
class="uim-quaternary"
|
748 |
+
d="M12 4.338l-8 7.111V21a1 1 0 0 0 1 1h3a1 1 0 0 1-1-1a4.988 4.988 0 0 1 2.36-4.228A3.469 3.469 0 0 1 8.5 14.5a3.5 3.5 0 0 1 7 0a3.469 3.469 0 0 1-.86 2.272A4.988 4.988 0 0 1 17 21a1 1 0 0 1-1 1h3a1 1 0 0 0 1-1v-9.551z"
|
749 |
+
opacity=".25"
|
750 |
+
fill="currentColor"
|
751 |
+
></path>
|
752 |
+
</svg>
|
753 |
+
Organizations
|
754 |
+
</a>
|
755 |
+
</li>
|
756 |
+
<li>
|
757 |
+
<a href="/pricing" class="btn w-full v2-dropdown-entry">
|
758 |
+
Pricing
|
759 |
+
</a>
|
760 |
+
</li>
|
761 |
+
</ul>
|
762 |
+
</li>
|
763 |
+
<li class="space-y-2.5">
|
764 |
+
<div
|
765 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
766 |
+
text-yellow-800 bg-gradient-to-r from-yellow-50 to-white h-7"
|
767 |
+
>
|
768 |
+
Community
|
769 |
+
</div>
|
770 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
771 |
+
<li>
|
772 |
+
<a href="https://discuss.huggingface.co/" class="btn w-full v2-dropdown-entry">
|
773 |
+
Forum
|
774 |
+
</a>
|
775 |
+
</li>
|
776 |
+
<li>
|
777 |
+
<a href="https://huggingface.co/blog" class="btn w-full v2-dropdown-entry">
|
778 |
+
Blog
|
779 |
+
</a>
|
780 |
+
</li>
|
781 |
+
</ul>
|
782 |
+
</li>
|
783 |
+
<li class="space-y-2.5">
|
784 |
+
<div
|
785 |
+
class="-mx-2 flex items-center px-2 font-semibold
|
786 |
+
text-green-800 bg-gradient-to-r from-green-50 to-white h-7"
|
787 |
+
>
|
788 |
+
Documentation
|
789 |
+
</div>
|
790 |
+
<ul class="grid gap-2.5 grid-cols-2 content-start">
|
791 |
+
<li>
|
792 |
+
<a href="/docs" class="btn w-full v2-dropdown-entry">
|
793 |
+
Model Hub doc
|
794 |
+
</a>
|
795 |
+
</li>
|
796 |
+
<li>
|
797 |
+
<a href="https://api-inference.huggingface.co/docs/" class="btn w-full v2-dropdown-entry">
|
798 |
+
Inference API doc
|
799 |
+
</a>
|
800 |
+
</li>
|
801 |
+
<li>
|
802 |
+
<a href="https://huggingface.co/transformers/" class="btn w-full v2-dropdown-entry">
|
803 |
+
Transformers doc
|
804 |
+
</a>
|
805 |
+
</li>
|
806 |
+
<li>
|
807 |
+
<a href="https://huggingface.co/docs/tokenizers/python/latest/" class="btn w-full v2-dropdown-entry">
|
808 |
+
Tokenizers doc
|
809 |
+
</a>
|
810 |
+
</li>
|
811 |
+
<li>
|
812 |
+
<a href="https://huggingface.co/docs/datasets/" class="btn w-full v2-dropdown-entry">
|
813 |
+
Datasets doc
|
814 |
+
</a>
|
815 |
+
</li>
|
816 |
+
</ul>
|
817 |
+
</li>
|
818 |
+
</ul>
|
819 |
+
</nav>
|
820 |
+
</div> </div>
|
821 |
+
</header> <main class="flex flex-col flex-1 ">
|
822 |
+
<header class="bg-gradient-to-t from-gray-50 via-white to-white pt-10">
|
823 |
+
<div class="container relative">
|
824 |
+
<h1 class="flex items-center flex-wrap font-mono md:text-xl mb-3">
|
825 |
+
<div class="inline-flex items-center">
|
826 |
+
<img
|
827 |
+
class="w-4 h-4 rounded-full mr-1.5"
|
828 |
+
alt="'s picture"
|
829 |
+
src="https://aeiljuispo.cloudimg.io/v7/https://s3.amazonaws.com/moonup/production/uploads/1597134725486-5e4d607b37cb5b49818287c0.jpeg?w=200&h=200&f=face"
|
830 |
+
/>
|
831 |
+
<a href="/cahya" class="font-sans text-gray-400 hover:text-blue-600">
|
832 |
+
cahya
|
833 |
+
</a>
|
834 |
+
<div class="text-gray-300 mx-0.5">/</div>
|
835 |
+
</div>
|
836 |
+
<div class="font-semibold">
|
837 |
+
<a href="/cahya/bert-base-indonesian-1.5G">
|
838 |
+
bert-base-indonesian-1.5G
|
839 |
+
</a>
|
840 |
+
</div>
|
841 |
+
</h1>
|
842 |
+
<div class="flex flex-wrap mb-5">
|
843 |
+
<a class="
|
844 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
845 |
+
|
846 |
+
from-white to-white text-gray-700 hover:to-gray-100
|
847 |
+
"
|
848 |
+
href="/models?filter=fill-mask"
|
849 |
+
tag-id="fill-mask"
|
850 |
+
>
|
851 |
+
<div class="flex items-center flex-none pl-2 bg-gradient-to-t to-white h-7 w-8
|
852 |
+
text-red-500 from-red-50
|
853 |
+
">
|
854 |
+
<svg
|
855 |
+
alt=""
|
856 |
+
class=""
|
857 |
+
xmlns="http://www.w3.org/2000/svg"
|
858 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
859 |
+
aria-hidden="true"
|
860 |
+
fill="currentColor"
|
861 |
+
focusable="false"
|
862 |
+
role="img"
|
863 |
+
width="1em"
|
864 |
+
height="1em"
|
865 |
+
preserveAspectRatio="xMidYMid meet"
|
866 |
+
viewBox="0 0 18 19"
|
867 |
+
>
|
868 |
+
<path
|
869 |
+
d="M12.3625 13.85H10.1875V12.7625H12.3625V10.5875H13.45V12.7625C13.4497 13.0508 13.335 13.3272 13.1312 13.5311C12.9273 13.735 12.6508 13.8497 12.3625 13.85V13.85Z"
|
870 |
+
></path>
|
871 |
+
<path
|
872 |
+
d="M5.8375 8.41246H4.75V6.23746C4.75029 5.94913 4.86496 5.67269 5.06884 5.4688C5.27272 5.26492 5.54917 5.15025 5.8375 5.14996H8.0125V6.23746H5.8375V8.41246Z"
|
873 |
+
></path>
|
874 |
+
<path
|
875 |
+
d="M15.625 5.14998H13.45V2.97498C13.4497 2.68665 13.335 2.4102 13.1312 2.20632C12.9273 2.00244 12.6508 1.88777 12.3625 1.88748H2.575C2.28666 1.88777 2.01022 2.00244 1.80633 2.20632C1.60245 2.4102 1.48778 2.68665 1.4875 2.97498V12.7625C1.48778 13.0508 1.60245 13.3273 1.80633 13.5311C2.01022 13.735 2.28666 13.8497 2.575 13.85H4.75V16.025C4.75028 16.3133 4.86495 16.5898 5.06883 16.7936C5.27272 16.9975 5.54916 17.1122 5.8375 17.1125H15.625C15.9133 17.1122 16.1898 16.9975 16.3937 16.7936C16.5975 16.5898 16.7122 16.3133 16.7125 16.025V6.23748C16.7122 5.94915 16.5975 5.6727 16.3937 5.46882C16.1898 5.26494 15.9133 5.15027 15.625 5.14998V5.14998ZM15.625 16.025H5.8375V13.85H8.0125V12.7625H5.8375V10.5875H4.75V12.7625H2.575V2.97498H12.3625V5.14998H10.1875V6.23748H12.3625V8.41248H13.45V6.23748H15.625V16.025Z"
|
876 |
+
></path>
|
877 |
+
</svg>
|
878 |
+
</div>
|
879 |
+
<span>
|
880 |
+
Fill-Mask
|
881 |
+
</span>
|
882 |
+
|
883 |
+
</a>
|
884 |
+
<a class="
|
885 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
886 |
+
|
887 |
+
from-red-50 to-red-50 text-red-800 hover:to-red-100
|
888 |
+
"
|
889 |
+
href="/models?filter=pytorch"
|
890 |
+
tag-id="pytorch"
|
891 |
+
>
|
892 |
+
<svg
|
893 |
+
alt=""
|
894 |
+
class="inline-block ml-2 text-sm"
|
895 |
+
xmlns="http://www.w3.org/2000/svg"
|
896 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
897 |
+
aria-hidden="true"
|
898 |
+
focusable="false"
|
899 |
+
role="img"
|
900 |
+
width="0.83em"
|
901 |
+
height="1em"
|
902 |
+
preserveAspectRatio="xMidYMid meet"
|
903 |
+
viewBox="0 0 256 310"
|
904 |
+
>
|
905 |
+
<path
|
906 |
+
d="M218.281 90.106c50.292 50.292 50.292 130.969 0 181.61c-49.244 50.292-130.27 50.292-180.562 0s-50.292-131.318 0-181.61L127.825 0v45.053l-8.382 8.382l-59.721 59.722c-37.72 37.02-37.72 97.79 0 135.509c37.02 37.719 97.79 37.719 135.509 0c37.719-37.02 37.719-97.79 0-135.51l23.05-23.05zm-45.053-5.588c-9.259 0-16.764-7.505-16.764-16.764c0-9.258 7.505-16.764 16.764-16.764c9.258 0 16.764 7.506 16.764 16.764c0 9.259-7.506 16.764-16.764 16.764z"
|
907 |
+
fill="#EE4C2C"
|
908 |
+
></path>
|
909 |
+
</svg>
|
910 |
+
<span>
|
911 |
+
PyTorch
|
912 |
+
</span>
|
913 |
+
|
914 |
+
</a>
|
915 |
+
<a class="
|
916 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
917 |
+
|
918 |
+
from-red-50 to-red-50 text-red-800 hover:to-red-100
|
919 |
+
"
|
920 |
+
href="/models?filter=tf"
|
921 |
+
tag-id="tf"
|
922 |
+
>
|
923 |
+
<svg
|
924 |
+
class="inline-block ml-2 text-sm"
|
925 |
+
xmlns="http://www.w3.org/2000/svg"
|
926 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
927 |
+
aria-hidden="true"
|
928 |
+
focusable="false"
|
929 |
+
role="img"
|
930 |
+
width="0.94em"
|
931 |
+
height="1em"
|
932 |
+
preserveAspectRatio="xMidYMid meet"
|
933 |
+
viewBox="0 0 256 274"
|
934 |
+
>
|
935 |
+
<path
|
936 |
+
d="M145.726 42.065v42.07l72.861 42.07v-42.07l-72.86-42.07zM0 84.135v42.07l36.43 21.03V105.17L0 84.135zm109.291 21.035l-36.43 21.034v126.2l36.43 21.035v-84.135l36.435 21.035v-42.07l-36.435-21.034V105.17z"
|
937 |
+
fill="#E55B2D"
|
938 |
+
></path>
|
939 |
+
<path
|
940 |
+
d="M145.726 42.065L36.43 105.17v42.065l72.861-42.065v42.065l36.435-21.03v-84.14zM255.022 63.1l-36.435 21.035v42.07l36.435-21.035V63.1zm-72.865 84.135l-36.43 21.035v42.07l36.43-21.036v-42.07zm-36.43 63.104l-36.436-21.035v84.135l36.435-21.035V210.34z"
|
941 |
+
fill="#ED8E24"
|
942 |
+
></path>
|
943 |
+
<path
|
944 |
+
d="M145.726 0L0 84.135l36.43 21.035l109.296-63.105l72.861 42.07L255.022 63.1L145.726 0zm0 126.204l-36.435 21.03l36.435 21.036l36.43-21.035l-36.43-21.03z"
|
945 |
+
fill="#F8BF3C"
|
946 |
+
></path>
|
947 |
+
</svg>
|
948 |
+
<span>
|
949 |
+
TensorFlow
|
950 |
+
</span>
|
951 |
+
|
952 |
+
</a>
|
953 |
+
<a class="
|
954 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
955 |
+
|
956 |
+
from-indigo-50 to-indigo-50 text-indigo-800 hover:to-indigo-100
|
957 |
+
"
|
958 |
+
href="/models?filter=dataset:wikipedia"
|
959 |
+
tag-id="dataset:wikipedia"
|
960 |
+
>
|
961 |
+
<span>
|
962 |
+
wikipedia
|
963 |
+
</span>
|
964 |
+
|
965 |
+
</a>
|
966 |
+
<a class="
|
967 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
968 |
+
|
969 |
+
from-indigo-50 to-indigo-50 text-indigo-800 hover:to-indigo-100
|
970 |
+
"
|
971 |
+
href="/models?filter=dataset:id_newspapers_2018"
|
972 |
+
tag-id="dataset:id_newspapers_2018"
|
973 |
+
>
|
974 |
+
<span>
|
975 |
+
id_newspapers_2018
|
976 |
+
</span>
|
977 |
+
|
978 |
+
</a>
|
979 |
+
<a class="
|
980 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
981 |
+
|
982 |
+
from-green-50 to-green-50 text-green-800 hover:to-green-100
|
983 |
+
"
|
984 |
+
href="/models?filter=id"
|
985 |
+
tag-id="id"
|
986 |
+
>
|
987 |
+
<span>
|
988 |
+
id
|
989 |
+
</span>
|
990 |
+
|
991 |
+
</a>
|
992 |
+
<a class="
|
993 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
994 |
+
|
995 |
+
from-blue-50 to-blue-50 text-blue-800 hover:to-blue-100
|
996 |
+
"
|
997 |
+
href="/models?filter=license:mit"
|
998 |
+
tag-id="license:mit"
|
999 |
+
>
|
1000 |
+
<span>
|
1001 |
+
mit
|
1002 |
+
</span>
|
1003 |
+
|
1004 |
+
</a>
|
1005 |
+
<a class="
|
1006 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
1007 |
+
|
1008 |
+
from-purple-50 to-purple-50 text-purple-800 hover:to-purple-100
|
1009 |
+
"
|
1010 |
+
href="/models?filter=bert"
|
1011 |
+
tag-id="bert"
|
1012 |
+
>
|
1013 |
+
<span>
|
1014 |
+
bert
|
1015 |
+
</span>
|
1016 |
+
|
1017 |
+
</a>
|
1018 |
+
<a class="
|
1019 |
+
tag mr-1 mb-1 md:mr-1.5 md:mb-1.5 h-7 flex-none
|
1020 |
+
|
1021 |
+
from-purple-50 to-purple-50 text-purple-800 hover:to-purple-100
|
1022 |
+
"
|
1023 |
+
href="/models?filter=masked-lm"
|
1024 |
+
tag-id="masked-lm"
|
1025 |
+
>
|
1026 |
+
<span>
|
1027 |
+
masked-lm
|
1028 |
+
</span>
|
1029 |
+
|
1030 |
+
</a>
|
1031 |
+
</div>
|
1032 |
+
<div class="border-b border-gray-100">
|
1033 |
+
<div class="flex items-center justify-between">
|
1034 |
+
<div class="flex items-center h-12 overflow-x-auto overflow-y-hidden">
|
1035 |
+
<a
|
1036 |
+
class="tab-alternate "
|
1037 |
+
href="/cahya/bert-base-indonesian-1.5G"
|
1038 |
+
>
|
1039 |
+
<svg
|
1040 |
+
alt=""
|
1041 |
+
class="mr-1.5 text-gray-400"
|
1042 |
+
xmlns="http://www.w3.org/2000/svg"
|
1043 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1044 |
+
aria-hidden="true"
|
1045 |
+
focusable="false"
|
1046 |
+
role="img"
|
1047 |
+
width="1em"
|
1048 |
+
height="1em"
|
1049 |
+
preserveAspectRatio="xMidYMid meet"
|
1050 |
+
viewBox="0 0 24 24"
|
1051 |
+
>
|
1052 |
+
<path
|
1053 |
+
class="uim-quaternary"
|
1054 |
+
d="M20.23 7.24L12 12L3.77 7.24a1.98 1.98 0 0 1 .7-.71L11 2.76c.62-.35 1.38-.35 2 0l6.53 3.77c.29.173.531.418.7.71z"
|
1055 |
+
opacity=".25"
|
1056 |
+
fill="currentColor"
|
1057 |
+
></path>
|
1058 |
+
<path
|
1059 |
+
class="uim-tertiary"
|
1060 |
+
d="M12 12v9.5a2.09 2.09 0 0 1-.91-.21L4.5 17.48a2.003 2.003 0 0 1-1-1.73v-7.5a2.06 2.06 0 0 1 .27-1.01L12 12z"
|
1061 |
+
opacity=".5"
|
1062 |
+
fill="currentColor"
|
1063 |
+
></path>
|
1064 |
+
<path
|
1065 |
+
class="uim-primary"
|
1066 |
+
d="M20.5 8.25v7.5a2.003 2.003 0 0 1-1 1.73l-6.62 3.82c-.275.13-.576.198-.88.2V12l8.23-4.76c.175.308.268.656.27 1.01z"
|
1067 |
+
fill="currentColor"
|
1068 |
+
></path>
|
1069 |
+
</svg>
|
1070 |
+
Model card
|
1071 |
+
</a>
|
1072 |
+
<a
|
1073 |
+
class="tab-alternate active"
|
1074 |
+
href="/cahya/bert-base-indonesian-1.5G/tree/main"
|
1075 |
+
>
|
1076 |
+
<svg
|
1077 |
+
alt=""
|
1078 |
+
class="mr-1.5 text-gray-400"
|
1079 |
+
xmlns="http://www.w3.org/2000/svg"
|
1080 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1081 |
+
aria-hidden="true"
|
1082 |
+
focusable="false"
|
1083 |
+
role="img"
|
1084 |
+
width="1em"
|
1085 |
+
height="1em"
|
1086 |
+
preserveAspectRatio="xMidYMid meet"
|
1087 |
+
viewBox="0 0 24 24"
|
1088 |
+
>
|
1089 |
+
<path
|
1090 |
+
class="uim-tertiary"
|
1091 |
+
d="M21 19h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0-8h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zm0 4h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z"
|
1092 |
+
opacity=".5"
|
1093 |
+
fill="currentColor"
|
1094 |
+
></path>
|
1095 |
+
<path
|
1096 |
+
class="uim-primary"
|
1097 |
+
d="M9 19a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v12a1 1 0 0 1-1 1zm-6-4.333a1 1 0 0 1-.64-1.769L3.438 12l-1.078-.898a1 1 0 0 1 1.28-1.538l2 1.667a1 1 0 0 1 0 1.538l-2 1.667a.999.999 0 0 1-.64.231z"
|
1098 |
+
fill="currentColor"
|
1099 |
+
></path>
|
1100 |
+
</svg>
|
1101 |
+
Files and versions
|
1102 |
+
</a>
|
1103 |
+
</div>
|
1104 |
+
<div class="relative hidden space-x-1.5 md:flex">
|
1105 |
+
<div
|
1106 |
+
class="v2-dropdown relative "
|
1107 |
+
|
1108 |
+
>
|
1109 |
+
<button
|
1110 |
+
class="v2-dropdown-button cursor-pointer btn text-sm"
|
1111 |
+
slot="trigger"
|
1112 |
+
type="button"
|
1113 |
+
>
|
1114 |
+
<svg
|
1115 |
+
alt=""
|
1116 |
+
class="mr-1.5"
|
1117 |
+
xmlns="http://www.w3.org/2000/svg"
|
1118 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1119 |
+
aria-hidden="true"
|
1120 |
+
focusable="false"
|
1121 |
+
role="img"
|
1122 |
+
width="1em"
|
1123 |
+
height="1em"
|
1124 |
+
preserveAspectRatio="xMidYMid meet"
|
1125 |
+
viewBox="0 0 32 32"
|
1126 |
+
style="transform: rotate(360deg);"
|
1127 |
+
>
|
1128 |
+
<path
|
1129 |
+
d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
|
1130 |
+
fill="currentColor"
|
1131 |
+
></path>
|
1132 |
+
<path
|
1133 |
+
d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
|
1134 |
+
fill="currentColor"
|
1135 |
+
></path>
|
1136 |
+
<path
|
1137 |
+
d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
|
1138 |
+
fill="currentColor"
|
1139 |
+
></path>
|
1140 |
+
</svg>
|
1141 |
+
Use in transformers
|
1142 |
+
</button><div
|
1143 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
1144 |
+
>
|
1145 |
+
<ul class="min-w-full w-auto">
|
1146 |
+
<div class="v2-to-clipboard" style="width: 700px;">
|
1147 |
+
<div class="border-b px-4 py-2 bg-gradient-to-r from-gray-50 to-white border-gray-200 flex justify-between items-center h-11">
|
1148 |
+
<h3 class="font-semibold">
|
1149 |
+
How to use from the
|
1150 |
+
<a target="_blank" href="https://github.com/huggingface/transformers">🤗/transformers</a>
|
1151 |
+
library:
|
1152 |
+
</h3>
|
1153 |
+
<button
|
1154 |
+
class="v2-to-clipboard-button text-sm underline flex items-center cursor-pointer text-gray-500"
|
1155 |
+
>
|
1156 |
+
<svg
|
1157 |
+
alt=""
|
1158 |
+
class="mr-1"
|
1159 |
+
xmlns="http://www.w3.org/2000/svg"
|
1160 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1161 |
+
aria-hidden="true"
|
1162 |
+
focusable="false"
|
1163 |
+
role="img"
|
1164 |
+
width="1em"
|
1165 |
+
height="1em"
|
1166 |
+
preserveAspectRatio="xMidYMid meet"
|
1167 |
+
viewBox="0 0 32 32"
|
1168 |
+
>
|
1169 |
+
<path
|
1170 |
+
d="M25.7 9.3l-7-7A.908.908 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v24a2.006 2.006 0 0 0 2 2h16a2.006 2.006 0 0 0 2-2V10a.908.908 0 0 0-.3-.7zM18 4.4l5.6 5.6H18zM24 28H8V4h8v6a2.006 2.006 0 0 0 2 2h6z"
|
1171 |
+
fill="currentColor"
|
1172 |
+
></path>
|
1173 |
+
</svg>
|
1174 |
+
Copy to clipboard
|
1175 |
+
</button>
|
1176 |
+
</div>
|
1177 |
+
<pre class="v2-to-clipboard-content whitespace-pre-line text-sm p-4 text-gray-700">
|
1178 |
+
from transformers import AutoTokenizer, AutoModelForMaskedLM
|
1179 |
+
|
1180 |
+
tokenizer = AutoTokenizer.from_pretrained("cahya/bert-base-indonesian-1.5G")
|
1181 |
+
|
1182 |
+
model = AutoModelForMaskedLM.from_pretrained("cahya/bert-base-indonesian-1.5G")
|
1183 |
+
</pre>
|
1184 |
+
|
1185 |
+
<div class="border-b px-4 py-2 bg-gradient-to-r from-gray-50 to-white border-gray-200 flex justify-between items-center h-11">
|
1186 |
+
<h3 class="font-semibold">
|
1187 |
+
Or just clone the model repo
|
1188 |
+
</h3>
|
1189 |
+
</div>
|
1190 |
+
<pre class="whitespace-pre-line text-sm p-4 text-gray-700">
|
1191 |
+
git lfs install
|
1192 |
+
git clone https://huggingface.co/cahya/bert-base-indonesian-1.5G
|
1193 |
+
<div class="text-gray-500 text-xs">
|
1194 |
+
# if you want to clone without large files – just their pointers
|
1195 |
+
# prepend your git clone with the following env var:
|
1196 |
+
</div>
|
1197 |
+
GIT_LFS_SKIP_SMUDGE=1
|
1198 |
+
</pre>
|
1199 |
+
|
1200 |
+
</div>
|
1201 |
+
</ul>
|
1202 |
+
</div></div>
|
1203 |
+
</div>
|
1204 |
+
</div>
|
1205 |
+
</div>
|
1206 |
+
</div>
|
1207 |
+
</header>
|
1208 |
+
<div
|
1209 |
+
class="container relative grid gap-4 md:gap-6
|
1210 |
+
md:grid-cols-12
|
1211 |
+
|
1212 |
+
|
1213 |
+
"
|
1214 |
+
|
1215 |
+
|
1216 |
+
>
|
1217 |
+
<section class="pt-8 border-gray-100 overflow-auto col-span-full">
|
1218 |
+
|
1219 |
+
<header class="pb-4 flex items-center justify-between">
|
1220 |
+
<div class="flex items-center">
|
1221 |
+
<div
|
1222 |
+
class="v2-dropdown relative mr-6"
|
1223 |
+
|
1224 |
+
>
|
1225 |
+
<button
|
1226 |
+
class="v2-dropdown-button cursor-pointer btn"
|
1227 |
+
slot="trigger"
|
1228 |
+
type="button"
|
1229 |
+
>
|
1230 |
+
<svg
|
1231 |
+
alt=""
|
1232 |
+
class="mr-1 text-gray-700 dark:text-gray-400"
|
1233 |
+
xmlns="http://www.w3.org/2000/svg"
|
1234 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1235 |
+
aria-hidden="true"
|
1236 |
+
focusable="false"
|
1237 |
+
role="img"
|
1238 |
+
width="1em"
|
1239 |
+
height="1em"
|
1240 |
+
preserveAspectRatio="xMidYMid meet"
|
1241 |
+
viewBox="0 0 24 24"
|
1242 |
+
style="transform: rotate(360deg);"
|
1243 |
+
>
|
1244 |
+
<path
|
1245 |
+
d="M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12c2.67 0 3.56-1.34 3.85-2.23A3.006 3.006 0 0 1 14 7a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1z"
|
1246 |
+
fill="currentColor"
|
1247 |
+
></path>
|
1248 |
+
</svg>
|
1249 |
+
main
|
1250 |
+
<svg
|
1251 |
+
alt=""
|
1252 |
+
class="text-gray-500"
|
1253 |
+
xmlns="http://www.w3.org/2000/svg"
|
1254 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1255 |
+
aria-hidden="true"
|
1256 |
+
focusable="false"
|
1257 |
+
role="img"
|
1258 |
+
width="1em"
|
1259 |
+
height="1em"
|
1260 |
+
preserveAspectRatio="xMidYMid meet"
|
1261 |
+
viewBox="0 0 24 24"
|
1262 |
+
style="transform: rotate(360deg);"
|
1263 |
+
>
|
1264 |
+
<path d="M7 10l5 5l5-5z" fill="currentColor"></path>
|
1265 |
+
</svg>
|
1266 |
+
</button><div
|
1267 |
+
class="v2-dropdown-menu hidden absolute mt-1 min-w-full bg-white rounded-xl overflow-hidden shadow-lg z-10 border border-gray-100 right-0 top-full "
|
1268 |
+
>
|
1269 |
+
<ul class="min-w-full w-auto">
|
1270 |
+
<li>
|
1271 |
+
<ul>
|
1272 |
+
<li>
|
1273 |
+
<div
|
1274 |
+
class="v2-dropdown-entry flex items-center hover:bg-gray-50 cursor-pointer
|
1275 |
+
hover:underline
|
1276 |
+
|
1277 |
+
|
1278 |
+
"
|
1279 |
+
|
1280 |
+
|
1281 |
+
|
1282 |
+
|
1283 |
+
>
|
1284 |
+
<a
|
1285 |
+
class="px-3 py-1.5"
|
1286 |
+
href="///[object Object]/"
|
1287 |
+
>
|
1288 |
+
main
|
1289 |
+
</a>
|
1290 |
+
</div>
|
1291 |
+
</li> </ul>
|
1292 |
+
</li>
|
1293 |
+
<li>
|
1294 |
+
<ul class="bg-yellow-50">
|
1295 |
+
</ul>
|
1296 |
+
</li>
|
1297 |
+
</ul>
|
1298 |
+
</div></div>
|
1299 |
+
|
1300 |
+
<a class="hover:underline text-gray-800 dark:text-gray-300" href="/cahya/bert-base-indonesian-1.5G/tree/main">
|
1301 |
+
cahya/bert-base-indonesian-1.5G
|
1302 |
+
</a>
|
1303 |
+
<span class="text-gray-300 mx-1 font-light">/</span>
|
1304 |
+
|
1305 |
+
<span class="font-light dark:text-gray-300">tokenizer_config.json</span>
|
1306 |
+
|
1307 |
+
</div>
|
1308 |
+
|
1309 |
+
<div class="flex justify-end">
|
1310 |
+
</div>
|
1311 |
+
</header>
|
1312 |
+
|
1313 |
+
<div class="border border-b-0 dark:border-gray-800 px-3 py-2 flex items-baseline rounded-t-lg bg-gradient-to-b from-white to-gray-100 dark:from-gray-800 dark:to-gray-900">
|
1314 |
+
<div class="mr-5 truncate flex-none">
|
1315 |
+
system
|
1316 |
+
</div>
|
1317 |
+
<a
|
1318 |
+
class="mr-4 font-mono text-sm text-gray-500 dark:text-gray-300 truncate hover:underline"
|
1319 |
+
href="/cahya/bert-base-indonesian-1.5G/commit/466b988c573f10e628dbd1143767073907822eed"
|
1320 |
+
>
|
1321 |
+
Update tokenizer_config.json
|
1322 |
+
</a>
|
1323 |
+
<a
|
1324 |
+
class="text-sm border dark:border-gray-800 px-1.5 rounded bg-gray-50 dark:bg-gray-900 hover:underline"
|
1325 |
+
href="/cahya/bert-base-indonesian-1.5G/commit/466b988c573f10e628dbd1143767073907822eed"
|
1326 |
+
>
|
1327 |
+
466b988
|
1328 |
+
</a>
|
1329 |
+
<time
|
1330 |
+
datetime="2020-10-02T11:25:45"
|
1331 |
+
class="ml-auto hidden lg:block text-gray-500 dark:text-gray-400 truncate flex-none pl-2"
|
1332 |
+
>
|
1333 |
+
3 months ago
|
1334 |
+
</time>
|
1335 |
+
</div>
|
1336 |
+
|
1337 |
+
<div class="flex items-center p-3 border dark:border-gray-800 text-sm text-gray-700 dark:bg-gray-900">
|
1338 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/raw/main/tokenizer_config.json">
|
1339 |
+
<svg
|
1340 |
+
alt=""
|
1341 |
+
class="mr-1.5 "
|
1342 |
+
xmlns="http://www.w3.org/2000/svg"
|
1343 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1344 |
+
aria-hidden="true"
|
1345 |
+
focusable="false"
|
1346 |
+
role="img"
|
1347 |
+
width="1em"
|
1348 |
+
height="1em"
|
1349 |
+
preserveAspectRatio="xMidYMid meet"
|
1350 |
+
viewBox="0 0 32 32"
|
1351 |
+
style="transform: rotate(360deg);"
|
1352 |
+
>
|
1353 |
+
<path
|
1354 |
+
d="M31 16l-7 7l-1.41-1.41L28.17 16l-5.58-5.59L24 9l7 7z"
|
1355 |
+
fill="currentColor"
|
1356 |
+
></path>
|
1357 |
+
<path
|
1358 |
+
d="M1 16l7-7l1.41 1.41L3.83 16l5.58 5.59L8 23l-7-7z"
|
1359 |
+
fill="currentColor"
|
1360 |
+
></path>
|
1361 |
+
<path
|
1362 |
+
d="M12.419 25.484L17.639 6l1.932.518L14.35 26z"
|
1363 |
+
fill="currentColor"
|
1364 |
+
></path>
|
1365 |
+
</svg>
|
1366 |
+
raw
|
1367 |
+
</a>
|
1368 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/commits/main/tokenizer_config.json">
|
1369 |
+
<svg
|
1370 |
+
alt=""
|
1371 |
+
class="mr-1.5"
|
1372 |
+
xmlns="http://www.w3.org/2000/svg"
|
1373 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1374 |
+
aria-hidden="true"
|
1375 |
+
focusable="false"
|
1376 |
+
role="img"
|
1377 |
+
width="1em"
|
1378 |
+
height="1em"
|
1379 |
+
preserveAspectRatio="xMidYMid meet"
|
1380 |
+
viewBox="0 0 32 32"
|
1381 |
+
style="transform: rotate(360deg);"
|
1382 |
+
>
|
1383 |
+
<path
|
1384 |
+
d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4zm0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6zm-1 2v9h7v-2h-5V8z"
|
1385 |
+
fill="currentColor"
|
1386 |
+
></path>
|
1387 |
+
</svg>
|
1388 |
+
history
|
1389 |
+
</a>
|
1390 |
+
<a class="flex items-center hover:underline mr-4" href="/cahya/bert-base-indonesian-1.5G/blame/main/tokenizer_config.json">
|
1391 |
+
<svg
|
1392 |
+
alt=""
|
1393 |
+
class="mr-1.5"
|
1394 |
+
xmlns="http://www.w3.org/2000/svg"
|
1395 |
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1396 |
+
aria-hidden="true"
|
1397 |
+
focusable="false"
|
1398 |
+
role="img"
|
1399 |
+
class=""
|
1400 |
+
width="1em"
|
1401 |
+
height="1em"
|
1402 |
+
preserveAspectRatio="xMidYMid meet"
|
1403 |
+
viewBox="0 0 32 32"
|
1404 |
+
style="transform: rotate(360deg);"
|
1405 |
+
>
|
1406 |
+
<path
|
1407 |
+
d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2zm0 26a12 12 0 1 1 12-12a12 12 0 0 1-12 12z"
|
1408 |
+
fill="currentColor"
|
1409 |
+
></path>
|
1410 |
+
<path
|
1411 |
+
d="M11.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
|
1412 |
+
fill="currentColor"
|
1413 |
+
></path>
|
1414 |
+
<path
|
1415 |
+
d="M20.5 11a2.5 2.5 0 1 0 2.5 2.5a2.48 2.48 0 0 0-2.5-2.5z"
|
1416 |
+
fill="currentColor"
|
1417 |
+
></path>
|
1418 |
+
</svg>
|
1419 |
+
blame
|
1420 |
+
</a>
|
1421 |
+
<div class="ml-auto dark:text-gray-300">
|
1422 |
+
62 Bytes
|
1423 |
+
</div>
|
1424 |
+
</div>
|
1425 |
+
|
1426 |
+
<div class="border border-t-0 rounded-b-lg dark:bg-gray-900 dark:border-gray-800 overflow-x-auto">
|
1427 |
+
<table>
|
1428 |
+
<tr>
|
1429 |
+
<td class="align-top text-right select-none">
|
1430 |
+
<pre class="p-3 text-sm overflow-x-auto">1</pre>
|
1431 |
+
</td>
|
1432 |
+
<td class="align-top w-full">
|
1433 |
+
<pre class="p-3 text-sm overflow-x-auto">{<span class="hljs-attr">"special_tokens_map_file"</span>: <span class="hljs-literal">null</span>, <span class="hljs-attr">"full_tokenizer_file"</span>: <span class="hljs-literal">null</span>}</pre>
|
1434 |
+
</td>
|
1435 |
+
</tr>
|
1436 |
+
</table>
|
1437 |
+
</div>
|
1438 |
+
</section>
|
1439 |
+
</div>
|
1440 |
+
</main>
|
1441 |
+
|
1442 |
+
<script defer src="/front/build/bundle.200c8cd.js"></script>
|
1443 |
+
<script>
|
1444 |
+
if (! (
|
1445 |
+
['localhost', 'huggingface.test'].includes(window.location.hostname)
|
1446 |
+
|| window.location.hostname.includes('ngrok.io')
|
1447 |
+
)) {
|
1448 |
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
1449 |
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
1450 |
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
1451 |
+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ganalytics');
|
1452 |
+
ganalytics('create', 'UA-83738774-2', 'auto');
|
1453 |
+
ganalytics('send', 'pageview');
|
1454 |
+
}
|
1455 |
+
</script>
|
1456 |
+
</body>
|
1457 |
+
</html>
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|