sarvadnya1 commited on
Commit
8ab13f0
·
verified ·
1 Parent(s): 7e928bf

Upload fine-tuned MiniLM-L6-v2 for SkillsFuture skill extraction

Browse files
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,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:21958
9
+ - loss:CosineSimilarityLoss
10
+ base_model: sentence-transformers/all-MiniLM-L6-v2
11
+ widget:
12
+ - source_sentence: Follows safety protocols and industry standards to ensure reliable
13
+ inspection results.
14
+ sentences:
15
+ - Cargo Handling and Stowage
16
+ - Non-destructive Testing (Eddy Current Inspection)
17
+ - Asian Cold Dish and Dessert Preparation
18
+ - source_sentence: Perform regular preventive maintenance on communication backbone
19
+ systems, ensuring reliability and minimizing downtime.
20
+ sentences:
21
+ - Clinical Supervision
22
+ - Special Situations in Prehospital Setting
23
+ - Blog and Vlog Deployment
24
+ - source_sentence: Establish key performance indicators (KPIs) to measure the effectiveness
25
+ of the total rewards program.
26
+ sentences:
27
+ - Social Policy Implementation
28
+ - Rigging for Animation
29
+ - Product Advisory
30
+ - source_sentence: Document maintenance procedures and update system configurations
31
+ as needed.
32
+ sentences:
33
+ - Sales Channel Management
34
+ - Automatic Fare Collection Auxiliary Systems Maintenance
35
+ - Business Data Analysis
36
+ - source_sentence: '"Ideal for prototyping and custom manufacturing in industries
37
+ like aerospace and healthcare,"'
38
+ sentences:
39
+ - Polymeric Additive Manufacturing
40
+ - Non-sterile Compounding
41
+ - Instrumentation and Control Design Engineering Management
42
+ pipeline_tag: sentence-similarity
43
+ library_name: sentence-transformers
44
+ ---
45
+
46
+ # SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
47
+
48
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-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.
49
+
50
+ ## Model Details
51
+
52
+ ### Model Description
53
+ - **Model Type:** Sentence Transformer
54
+ - **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
55
+ - **Maximum Sequence Length:** 256 tokens
56
+ - **Output Dimensionality:** 384 dimensions
57
+ - **Similarity Function:** Cosine Similarity
58
+ <!-- - **Training Dataset:** Unknown -->
59
+ <!-- - **Language:** Unknown -->
60
+ <!-- - **License:** Unknown -->
61
+
62
+ ### Model Sources
63
+
64
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
65
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
66
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
67
+
68
+ ### Full Model Architecture
69
+
70
+ ```
71
+ SentenceTransformer(
72
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False, 'architecture': 'BertModel'})
73
+ (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})
74
+ (2): Normalize()
75
+ )
76
+ ```
77
+
78
+ ## Usage
79
+
80
+ ### Direct Usage (Sentence Transformers)
81
+
82
+ First install the Sentence Transformers library:
83
+
84
+ ```bash
85
+ pip install -U sentence-transformers
86
+ ```
87
+
88
+ Then you can load this model and run inference.
89
+ ```python
90
+ from sentence_transformers import SentenceTransformer
91
+
92
+ # Download from the 🤗 Hub
93
+ model = SentenceTransformer("sentence_transformers_model_id")
94
+ # Run inference
95
+ sentences = [
96
+ '"Ideal for prototyping and custom manufacturing in industries like aerospace and healthcare,"',
97
+ 'Polymeric Additive Manufacturing',
98
+ 'Instrumentation and Control Design Engineering Management',
99
+ ]
100
+ embeddings = model.encode(sentences)
101
+ print(embeddings.shape)
102
+ # [3, 384]
103
+
104
+ # Get the similarity scores for the embeddings
105
+ similarities = model.similarity(embeddings, embeddings)
106
+ print(similarities)
107
+ # tensor([[1.0000, 0.6642, 0.3200],
108
+ # [0.6642, 1.0000, 0.1291],
109
+ # [0.3200, 0.1291, 1.0000]])
110
+ ```
111
+
112
+ <!--
113
+ ### Direct Usage (Transformers)
114
+
115
+ <details><summary>Click to see the direct usage in Transformers</summary>
116
+
117
+ </details>
118
+ -->
119
+
120
+ <!--
121
+ ### Downstream Usage (Sentence Transformers)
122
+
123
+ You can finetune this model on your own dataset.
124
+
125
+ <details><summary>Click to expand</summary>
126
+
127
+ </details>
128
+ -->
129
+
130
+ <!--
131
+ ### Out-of-Scope Use
132
+
133
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
134
+ -->
135
+
136
+ <!--
137
+ ## Bias, Risks and Limitations
138
+
139
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
140
+ -->
141
+
142
+ <!--
143
+ ### Recommendations
144
+
145
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
146
+ -->
147
+
148
+ ## Training Details
149
+
150
+ ### Training Dataset
151
+
152
+ #### Unnamed Dataset
153
+
154
+ * Size: 21,958 training samples
155
+ * Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>label</code>
156
+ * Approximate statistics based on the first 1000 samples:
157
+ | | sentence_0 | sentence_1 | label |
158
+ |:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------|
159
+ | type | string | string | float |
160
+ | details | <ul><li>min: 9 tokens</li><li>mean: 18.83 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 6.32 tokens</li><li>max: 19 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.51</li><li>max: 1.0</li></ul> |
161
+ * Samples:
162
+ | sentence_0 | sentence_1 | label |
163
+ |:---------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:-----------------|
164
+ | <code>Analyzes tax liabilities, identifies applicable rates, and applies corrections to ensure proper calculation and reporting.</code> | <code>Tax Computation</code> | <code>1.0</code> |
165
+ | <code>Monitor plant health by assessing symptoms and identifying disease risks.</code> | <code>Plant Health Management and Disease Control</code> | <code>1.0</code> |
166
+ | <code>Analyzes cross-cultural communication challenges in medical and legal contexts, optimizing translation strategies for diverse stakeholders.</code> | <code>Audience Segmentation</code> | <code>0.0</code> |
167
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
168
+ ```json
169
+ {
170
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
171
+ }
172
+ ```
173
+
174
+ ### Training Hyperparameters
175
+ #### Non-Default Hyperparameters
176
+
177
+ - `per_device_train_batch_size`: 64
178
+ - `per_device_eval_batch_size`: 64
179
+ - `num_train_epochs`: 5
180
+ - `multi_dataset_batch_sampler`: round_robin
181
+
182
+ #### All Hyperparameters
183
+ <details><summary>Click to expand</summary>
184
+
185
+ - `overwrite_output_dir`: False
186
+ - `do_predict`: False
187
+ - `eval_strategy`: no
188
+ - `prediction_loss_only`: True
189
+ - `per_device_train_batch_size`: 64
190
+ - `per_device_eval_batch_size`: 64
191
+ - `per_gpu_train_batch_size`: None
192
+ - `per_gpu_eval_batch_size`: None
193
+ - `gradient_accumulation_steps`: 1
194
+ - `eval_accumulation_steps`: None
195
+ - `torch_empty_cache_steps`: None
196
+ - `learning_rate`: 5e-05
197
+ - `weight_decay`: 0.0
198
+ - `adam_beta1`: 0.9
199
+ - `adam_beta2`: 0.999
200
+ - `adam_epsilon`: 1e-08
201
+ - `max_grad_norm`: 1
202
+ - `num_train_epochs`: 5
203
+ - `max_steps`: -1
204
+ - `lr_scheduler_type`: linear
205
+ - `lr_scheduler_kwargs`: {}
206
+ - `warmup_ratio`: 0.0
207
+ - `warmup_steps`: 0
208
+ - `log_level`: passive
209
+ - `log_level_replica`: warning
210
+ - `log_on_each_node`: True
211
+ - `logging_nan_inf_filter`: True
212
+ - `save_safetensors`: True
213
+ - `save_on_each_node`: False
214
+ - `save_only_model`: False
215
+ - `restore_callback_states_from_checkpoint`: False
216
+ - `no_cuda`: False
217
+ - `use_cpu`: False
218
+ - `use_mps_device`: False
219
+ - `seed`: 42
220
+ - `data_seed`: None
221
+ - `jit_mode_eval`: False
222
+ - `bf16`: False
223
+ - `fp16`: False
224
+ - `fp16_opt_level`: O1
225
+ - `half_precision_backend`: auto
226
+ - `bf16_full_eval`: False
227
+ - `fp16_full_eval`: False
228
+ - `tf32`: None
229
+ - `local_rank`: 0
230
+ - `ddp_backend`: None
231
+ - `tpu_num_cores`: None
232
+ - `tpu_metrics_debug`: False
233
+ - `debug`: []
234
+ - `dataloader_drop_last`: False
235
+ - `dataloader_num_workers`: 0
236
+ - `dataloader_prefetch_factor`: None
237
+ - `past_index`: -1
238
+ - `disable_tqdm`: False
239
+ - `remove_unused_columns`: True
240
+ - `label_names`: None
241
+ - `load_best_model_at_end`: False
242
+ - `ignore_data_skip`: False
243
+ - `fsdp`: []
244
+ - `fsdp_min_num_params`: 0
245
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
246
+ - `fsdp_transformer_layer_cls_to_wrap`: None
247
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
248
+ - `parallelism_config`: None
249
+ - `deepspeed`: None
250
+ - `label_smoothing_factor`: 0.0
251
+ - `optim`: adamw_torch_fused
252
+ - `optim_args`: None
253
+ - `adafactor`: False
254
+ - `group_by_length`: False
255
+ - `length_column_name`: length
256
+ - `project`: huggingface
257
+ - `trackio_space_id`: trackio
258
+ - `ddp_find_unused_parameters`: None
259
+ - `ddp_bucket_cap_mb`: None
260
+ - `ddp_broadcast_buffers`: False
261
+ - `dataloader_pin_memory`: True
262
+ - `dataloader_persistent_workers`: False
263
+ - `skip_memory_metrics`: True
264
+ - `use_legacy_prediction_loop`: False
265
+ - `push_to_hub`: False
266
+ - `resume_from_checkpoint`: None
267
+ - `hub_model_id`: None
268
+ - `hub_strategy`: every_save
269
+ - `hub_private_repo`: None
270
+ - `hub_always_push`: False
271
+ - `hub_revision`: None
272
+ - `gradient_checkpointing`: False
273
+ - `gradient_checkpointing_kwargs`: None
274
+ - `include_inputs_for_metrics`: False
275
+ - `include_for_metrics`: []
276
+ - `eval_do_concat_batches`: True
277
+ - `fp16_backend`: auto
278
+ - `push_to_hub_model_id`: None
279
+ - `push_to_hub_organization`: None
280
+ - `mp_parameters`:
281
+ - `auto_find_batch_size`: False
282
+ - `full_determinism`: False
283
+ - `torchdynamo`: None
284
+ - `ray_scope`: last
285
+ - `ddp_timeout`: 1800
286
+ - `torch_compile`: False
287
+ - `torch_compile_backend`: None
288
+ - `torch_compile_mode`: None
289
+ - `include_tokens_per_second`: False
290
+ - `include_num_input_tokens_seen`: no
291
+ - `neftune_noise_alpha`: None
292
+ - `optim_target_modules`: None
293
+ - `batch_eval_metrics`: False
294
+ - `eval_on_start`: False
295
+ - `use_liger_kernel`: False
296
+ - `liger_kernel_config`: None
297
+ - `eval_use_gather_object`: False
298
+ - `average_tokens_across_devices`: True
299
+ - `prompts`: None
300
+ - `batch_sampler`: batch_sampler
301
+ - `multi_dataset_batch_sampler`: round_robin
302
+ - `router_mapping`: {}
303
+ - `learning_rate_mapping`: {}
304
+
305
+ </details>
306
+
307
+ ### Training Logs
308
+ | Epoch | Step | Training Loss |
309
+ |:------:|:----:|:-------------:|
310
+ | 1.4535 | 500 | 0.0822 |
311
+ | 2.9070 | 1000 | 0.0567 |
312
+ | 4.3605 | 1500 | 0.0493 |
313
+
314
+
315
+ ### Framework Versions
316
+ - Python: 3.10.19
317
+ - Sentence Transformers: 5.2.2
318
+ - Transformers: 4.57.3
319
+ - PyTorch: 2.9.1+cu128
320
+ - Accelerate: 1.12.0
321
+ - Datasets: 4.3.0
322
+ - Tokenizers: 0.22.2
323
+
324
+ ## Citation
325
+
326
+ ### BibTeX
327
+
328
+ #### Sentence Transformers
329
+ ```bibtex
330
+ @inproceedings{reimers-2019-sentence-bert,
331
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
332
+ author = "Reimers, Nils and Gurevych, Iryna",
333
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
334
+ month = "11",
335
+ year = "2019",
336
+ publisher = "Association for Computational Linguistics",
337
+ url = "https://arxiv.org/abs/1908.10084",
338
+ }
339
+ ```
340
+
341
+ <!--
342
+ ## Glossary
343
+
344
+ *Clearly define terms in order to be accessible across audiences.*
345
+ -->
346
+
347
+ <!--
348
+ ## Model Card Authors
349
+
350
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
351
+ -->
352
+
353
+ <!--
354
+ ## Model Card Contact
355
+
356
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
357
+ -->
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
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": 6,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "transformers_version": "4.57.3",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.2.2",
4
+ "transformers": "4.57.3",
5
+ "pytorch": "2.9.1+cu128"
6
+ },
7
+ "model_type": "SentenceTransformer",
8
+ "prompts": {
9
+ "query": "",
10
+ "document": ""
11
+ },
12
+ "default_prompt_name": null,
13
+ "similarity_fn_name": "cosine"
14
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e59b0eb027bc5b9effa3283b81ae37c82fd7df6ab5e0cddafad6360c76245e
3
+ size 90864192
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "max_length": 128,
51
+ "model_max_length": 256,
52
+ "never_split": null,
53
+ "pad_to_multiple_of": null,
54
+ "pad_token": "[PAD]",
55
+ "pad_token_type_id": 0,
56
+ "padding_side": "right",
57
+ "sep_token": "[SEP]",
58
+ "stride": 0,
59
+ "strip_accents": null,
60
+ "tokenize_chinese_chars": true,
61
+ "tokenizer_class": "BertTokenizer",
62
+ "truncation_side": "right",
63
+ "truncation_strategy": "longest_first",
64
+ "unk_token": "[UNK]"
65
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff