LamaDiab commited on
Commit
851b436
·
verified ·
1 Parent(s): 82a7a1f

Training in progress, epoch 4

Browse files
eval/triplet_evaluation_results.csv CHANGED
@@ -1,2 +1,2 @@
1
  epoch,steps,accuracy_cosine
2
- 2.194907813871817,5000,0.9412940740585327
 
1
  epoch,steps,accuracy_cosine
2
+ 4.0,9112,0.9375065565109253
final/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
+ }
final/README.md ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:291522
9
+ - loss:MultipleNegativesSymmetricRankingLoss
10
+ widget:
11
+ - source_sentence: cream 21 baby oil with almond oil
12
+ sentences:
13
+ - hi, barbie! bundle
14
+ - nourishing baby oil
15
+ - 'material: wooden. size: 15 x 30 cm.'
16
+ - source_sentence: lol - toy cosmetic (eyeshadow 1)
17
+ sentences:
18
+ - kids toy
19
+ - clay mug
20
+ - ggm vehicle and figure
21
+ - source_sentence: winter slippers for teens playstation
22
+ sentences:
23
+ - glass vase
24
+ - gear up for a season of warmth and gaming nostalgia with these playstation-inspired
25
+ winter slippers. it's time to bring the thrill of the game to your downtime. game
26
+ on!
27
+ - silver jumpsuit
28
+ - source_sentence: artist pen brush tip 1.5 no.167392
29
+ sentences:
30
+ - mozzarella pacman
31
+ - brush tip 1.5 pen
32
+ - doodles art mini backpack
33
+ - source_sentence: age of innocence
34
+ sentences:
35
+ - wings book holder (double)
36
+ - edith wharton book
37
+ - kids game
38
+ pipeline_tag: sentence-similarity
39
+ library_name: sentence-transformers
40
+ ---
41
+
42
+ # SentenceTransformer
43
+
44
+ This is a [sentence-transformers](https://www.SBERT.net) model trained. 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:** [Unknown](https://huggingface.co/unknown) -->
51
+ - **Maximum Sequence Length:** 256 tokens
52
+ - **Output Dimensionality:** 384 dimensions
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/huggingface/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': 256, 'do_lower_case': False, 'architecture': '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
+ (2): Normalize()
71
+ )
72
+ ```
73
+
74
+ ## Usage
75
+
76
+ ### Direct Usage (Sentence Transformers)
77
+
78
+ First install the Sentence Transformers library:
79
+
80
+ ```bash
81
+ pip install -U sentence-transformers
82
+ ```
83
+
84
+ Then you can load this model and run inference.
85
+ ```python
86
+ from sentence_transformers import SentenceTransformer
87
+
88
+ # Download from the 🤗 Hub
89
+ model = SentenceTransformer("LamaDiab/MiniLM-V6Data-SemanticEngine")
90
+ # Run inference
91
+ sentences = [
92
+ 'age of innocence',
93
+ 'edith wharton book',
94
+ 'wings book holder (double)',
95
+ ]
96
+ embeddings = model.encode(sentences)
97
+ print(embeddings.shape)
98
+ # [3, 384]
99
+
100
+ # Get the similarity scores for the embeddings
101
+ similarities = model.similarity(embeddings, embeddings)
102
+ print(similarities)
103
+ # tensor([[1.0000, 0.7198, 0.3823],
104
+ # [0.7198, 1.0000, 0.3737],
105
+ # [0.3823, 0.3737, 1.0000]])
106
+ ```
107
+
108
+ <!--
109
+ ### Direct Usage (Transformers)
110
+
111
+ <details><summary>Click to see the direct usage in Transformers</summary>
112
+
113
+ </details>
114
+ -->
115
+
116
+ <!--
117
+ ### Downstream Usage (Sentence Transformers)
118
+
119
+ You can finetune this model on your own dataset.
120
+
121
+ <details><summary>Click to expand</summary>
122
+
123
+ </details>
124
+ -->
125
+
126
+ <!--
127
+ ### Out-of-Scope Use
128
+
129
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
130
+ -->
131
+
132
+ <!--
133
+ ## Bias, Risks and Limitations
134
+
135
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
136
+ -->
137
+
138
+ <!--
139
+ ### Recommendations
140
+
141
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
142
+ -->
143
+
144
+ ## Training Details
145
+
146
+ ### Training Dataset
147
+
148
+ #### Unnamed Dataset
149
+
150
+ * Size: 291,522 training samples
151
+ * Columns: <code>anchor</code> and <code>positive</code>
152
+ * Approximate statistics based on the first 1000 samples:
153
+ | | anchor | positive |
154
+ |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
155
+ | type | string | string |
156
+ | details | <ul><li>min: 3 tokens</li><li>mean: 9.37 tokens</li><li>max: 256 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 8.56 tokens</li><li>max: 256 tokens</li></ul> |
157
+ * Samples:
158
+ | anchor | positive |
159
+ |:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
160
+ | <code>groceries</code> | <code>supermarkets</code> |
161
+ | <code>supermarkets</code> | <code>sunshine - tuna in vegetable oil & brine with shredded chili - 185 gr</code> |
162
+ | <code>sunshine - tuna in vegetable oil & brine with shredded chili - 185 gr</code> | <code>seafood</code> |
163
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
164
+ ```json
165
+ {
166
+ "scale": 20.0,
167
+ "similarity_fct": "cos_sim",
168
+ "gather_across_devices": false
169
+ }
170
+ ```
171
+
172
+ ### Evaluation Dataset
173
+
174
+ #### Unnamed Dataset
175
+
176
+ * Size: 9,505 evaluation samples
177
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
178
+ * Approximate statistics based on the first 1000 samples:
179
+ | | anchor | positive | negative |
180
+ |:--------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|
181
+ | type | string | string | string |
182
+ | details | <ul><li>min: 3 tokens</li><li>mean: 9.63 tokens</li><li>max: 43 tokens</li></ul> | <ul><li>min: 2 tokens</li><li>mean: 17.31 tokens</li><li>max: 256 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 9.65 tokens</li><li>max: 39 tokens</li></ul> |
183
+ * Samples:
184
+ | anchor | positive | negative |
185
+ |:---------------------------------------------------------------------|:-------------------------------------------|:--------------------------------------------------------|
186
+ | <code>pilot mechanical pencil progrex h-127 - 0.7 mm</code> | <code>office supplies</code> | <code>squirrel machine for forming creative clay</code> |
187
+ | <code>superior drawing marker -pen - set of 12 colors - 2 nib</code> | <code>superior drawing marker</code> | <code>desk organizer eagle ph1002-el</code> |
188
+ | <code>first person singular author: haruki murakami</code> | <code>penguin random house usa book</code> | <code>fender player telecaster mn tidepool</code> |
189
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
190
+ ```json
191
+ {
192
+ "scale": 20.0,
193
+ "similarity_fct": "cos_sim",
194
+ "gather_across_devices": false
195
+ }
196
+ ```
197
+
198
+ ### Training Hyperparameters
199
+ #### Non-Default Hyperparameters
200
+
201
+ - `eval_strategy`: epoch
202
+ - `per_device_train_batch_size`: 128
203
+ - `per_device_eval_batch_size`: 128
204
+ - `weight_decay`: 0.001
205
+ - `warmup_steps`: 2733
206
+ - `fp16`: True
207
+ - `dataloader_num_workers`: 2
208
+ - `dataloader_prefetch_factor`: 2
209
+ - `dataloader_persistent_workers`: True
210
+ - `push_to_hub`: True
211
+ - `hub_model_id`: LamaDiab/MiniLM-V6Data-SemanticEngine
212
+ - `hub_strategy`: checkpoint
213
+ - `batch_sampler`: no_duplicates
214
+
215
+ #### All Hyperparameters
216
+ <details><summary>Click to expand</summary>
217
+
218
+ - `overwrite_output_dir`: False
219
+ - `do_predict`: False
220
+ - `eval_strategy`: epoch
221
+ - `prediction_loss_only`: True
222
+ - `per_device_train_batch_size`: 128
223
+ - `per_device_eval_batch_size`: 128
224
+ - `per_gpu_train_batch_size`: None
225
+ - `per_gpu_eval_batch_size`: None
226
+ - `gradient_accumulation_steps`: 1
227
+ - `eval_accumulation_steps`: None
228
+ - `torch_empty_cache_steps`: None
229
+ - `learning_rate`: 5e-05
230
+ - `weight_decay`: 0.001
231
+ - `adam_beta1`: 0.9
232
+ - `adam_beta2`: 0.999
233
+ - `adam_epsilon`: 1e-08
234
+ - `max_grad_norm`: 1.0
235
+ - `num_train_epochs`: 3
236
+ - `max_steps`: -1
237
+ - `lr_scheduler_type`: linear
238
+ - `lr_scheduler_kwargs`: {}
239
+ - `warmup_ratio`: 0
240
+ - `warmup_steps`: 2733
241
+ - `log_level`: passive
242
+ - `log_level_replica`: warning
243
+ - `log_on_each_node`: True
244
+ - `logging_nan_inf_filter`: True
245
+ - `save_safetensors`: True
246
+ - `save_on_each_node`: False
247
+ - `save_only_model`: False
248
+ - `restore_callback_states_from_checkpoint`: False
249
+ - `no_cuda`: False
250
+ - `use_cpu`: False
251
+ - `use_mps_device`: False
252
+ - `seed`: 42
253
+ - `data_seed`: None
254
+ - `jit_mode_eval`: False
255
+ - `use_ipex`: False
256
+ - `bf16`: False
257
+ - `fp16`: True
258
+ - `fp16_opt_level`: O1
259
+ - `half_precision_backend`: auto
260
+ - `bf16_full_eval`: False
261
+ - `fp16_full_eval`: False
262
+ - `tf32`: None
263
+ - `local_rank`: 0
264
+ - `ddp_backend`: None
265
+ - `tpu_num_cores`: None
266
+ - `tpu_metrics_debug`: False
267
+ - `debug`: []
268
+ - `dataloader_drop_last`: False
269
+ - `dataloader_num_workers`: 2
270
+ - `dataloader_prefetch_factor`: 2
271
+ - `past_index`: -1
272
+ - `disable_tqdm`: False
273
+ - `remove_unused_columns`: True
274
+ - `label_names`: None
275
+ - `load_best_model_at_end`: False
276
+ - `ignore_data_skip`: False
277
+ - `fsdp`: []
278
+ - `fsdp_min_num_params`: 0
279
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
280
+ - `fsdp_transformer_layer_cls_to_wrap`: None
281
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
282
+ - `deepspeed`: None
283
+ - `label_smoothing_factor`: 0.0
284
+ - `optim`: adamw_torch
285
+ - `optim_args`: None
286
+ - `adafactor`: False
287
+ - `group_by_length`: False
288
+ - `length_column_name`: length
289
+ - `ddp_find_unused_parameters`: None
290
+ - `ddp_bucket_cap_mb`: None
291
+ - `ddp_broadcast_buffers`: False
292
+ - `dataloader_pin_memory`: True
293
+ - `dataloader_persistent_workers`: True
294
+ - `skip_memory_metrics`: True
295
+ - `use_legacy_prediction_loop`: False
296
+ - `push_to_hub`: True
297
+ - `resume_from_checkpoint`: None
298
+ - `hub_model_id`: LamaDiab/MiniLM-V6Data-SemanticEngine
299
+ - `hub_strategy`: checkpoint
300
+ - `hub_private_repo`: None
301
+ - `hub_always_push`: False
302
+ - `hub_revision`: None
303
+ - `gradient_checkpointing`: False
304
+ - `gradient_checkpointing_kwargs`: None
305
+ - `include_inputs_for_metrics`: False
306
+ - `include_for_metrics`: []
307
+ - `eval_do_concat_batches`: True
308
+ - `fp16_backend`: auto
309
+ - `push_to_hub_model_id`: None
310
+ - `push_to_hub_organization`: None
311
+ - `mp_parameters`:
312
+ - `auto_find_batch_size`: False
313
+ - `full_determinism`: False
314
+ - `torchdynamo`: None
315
+ - `ray_scope`: last
316
+ - `ddp_timeout`: 1800
317
+ - `torch_compile`: False
318
+ - `torch_compile_backend`: None
319
+ - `torch_compile_mode`: None
320
+ - `include_tokens_per_second`: False
321
+ - `include_num_input_tokens_seen`: False
322
+ - `neftune_noise_alpha`: None
323
+ - `optim_target_modules`: None
324
+ - `batch_eval_metrics`: False
325
+ - `eval_on_start`: False
326
+ - `use_liger_kernel`: False
327
+ - `liger_kernel_config`: None
328
+ - `eval_use_gather_object`: False
329
+ - `average_tokens_across_devices`: False
330
+ - `prompts`: None
331
+ - `batch_sampler`: no_duplicates
332
+ - `multi_dataset_batch_sampler`: proportional
333
+ - `router_mapping`: {}
334
+ - `learning_rate_mapping`: {}
335
+
336
+ </details>
337
+
338
+ ### Framework Versions
339
+ - Python: 3.11.13
340
+ - Sentence Transformers: 5.1.2
341
+ - Transformers: 4.53.3
342
+ - PyTorch: 2.6.0+cu124
343
+ - Accelerate: 1.9.0
344
+ - Datasets: 4.4.1
345
+ - Tokenizers: 0.21.2
346
+
347
+ ## Citation
348
+
349
+ ### BibTeX
350
+
351
+ #### Sentence Transformers
352
+ ```bibtex
353
+ @inproceedings{reimers-2019-sentence-bert,
354
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
355
+ author = "Reimers, Nils and Gurevych, Iryna",
356
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
357
+ month = "11",
358
+ year = "2019",
359
+ publisher = "Association for Computational Linguistics",
360
+ url = "https://arxiv.org/abs/1908.10084",
361
+ }
362
+ ```
363
+
364
+ <!--
365
+ ## Glossary
366
+
367
+ *Clearly define terms in order to be accessible across audiences.*
368
+ -->
369
+
370
+ <!--
371
+ ## Model Card Authors
372
+
373
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
374
+ -->
375
+
376
+ <!--
377
+ ## Model Card Contact
378
+
379
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
380
+ -->
final/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.53.3",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
final/config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.1.2",
4
+ "transformers": "4.53.3",
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
+ }
final/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e46149fd09a9867b9acad65acdb71570057411c6a87b5b28cc4922225edf94c
3
+ size 90864192
final/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
+ ]
final/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }
final/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
+ }
final/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
final/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
+ }
final/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e46149fd09a9867b9acad65acdb71570057411c6a87b5b28cc4922225edf94c
3
  size 90864192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d47e67fd64444d1bef9079ac3e87fe40f99c1e431014e043dadc9c1c6fcdd1
3
  size 90864192
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f7649e73631f57a3718416585c15049b225d54f1e7ef6d27a16fe580479258d
3
  size 5752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf7bfc66086ded6020bb06775e66282df8536a53ff24f583e60602a29fa87f3
3
  size 5752