kuljeet98 commited on
Commit
0c11ac9
1 Parent(s): 3a7db57

Upload 11 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ unigram.json filter=lfs diff=lfs merge=lfs -text
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
3
+ datasets: []
4
+ language: []
5
+ library_name: sentence-transformers
6
+ pipeline_tag: sentence-similarity
7
+ tags:
8
+ - sentence-transformers
9
+ - sentence-similarity
10
+ - feature-extraction
11
+ - generated_from_trainer
12
+ - dataset_size:8408
13
+ - loss:CosineSimilarityLoss
14
+ widget:
15
+ - source_sentence: president
16
+ sentences:
17
+ - assistante de banque priv e banco santander rio
18
+ - worldwide executive vice president corindus a siemens healthineers company
19
+ - soporte t cnico superior
20
+ - source_sentence: chief business strategy officer
21
+ sentences:
22
+ - sub jefe
23
+ - analista senior recursos humanos sales staff and logistics
24
+ - subgerente sostenibilidad y hseq
25
+ - source_sentence: gerente de planificación
26
+ sentences:
27
+ - analista de soporte web
28
+ - director
29
+ - gestion calidad
30
+ - source_sentence: global human resources leader
31
+ sentences:
32
+ - director manufacturing engineering
33
+ - quality specialist
34
+ - asesoramiento para comprar inmuebles en uruguay paraguay espa a y usa
35
+ - source_sentence: commercial manager
36
+ sentences:
37
+ - jefe de turno planta envasado de vinos
38
+ - gerente de operaciones
39
+ - vice president of finance americas
40
+ ---
41
+
42
+ # SentenceTransformer based on sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
43
+
44
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
45
+
46
+ ## Model Details
47
+
48
+ ### Model Description
49
+ - **Model Type:** Sentence Transformer
50
+ - **Base model:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) <!-- at revision bf3bf13ab40c3157080a7ab344c831b9ad18b5eb -->
51
+ - **Maximum Sequence Length:** 128 tokens
52
+ - **Output Dimensionality:** 384 tokens
53
+ - **Similarity Function:** Cosine Similarity
54
+ <!-- - **Training Dataset:** Unknown -->
55
+ <!-- - **Language:** Unknown -->
56
+ <!-- - **License:** Unknown -->
57
+
58
+ ### Model Sources
59
+
60
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
61
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
62
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
63
+
64
+ ### Full Model Architecture
65
+
66
+ ```
67
+ SentenceTransformer(
68
+ (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
69
+ (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
70
+ )
71
+ ```
72
+
73
+ ## Usage
74
+
75
+ ### Direct Usage (Sentence Transformers)
76
+
77
+ First install the Sentence Transformers library:
78
+
79
+ ```bash
80
+ pip install -U sentence-transformers
81
+ ```
82
+
83
+ Then you can load this model and run inference.
84
+ ```python
85
+ from sentence_transformers import SentenceTransformer
86
+
87
+ # Download from the 🤗 Hub
88
+ model = SentenceTransformer("sentence_transformers_model_id")
89
+ # Run inference
90
+ sentences = [
91
+ 'commercial manager',
92
+ 'gerente de operaciones',
93
+ 'vice president of finance americas',
94
+ ]
95
+ embeddings = model.encode(sentences)
96
+ print(embeddings.shape)
97
+ # [3, 384]
98
+
99
+ # Get the similarity scores for the embeddings
100
+ similarities = model.similarity(embeddings, embeddings)
101
+ print(similarities.shape)
102
+ # [3, 3]
103
+ ```
104
+
105
+ <!--
106
+ ### Direct Usage (Transformers)
107
+
108
+ <details><summary>Click to see the direct usage in Transformers</summary>
109
+
110
+ </details>
111
+ -->
112
+
113
+ <!--
114
+ ### Downstream Usage (Sentence Transformers)
115
+
116
+ You can finetune this model on your own dataset.
117
+
118
+ <details><summary>Click to expand</summary>
119
+
120
+ </details>
121
+ -->
122
+
123
+ <!--
124
+ ### Out-of-Scope Use
125
+
126
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
127
+ -->
128
+
129
+ <!--
130
+ ## Bias, Risks and Limitations
131
+
132
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
133
+ -->
134
+
135
+ <!--
136
+ ### Recommendations
137
+
138
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
139
+ -->
140
+
141
+ ## Training Details
142
+
143
+ ### Training Dataset
144
+
145
+ #### Unnamed Dataset
146
+
147
+
148
+ * Size: 8,408 training samples
149
+ * Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>label</code>
150
+ * Approximate statistics based on the first 1000 samples:
151
+ | | sentence_0 | sentence_1 | label |
152
+ |:--------|:--------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------|
153
+ | type | string | string | float |
154
+ | details | <ul><li>min: 3 tokens</li><li>mean: 6.2 tokens</li><li>max: 12 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 7.75 tokens</li><li>max: 21 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.06</li><li>max: 1.0</li></ul> |
155
+ * Samples:
156
+ | sentence_0 | sentence_1 | label |
157
+ |:----------------------------------------|:------------------------------------------------------------------------------|:-----------------|
158
+ | <code>strategic planning manager</code> | <code>senior brand manager uap southern cone & personal care cdm chile</code> | <code>0.0</code> |
159
+ | <code>director de planificacion</code> | <code>key account manager tiendas paris</code> | <code>0.0</code> |
160
+ | <code>gerente general</code> | <code>analista de cobranza</code> | <code>0.0</code> |
161
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
162
+ ```json
163
+ {
164
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
165
+ }
166
+ ```
167
+
168
+ ### Training Hyperparameters
169
+ #### Non-Default Hyperparameters
170
+
171
+ - `per_device_train_batch_size`: 16
172
+ - `per_device_eval_batch_size`: 16
173
+ - `num_train_epochs`: 50
174
+ - `multi_dataset_batch_sampler`: round_robin
175
+
176
+ #### All Hyperparameters
177
+ <details><summary>Click to expand</summary>
178
+
179
+ - `overwrite_output_dir`: False
180
+ - `do_predict`: False
181
+ - `eval_strategy`: no
182
+ - `prediction_loss_only`: True
183
+ - `per_device_train_batch_size`: 16
184
+ - `per_device_eval_batch_size`: 16
185
+ - `per_gpu_train_batch_size`: None
186
+ - `per_gpu_eval_batch_size`: None
187
+ - `gradient_accumulation_steps`: 1
188
+ - `eval_accumulation_steps`: None
189
+ - `learning_rate`: 5e-05
190
+ - `weight_decay`: 0.0
191
+ - `adam_beta1`: 0.9
192
+ - `adam_beta2`: 0.999
193
+ - `adam_epsilon`: 1e-08
194
+ - `max_grad_norm`: 1
195
+ - `num_train_epochs`: 50
196
+ - `max_steps`: -1
197
+ - `lr_scheduler_type`: linear
198
+ - `lr_scheduler_kwargs`: {}
199
+ - `warmup_ratio`: 0.0
200
+ - `warmup_steps`: 0
201
+ - `log_level`: passive
202
+ - `log_level_replica`: warning
203
+ - `log_on_each_node`: True
204
+ - `logging_nan_inf_filter`: True
205
+ - `save_safetensors`: True
206
+ - `save_on_each_node`: False
207
+ - `save_only_model`: False
208
+ - `restore_callback_states_from_checkpoint`: False
209
+ - `no_cuda`: False
210
+ - `use_cpu`: False
211
+ - `use_mps_device`: False
212
+ - `seed`: 42
213
+ - `data_seed`: None
214
+ - `jit_mode_eval`: False
215
+ - `use_ipex`: False
216
+ - `bf16`: False
217
+ - `fp16`: False
218
+ - `fp16_opt_level`: O1
219
+ - `half_precision_backend`: auto
220
+ - `bf16_full_eval`: False
221
+ - `fp16_full_eval`: False
222
+ - `tf32`: None
223
+ - `local_rank`: 0
224
+ - `ddp_backend`: None
225
+ - `tpu_num_cores`: None
226
+ - `tpu_metrics_debug`: False
227
+ - `debug`: []
228
+ - `dataloader_drop_last`: False
229
+ - `dataloader_num_workers`: 0
230
+ - `dataloader_prefetch_factor`: None
231
+ - `past_index`: -1
232
+ - `disable_tqdm`: False
233
+ - `remove_unused_columns`: True
234
+ - `label_names`: None
235
+ - `load_best_model_at_end`: False
236
+ - `ignore_data_skip`: False
237
+ - `fsdp`: []
238
+ - `fsdp_min_num_params`: 0
239
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
240
+ - `fsdp_transformer_layer_cls_to_wrap`: None
241
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
242
+ - `deepspeed`: None
243
+ - `label_smoothing_factor`: 0.0
244
+ - `optim`: adamw_torch
245
+ - `optim_args`: None
246
+ - `adafactor`: False
247
+ - `group_by_length`: False
248
+ - `length_column_name`: length
249
+ - `ddp_find_unused_parameters`: None
250
+ - `ddp_bucket_cap_mb`: None
251
+ - `ddp_broadcast_buffers`: False
252
+ - `dataloader_pin_memory`: True
253
+ - `dataloader_persistent_workers`: False
254
+ - `skip_memory_metrics`: True
255
+ - `use_legacy_prediction_loop`: False
256
+ - `push_to_hub`: False
257
+ - `resume_from_checkpoint`: None
258
+ - `hub_model_id`: None
259
+ - `hub_strategy`: every_save
260
+ - `hub_private_repo`: False
261
+ - `hub_always_push`: False
262
+ - `gradient_checkpointing`: False
263
+ - `gradient_checkpointing_kwargs`: None
264
+ - `include_inputs_for_metrics`: False
265
+ - `eval_do_concat_batches`: True
266
+ - `fp16_backend`: auto
267
+ - `push_to_hub_model_id`: None
268
+ - `push_to_hub_organization`: None
269
+ - `mp_parameters`:
270
+ - `auto_find_batch_size`: False
271
+ - `full_determinism`: False
272
+ - `torchdynamo`: None
273
+ - `ray_scope`: last
274
+ - `ddp_timeout`: 1800
275
+ - `torch_compile`: False
276
+ - `torch_compile_backend`: None
277
+ - `torch_compile_mode`: None
278
+ - `dispatch_batches`: None
279
+ - `split_batches`: None
280
+ - `include_tokens_per_second`: False
281
+ - `include_num_input_tokens_seen`: False
282
+ - `neftune_noise_alpha`: None
283
+ - `optim_target_modules`: None
284
+ - `batch_eval_metrics`: False
285
+ - `batch_sampler`: batch_sampler
286
+ - `multi_dataset_batch_sampler`: round_robin
287
+
288
+ </details>
289
+
290
+ ### Training Logs
291
+ | Epoch | Step | Training Loss |
292
+ |:-------:|:-----:|:-------------:|
293
+ | 0.9506 | 500 | 0.0434 |
294
+ | 1.9011 | 1000 | 0.0135 |
295
+ | 2.8517 | 1500 | 0.0072 |
296
+ | 3.8023 | 2000 | 0.0056 |
297
+ | 4.7529 | 2500 | 0.0044 |
298
+ | 5.7034 | 3000 | 0.0038 |
299
+ | 6.6540 | 3500 | 0.0034 |
300
+ | 7.6046 | 4000 | 0.0032 |
301
+ | 8.5551 | 4500 | 0.0029 |
302
+ | 9.5057 | 5000 | 0.0028 |
303
+ | 10.4563 | 5500 | 0.0026 |
304
+ | 11.4068 | 6000 | 0.0025 |
305
+ | 12.3574 | 6500 | 0.0026 |
306
+ | 13.3080 | 7000 | 0.0023 |
307
+ | 14.2586 | 7500 | 0.0023 |
308
+ | 15.2091 | 8000 | 0.0023 |
309
+ | 16.1597 | 8500 | 0.0022 |
310
+ | 17.1103 | 9000 | 0.0021 |
311
+ | 18.0608 | 9500 | 0.0019 |
312
+ | 19.0114 | 10000 | 0.0021 |
313
+ | 19.9620 | 10500 | 0.0019 |
314
+ | 20.9125 | 11000 | 0.0019 |
315
+ | 21.8631 | 11500 | 0.0016 |
316
+ | 22.8137 | 12000 | 0.0018 |
317
+ | 23.7643 | 12500 | 0.0018 |
318
+ | 24.7148 | 13000 | 0.0018 |
319
+ | 25.6654 | 13500 | 0.0016 |
320
+ | 26.6160 | 14000 | 0.0017 |
321
+ | 27.5665 | 14500 | 0.0016 |
322
+ | 28.5171 | 15000 | 0.0016 |
323
+ | 29.4677 | 15500 | 0.0016 |
324
+ | 30.4183 | 16000 | 0.0016 |
325
+ | 31.3688 | 16500 | 0.0019 |
326
+ | 32.3194 | 17000 | 0.0018 |
327
+ | 33.2700 | 17500 | 0.0017 |
328
+ | 34.2205 | 18000 | 0.0016 |
329
+ | 35.1711 | 18500 | 0.0016 |
330
+ | 36.1217 | 19000 | 0.0016 |
331
+ | 37.0722 | 19500 | 0.0015 |
332
+ | 38.0228 | 20000 | 0.0012 |
333
+ | 38.9734 | 20500 | 0.0015 |
334
+ | 39.9240 | 21000 | 0.0015 |
335
+ | 40.8745 | 21500 | 0.0013 |
336
+ | 41.8251 | 22000 | 0.0014 |
337
+ | 42.7757 | 22500 | 0.0014 |
338
+ | 43.7262 | 23000 | 0.0014 |
339
+ | 44.6768 | 23500 | 0.0013 |
340
+ | 45.6274 | 24000 | 0.0012 |
341
+ | 46.5779 | 24500 | 0.0014 |
342
+ | 47.5285 | 25000 | 0.0012 |
343
+ | 48.4791 | 25500 | 0.0013 |
344
+ | 49.4297 | 26000 | 0.0013 |
345
+
346
+
347
+ ### Framework Versions
348
+ - Python: 3.8.5
349
+ - Sentence Transformers: 3.0.1
350
+ - Transformers: 4.41.2
351
+ - PyTorch: 2.1.1+cu121
352
+ - Accelerate: 0.32.1
353
+ - Datasets: 2.20.0
354
+ - Tokenizers: 0.19.1
355
+
356
+ ## Citation
357
+
358
+ ### BibTeX
359
+
360
+ #### Sentence Transformers
361
+ ```bibtex
362
+ @inproceedings{reimers-2019-sentence-bert,
363
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
364
+ author = "Reimers, Nils and Gurevych, Iryna",
365
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
366
+ month = "11",
367
+ year = "2019",
368
+ publisher = "Association for Computational Linguistics",
369
+ url = "https://arxiv.org/abs/1908.10084",
370
+ }
371
+ ```
372
+
373
+ <!--
374
+ ## Glossary
375
+
376
+ *Clearly define terms in order to be accessible across audiences.*
377
+ -->
378
+
379
+ <!--
380
+ ## Model Card Authors
381
+
382
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
383
+ -->
384
+
385
+ <!--
386
+ ## Model Card Contact
387
+
388
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
389
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.41.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 250037
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.41.2",
5
+ "pytorch": "2.1.1+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69a4fffcc06b0364d9c0218b2133c7f68d5baaf76631b46ef8a023f61430847
3
+ size 470682214
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 128,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad551d5600a84242d0973327029452a1e3672ba6313c2a3c3d69c4310e12719
3
+ size 17082987
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "do_lower_case": true,
48
+ "eos_token": "</s>",
49
+ "mask_token": "<mask>",
50
+ "max_length": 128,
51
+ "model_max_length": 128,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "<pad>",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "</s>",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "<unk>"
64
+ }
unigram.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da145b5e7700ae40f16691ec32a0b1fdc1ee3298db22a31ea55f57a966c4a65d
3
+ size 14763260