Aathi13 commited on
Commit
40617bb
·
verified ·
1 Parent(s): 48463b6

Upload folder using huggingface_hub

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,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:500
9
+ - loss:MultipleNegativesRankingLoss
10
+ base_model: sentence-transformers/multi-qa-MiniLM-L6-cos-v1
11
+ widget:
12
+ - source_sentence: Can I get academic adjustments for mental health reasons?
13
+ sentences:
14
+ - Yes, appropriate academic accommodations can be arranged through the disability
15
+ services office with documentation from mental health professionals.
16
+ - Yes, many companies conduct online aptitude tests, coding challenges, or domain-specific
17
+ assessments as part of their selection process.
18
+ - The hostel offers Wi-Fi, mess services, laundry, and recreational areas.
19
+ - source_sentence: What are the hostel meal timings?
20
+ sentences:
21
+ - Career services include career counseling, resume workshops, interview coaching,
22
+ networking events, alumni mentoring, and job search assistance for all students.
23
+ - Fee concession applications can be submitted with financial documentation to demonstrate
24
+ need. Merit-based and need-based concessions may be available.
25
+ - Mess timings are typically breakfast 7:30-9:30 AM, lunch 12:00-2:00 PM, and dinner
26
+ 7:00-9:00 PM. Special arrangements may be made during exams.
27
+ - source_sentence: Is there a bond signing for certain jobs?
28
+ sentences:
29
+ - Yes, detailed placement statistics including company-wise data, salary ranges,
30
+ and sector-wise placement percentages are available on the placement portal.
31
+ - Some companies may require service agreements or bonds. All terms and conditions
32
+ are clearly communicated during the pre-placement talk.
33
+ - Emergency services are available 24/7 through campus security (extension 911),
34
+ medical emergencies (campus health center), and crisis intervention services.
35
+ - source_sentence: Where is the medical center located?
36
+ sentences:
37
+ - Most companies require no active backlogs for placement eligibility. Clear all
38
+ backlogs before the placement season to ensure maximum opportunities.
39
+ - The campus medical center is located near the main administrative building and
40
+ provides basic healthcare services during working hours.
41
+ - Yes, photocopy and printing services are available at the library, administrative
42
+ building, and near the main canteen with reasonable rates.
43
+ - source_sentence: Are there mock interviews before placements?
44
+ sentences:
45
+ - Yes, mock interviews are conducted regularly to help students practice and improve
46
+ their interview skills before actual placement interviews.
47
+ - Overnight event permissions require advance approval from student affairs, security
48
+ clearance, safety protocols, and may need faculty supervision for student organizations.
49
+ - Final year students can typically choose 2-4 elective courses depending on their
50
+ program. Check with your academic advisor for specific requirements.
51
+ pipeline_tag: sentence-similarity
52
+ library_name: sentence-transformers
53
+ ---
54
+
55
+ # SentenceTransformer based on sentence-transformers/multi-qa-MiniLM-L6-cos-v1
56
+
57
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/multi-qa-MiniLM-L6-cos-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1). 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.
58
+
59
+ ## Model Details
60
+
61
+ ### Model Description
62
+ - **Model Type:** Sentence Transformer
63
+ - **Base model:** [sentence-transformers/multi-qa-MiniLM-L6-cos-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1) <!-- at revision b207367332321f8e44f96e224ef15bc607f4dbf0 -->
64
+ - **Maximum Sequence Length:** 512 tokens
65
+ - **Output Dimensionality:** 384 dimensions
66
+ - **Similarity Function:** Cosine Similarity
67
+ <!-- - **Training Dataset:** Unknown -->
68
+ <!-- - **Language:** Unknown -->
69
+ <!-- - **License:** Unknown -->
70
+
71
+ ### Model Sources
72
+
73
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
74
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
75
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
76
+
77
+ ### Full Model Architecture
78
+
79
+ ```
80
+ SentenceTransformer(
81
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False, 'architecture': 'BertModel'})
82
+ (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})
83
+ (2): Normalize()
84
+ )
85
+ ```
86
+
87
+ ## Usage
88
+
89
+ ### Direct Usage (Sentence Transformers)
90
+
91
+ First install the Sentence Transformers library:
92
+
93
+ ```bash
94
+ pip install -U sentence-transformers
95
+ ```
96
+
97
+ Then you can load this model and run inference.
98
+ ```python
99
+ from sentence_transformers import SentenceTransformer
100
+
101
+ # Download from the 🤗 Hub
102
+ model = SentenceTransformer("sentence_transformers_model_id")
103
+ # Run inference
104
+ sentences = [
105
+ 'Are there mock interviews before placements?',
106
+ 'Yes, mock interviews are conducted regularly to help students practice and improve their interview skills before actual placement interviews.',
107
+ 'Overnight event permissions require advance approval from student affairs, security clearance, safety protocols, and may need faculty supervision for student organizations.',
108
+ ]
109
+ embeddings = model.encode(sentences)
110
+ print(embeddings.shape)
111
+ # [3, 384]
112
+
113
+ # Get the similarity scores for the embeddings
114
+ similarities = model.similarity(embeddings, embeddings)
115
+ print(similarities)
116
+ # tensor([[ 1.0000, 0.7937, -0.0089],
117
+ # [ 0.7937, 1.0000, 0.0156],
118
+ # [-0.0089, 0.0156, 1.0000]])
119
+ ```
120
+
121
+ <!--
122
+ ### Direct Usage (Transformers)
123
+
124
+ <details><summary>Click to see the direct usage in Transformers</summary>
125
+
126
+ </details>
127
+ -->
128
+
129
+ <!--
130
+ ### Downstream Usage (Sentence Transformers)
131
+
132
+ You can finetune this model on your own dataset.
133
+
134
+ <details><summary>Click to expand</summary>
135
+
136
+ </details>
137
+ -->
138
+
139
+ <!--
140
+ ### Out-of-Scope Use
141
+
142
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
143
+ -->
144
+
145
+ <!--
146
+ ## Bias, Risks and Limitations
147
+
148
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
149
+ -->
150
+
151
+ <!--
152
+ ### Recommendations
153
+
154
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
155
+ -->
156
+
157
+ ## Training Details
158
+
159
+ ### Training Dataset
160
+
161
+ #### Unnamed Dataset
162
+
163
+ * Size: 500 training samples
164
+ * Columns: <code>sentence_0</code> and <code>sentence_1</code>
165
+ * Approximate statistics based on the first 500 samples:
166
+ | | sentence_0 | sentence_1 |
167
+ |:--------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
168
+ | type | string | string |
169
+ | details | <ul><li>min: 7 tokens</li><li>mean: 11.04 tokens</li><li>max: 17 tokens</li></ul> | <ul><li>min: 13 tokens</li><li>mean: 26.67 tokens</li><li>max: 46 tokens</li></ul> |
170
+ * Samples:
171
+ | sentence_0 | sentence_1 |
172
+ |:-------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
173
+ | <code>What is the policy on retroactive course drops?</code> | <code>Retroactive drops are rare and require exceptional circumstances with documentation. Medical emergencies or administrative errors may qualify for consideration.</code> |
174
+ | <code>Can I get help for eating disorders?</code> | <code>Specialized counseling for eating disorders is available through the health center. Confidential support includes individual therapy and referrals to specialized treatment programs.</code> |
175
+ | <code>Are pets allowed in campus housing?</code> | <code>No, pets are not allowed in campus housing including hostels and faculty quarters due to health and safety regulations.</code> |
176
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
177
+ ```json
178
+ {
179
+ "scale": 20.0,
180
+ "similarity_fct": "cos_sim"
181
+ }
182
+ ```
183
+
184
+ ### Training Hyperparameters
185
+ #### Non-Default Hyperparameters
186
+
187
+ - `per_device_train_batch_size`: 16
188
+ - `per_device_eval_batch_size`: 16
189
+ - `num_train_epochs`: 4
190
+ - `multi_dataset_batch_sampler`: round_robin
191
+
192
+ #### All Hyperparameters
193
+ <details><summary>Click to expand</summary>
194
+
195
+ - `overwrite_output_dir`: False
196
+ - `do_predict`: False
197
+ - `eval_strategy`: no
198
+ - `prediction_loss_only`: True
199
+ - `per_device_train_batch_size`: 16
200
+ - `per_device_eval_batch_size`: 16
201
+ - `per_gpu_train_batch_size`: None
202
+ - `per_gpu_eval_batch_size`: None
203
+ - `gradient_accumulation_steps`: 1
204
+ - `eval_accumulation_steps`: None
205
+ - `torch_empty_cache_steps`: None
206
+ - `learning_rate`: 5e-05
207
+ - `weight_decay`: 0.0
208
+ - `adam_beta1`: 0.9
209
+ - `adam_beta2`: 0.999
210
+ - `adam_epsilon`: 1e-08
211
+ - `max_grad_norm`: 1
212
+ - `num_train_epochs`: 4
213
+ - `max_steps`: -1
214
+ - `lr_scheduler_type`: linear
215
+ - `lr_scheduler_kwargs`: {}
216
+ - `warmup_ratio`: 0.0
217
+ - `warmup_steps`: 0
218
+ - `log_level`: passive
219
+ - `log_level_replica`: warning
220
+ - `log_on_each_node`: True
221
+ - `logging_nan_inf_filter`: True
222
+ - `save_safetensors`: True
223
+ - `save_on_each_node`: False
224
+ - `save_only_model`: False
225
+ - `restore_callback_states_from_checkpoint`: False
226
+ - `no_cuda`: False
227
+ - `use_cpu`: False
228
+ - `use_mps_device`: False
229
+ - `seed`: 42
230
+ - `data_seed`: None
231
+ - `jit_mode_eval`: False
232
+ - `use_ipex`: False
233
+ - `bf16`: False
234
+ - `fp16`: False
235
+ - `fp16_opt_level`: O1
236
+ - `half_precision_backend`: auto
237
+ - `bf16_full_eval`: False
238
+ - `fp16_full_eval`: False
239
+ - `tf32`: None
240
+ - `local_rank`: 0
241
+ - `ddp_backend`: None
242
+ - `tpu_num_cores`: None
243
+ - `tpu_metrics_debug`: False
244
+ - `debug`: []
245
+ - `dataloader_drop_last`: False
246
+ - `dataloader_num_workers`: 0
247
+ - `dataloader_prefetch_factor`: None
248
+ - `past_index`: -1
249
+ - `disable_tqdm`: False
250
+ - `remove_unused_columns`: True
251
+ - `label_names`: None
252
+ - `load_best_model_at_end`: False
253
+ - `ignore_data_skip`: False
254
+ - `fsdp`: []
255
+ - `fsdp_min_num_params`: 0
256
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
257
+ - `fsdp_transformer_layer_cls_to_wrap`: None
258
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
259
+ - `deepspeed`: None
260
+ - `label_smoothing_factor`: 0.0
261
+ - `optim`: adamw_torch
262
+ - `optim_args`: None
263
+ - `adafactor`: False
264
+ - `group_by_length`: False
265
+ - `length_column_name`: length
266
+ - `ddp_find_unused_parameters`: None
267
+ - `ddp_bucket_cap_mb`: None
268
+ - `ddp_broadcast_buffers`: False
269
+ - `dataloader_pin_memory`: True
270
+ - `dataloader_persistent_workers`: False
271
+ - `skip_memory_metrics`: True
272
+ - `use_legacy_prediction_loop`: False
273
+ - `push_to_hub`: False
274
+ - `resume_from_checkpoint`: None
275
+ - `hub_model_id`: None
276
+ - `hub_strategy`: every_save
277
+ - `hub_private_repo`: None
278
+ - `hub_always_push`: False
279
+ - `hub_revision`: None
280
+ - `gradient_checkpointing`: False
281
+ - `gradient_checkpointing_kwargs`: None
282
+ - `include_inputs_for_metrics`: False
283
+ - `include_for_metrics`: []
284
+ - `eval_do_concat_batches`: True
285
+ - `fp16_backend`: auto
286
+ - `push_to_hub_model_id`: None
287
+ - `push_to_hub_organization`: None
288
+ - `mp_parameters`:
289
+ - `auto_find_batch_size`: False
290
+ - `full_determinism`: False
291
+ - `torchdynamo`: None
292
+ - `ray_scope`: last
293
+ - `ddp_timeout`: 1800
294
+ - `torch_compile`: False
295
+ - `torch_compile_backend`: None
296
+ - `torch_compile_mode`: None
297
+ - `include_tokens_per_second`: False
298
+ - `include_num_input_tokens_seen`: False
299
+ - `neftune_noise_alpha`: None
300
+ - `optim_target_modules`: None
301
+ - `batch_eval_metrics`: False
302
+ - `eval_on_start`: False
303
+ - `use_liger_kernel`: False
304
+ - `liger_kernel_config`: None
305
+ - `eval_use_gather_object`: False
306
+ - `average_tokens_across_devices`: False
307
+ - `prompts`: None
308
+ - `batch_sampler`: batch_sampler
309
+ - `multi_dataset_batch_sampler`: round_robin
310
+ - `router_mapping`: {}
311
+ - `learning_rate_mapping`: {}
312
+
313
+ </details>
314
+
315
+ ### Framework Versions
316
+ - Python: 3.11.13
317
+ - Sentence Transformers: 5.0.0
318
+ - Transformers: 4.55.0
319
+ - PyTorch: 2.6.0+cu124
320
+ - Accelerate: 1.9.0
321
+ - Datasets: 4.0.0
322
+ - Tokenizers: 0.21.4
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
+ #### MultipleNegativesRankingLoss
342
+ ```bibtex
343
+ @misc{henderson2017efficient,
344
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
345
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
346
+ year={2017},
347
+ eprint={1705.00652},
348
+ archivePrefix={arXiv},
349
+ primaryClass={cs.CL}
350
+ }
351
+ ```
352
+
353
+ <!--
354
+ ## Glossary
355
+
356
+ *Clearly define terms in order to be accessible across audiences.*
357
+ -->
358
+
359
+ <!--
360
+ ## Model Card Authors
361
+
362
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
363
+ -->
364
+
365
+ <!--
366
+ ## Model Card Contact
367
+
368
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
369
+ -->
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
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 6,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.55.0",
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.0.0",
4
+ "transformers": "4.55.0",
5
+ "pytorch": "2.6.0+cu124"
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:1c004c64b576bcb22414953b14893eb1235ff56723fd2c7d4b63d91dc28593b2
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": 512,
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": 250,
51
+ "model_max_length": 512,
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