pritamdeka commited on
Commit
9397165
1 Parent(s): 6bedc07

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
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,514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: pritamdeka/assamese-bert-nli-v2
3
+ datasets:
4
+ - sentence-transformers/stsb
5
+ language:
6
+ - en
7
+ library_name: sentence-transformers
8
+ metrics:
9
+ - pearson_cosine
10
+ - spearman_cosine
11
+ - pearson_manhattan
12
+ - spearman_manhattan
13
+ - pearson_euclidean
14
+ - spearman_euclidean
15
+ - pearson_dot
16
+ - spearman_dot
17
+ - pearson_max
18
+ - spearman_max
19
+ pipeline_tag: sentence-similarity
20
+ tags:
21
+ - sentence-transformers
22
+ - sentence-similarity
23
+ - feature-extraction
24
+ - generated_from_trainer
25
+ - dataset_size:5749
26
+ - loss:CosineSimilarityLoss
27
+ widget:
28
+ - source_sentence: The man talked to a girl over the internet camera.
29
+ sentences:
30
+ - A group of elderly people pose around a dining table.
31
+ - A teenager talks to a girl over a webcam.
32
+ - There is no 'still' that is not relative to some other object.
33
+ - source_sentence: A woman is writing something.
34
+ sentences:
35
+ - Two eagles are perched on a branch.
36
+ - It refers to the maximum f-stop (which is defined as the ratio of focal length
37
+ to effective aperture diameter).
38
+ - A woman is chopping green onions.
39
+ - source_sentence: The player shoots the winning points.
40
+ sentences:
41
+ - Minimum wage laws hurt the least skilled, least productive the most.
42
+ - The basketball player is about to score points for his team.
43
+ - Sheep are grazing in the field in front of a line of trees.
44
+ - source_sentence: Stars form in star-formation regions, which itself develop from
45
+ molecular clouds.
46
+ sentences:
47
+ - Although I believe Searle is mistaken, I don't think you have found the problem.
48
+ - It may be possible for a solar system like ours to exist outside of a galaxy.
49
+ - A blond-haired child performing on the trumpet in front of a house while his younger
50
+ brother watches.
51
+ - source_sentence: While Queen may refer to both Queen regent (sovereign) or Queen
52
+ consort, the King has always been the sovereign.
53
+ sentences:
54
+ - At first, I thought this is a bit of a tricky question.
55
+ - A man sitting on the floor in a room is strumming a guitar.
56
+ - There is a very good reason not to refer to the Queen's spouse as "King" - because
57
+ they aren't the King.
58
+ model-index:
59
+ - name: SentenceTransformer based on pritamdeka/assamese-bert-nli-v2
60
+ results:
61
+ - task:
62
+ type: semantic-similarity
63
+ name: Semantic Similarity
64
+ dataset:
65
+ name: sts dev
66
+ type: sts-dev
67
+ metrics:
68
+ - type: pearson_cosine
69
+ value: 0.8768922454773975
70
+ name: Pearson Cosine
71
+ - type: spearman_cosine
72
+ value: 0.8768666342138283
73
+ name: Spearman Cosine
74
+ - type: pearson_manhattan
75
+ value: 0.8644469622686086
76
+ name: Pearson Manhattan
77
+ - type: spearman_manhattan
78
+ value: 0.8707690120902617
79
+ name: Spearman Manhattan
80
+ - type: pearson_euclidean
81
+ value: 0.8653235671487655
82
+ name: Pearson Euclidean
83
+ - type: spearman_euclidean
84
+ value: 0.8718775857334757
85
+ name: Spearman Euclidean
86
+ - type: pearson_dot
87
+ value: 0.8524585875711483
88
+ name: Pearson Dot
89
+ - type: spearman_dot
90
+ value: 0.8517262744664453
91
+ name: Spearman Dot
92
+ - type: pearson_max
93
+ value: 0.8768922454773975
94
+ name: Pearson Max
95
+ - type: spearman_max
96
+ value: 0.8768666342138283
97
+ name: Spearman Max
98
+ - task:
99
+ type: semantic-similarity
100
+ name: Semantic Similarity
101
+ dataset:
102
+ name: sts test
103
+ type: sts-test
104
+ metrics:
105
+ - type: pearson_cosine
106
+ value: 0.8527208821672074
107
+ name: Pearson Cosine
108
+ - type: spearman_cosine
109
+ value: 0.8555556328238375
110
+ name: Spearman Cosine
111
+ - type: pearson_manhattan
112
+ value: 0.8490059674398979
113
+ name: Pearson Manhattan
114
+ - type: spearman_manhattan
115
+ value: 0.8513628040355813
116
+ name: Spearman Manhattan
117
+ - type: pearson_euclidean
118
+ value: 0.8488820547009427
119
+ name: Pearson Euclidean
120
+ - type: spearman_euclidean
121
+ value: 0.8514695594991134
122
+ name: Spearman Euclidean
123
+ - type: pearson_dot
124
+ value: 0.8179930227975002
125
+ name: Pearson Dot
126
+ - type: spearman_dot
127
+ value: 0.8197337942826736
128
+ name: Spearman Dot
129
+ - type: pearson_max
130
+ value: 0.8527208821672074
131
+ name: Pearson Max
132
+ - type: spearman_max
133
+ value: 0.8555556328238375
134
+ name: Spearman Max
135
+ ---
136
+
137
+ # SentenceTransformer based on pritamdeka/assamese-bert-nli-v2
138
+
139
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [pritamdeka/assamese-bert-nli-v2](https://huggingface.co/pritamdeka/assamese-bert-nli-v2) on the [sentence-transformers/stsb](https://huggingface.co/datasets/sentence-transformers/stsb) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
140
+
141
+ ## Model Details
142
+
143
+ ### Model Description
144
+ - **Model Type:** Sentence Transformer
145
+ - **Base model:** [pritamdeka/assamese-bert-nli-v2](https://huggingface.co/pritamdeka/assamese-bert-nli-v2) <!-- at revision 1f2c1246128304aed5ae3fd6ab1b2b4be69462f2 -->
146
+ - **Maximum Sequence Length:** 512 tokens
147
+ - **Output Dimensionality:** 768 tokens
148
+ - **Similarity Function:** Cosine Similarity
149
+ - **Training Dataset:**
150
+ - [sentence-transformers/stsb](https://huggingface.co/datasets/sentence-transformers/stsb)
151
+ - **Language:** en
152
+ <!-- - **License:** Unknown -->
153
+
154
+ ### Model Sources
155
+
156
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
157
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
158
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
159
+
160
+ ### Full Model Architecture
161
+
162
+ ```
163
+ SentenceTransformer(
164
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
165
+ (1): Pooling({'word_embedding_dimension': 768, '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})
166
+ )
167
+ ```
168
+
169
+ ## Usage
170
+
171
+ ### Direct Usage (Sentence Transformers)
172
+
173
+ First install the Sentence Transformers library:
174
+
175
+ ```bash
176
+ pip install -U sentence-transformers
177
+ ```
178
+
179
+ Then you can load this model and run inference.
180
+ ```python
181
+ from sentence_transformers import SentenceTransformer
182
+
183
+ # Download from the 🤗 Hub
184
+ model = SentenceTransformer("pritamdeka/assamese-bert-nli-v2-sts")
185
+ # Run inference
186
+ sentences = [
187
+ 'While Queen may refer to both Queen regent (sovereign) or Queen consort, the King has always been the sovereign.',
188
+ 'There is a very good reason not to refer to the Queen\'s spouse as "King" - because they aren\'t the King.',
189
+ 'A man sitting on the floor in a room is strumming a guitar.',
190
+ ]
191
+ embeddings = model.encode(sentences)
192
+ print(embeddings.shape)
193
+ # [3, 768]
194
+
195
+ # Get the similarity scores for the embeddings
196
+ similarities = model.similarity(embeddings, embeddings)
197
+ print(similarities.shape)
198
+ # [3, 3]
199
+ ```
200
+
201
+ <!--
202
+ ### Direct Usage (Transformers)
203
+
204
+ <details><summary>Click to see the direct usage in Transformers</summary>
205
+
206
+ </details>
207
+ -->
208
+
209
+ <!--
210
+ ### Downstream Usage (Sentence Transformers)
211
+
212
+ You can finetune this model on your own dataset.
213
+
214
+ <details><summary>Click to expand</summary>
215
+
216
+ </details>
217
+ -->
218
+
219
+ <!--
220
+ ### Out-of-Scope Use
221
+
222
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
223
+ -->
224
+
225
+ ## Evaluation
226
+
227
+ ### Metrics
228
+
229
+ #### Semantic Similarity
230
+ * Dataset: `sts-dev`
231
+ * Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
232
+
233
+ | Metric | Value |
234
+ |:--------------------|:-----------|
235
+ | pearson_cosine | 0.8769 |
236
+ | **spearman_cosine** | **0.8769** |
237
+ | pearson_manhattan | 0.8644 |
238
+ | spearman_manhattan | 0.8708 |
239
+ | pearson_euclidean | 0.8653 |
240
+ | spearman_euclidean | 0.8719 |
241
+ | pearson_dot | 0.8525 |
242
+ | spearman_dot | 0.8517 |
243
+ | pearson_max | 0.8769 |
244
+ | spearman_max | 0.8769 |
245
+
246
+ #### Semantic Similarity
247
+ * Dataset: `sts-test`
248
+ * Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
249
+
250
+ | Metric | Value |
251
+ |:--------------------|:-----------|
252
+ | pearson_cosine | 0.8527 |
253
+ | **spearman_cosine** | **0.8556** |
254
+ | pearson_manhattan | 0.849 |
255
+ | spearman_manhattan | 0.8514 |
256
+ | pearson_euclidean | 0.8489 |
257
+ | spearman_euclidean | 0.8515 |
258
+ | pearson_dot | 0.818 |
259
+ | spearman_dot | 0.8197 |
260
+ | pearson_max | 0.8527 |
261
+ | spearman_max | 0.8556 |
262
+
263
+ <!--
264
+ ## Bias, Risks and Limitations
265
+
266
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
267
+ -->
268
+
269
+ <!--
270
+ ### Recommendations
271
+
272
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
273
+ -->
274
+
275
+ ## Training Details
276
+
277
+ ### Training Dataset
278
+
279
+ #### sentence-transformers/stsb
280
+
281
+ * Dataset: [sentence-transformers/stsb](https://huggingface.co/datasets/sentence-transformers/stsb) at [ab7a5ac](https://huggingface.co/datasets/sentence-transformers/stsb/tree/ab7a5ac0e35aa22088bdcf23e7fd99b220e53308)
282
+ * Size: 5,749 training samples
283
+ * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code>
284
+ * Approximate statistics based on the first 1000 samples:
285
+ | | sentence1 | sentence2 | score |
286
+ |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------|
287
+ | type | string | string | float |
288
+ | details | <ul><li>min: 6 tokens</li><li>mean: 10.26 tokens</li><li>max: 28 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 10.23 tokens</li><li>max: 26 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.54</li><li>max: 1.0</li></ul> |
289
+ * Samples:
290
+ | sentence1 | sentence2 | score |
291
+ |:-----------------------------------------------------------|:----------------------------------------------------------------------|:------------------|
292
+ | <code>A plane is taking off.</code> | <code>An air plane is taking off.</code> | <code>1.0</code> |
293
+ | <code>A man is playing a large flute.</code> | <code>A man is playing a flute.</code> | <code>0.76</code> |
294
+ | <code>A man is spreading shreded cheese on a pizza.</code> | <code>A man is spreading shredded cheese on an uncooked pizza.</code> | <code>0.76</code> |
295
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
296
+ ```json
297
+ {
298
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
299
+ }
300
+ ```
301
+
302
+ ### Evaluation Dataset
303
+
304
+ #### sentence-transformers/stsb
305
+
306
+ * Dataset: [sentence-transformers/stsb](https://huggingface.co/datasets/sentence-transformers/stsb) at [ab7a5ac](https://huggingface.co/datasets/sentence-transformers/stsb/tree/ab7a5ac0e35aa22088bdcf23e7fd99b220e53308)
307
+ * Size: 1,500 evaluation samples
308
+ * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code>
309
+ * Approximate statistics based on the first 1000 samples:
310
+ | | sentence1 | sentence2 | score |
311
+ |:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------|
312
+ | type | string | string | float |
313
+ | details | <ul><li>min: 5 tokens</li><li>mean: 15.4 tokens</li><li>max: 45 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 15.41 tokens</li><li>max: 43 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.47</li><li>max: 1.0</li></ul> |
314
+ * Samples:
315
+ | sentence1 | sentence2 | score |
316
+ |:--------------------------------------------------|:------------------------------------------------------|:------------------|
317
+ | <code>A man with a hard hat is dancing.</code> | <code>A man wearing a hard hat is dancing.</code> | <code>1.0</code> |
318
+ | <code>A young child is riding a horse.</code> | <code>A child is riding a horse.</code> | <code>0.95</code> |
319
+ | <code>A man is feeding a mouse to a snake.</code> | <code>The man is feeding a mouse to the snake.</code> | <code>1.0</code> |
320
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
321
+ ```json
322
+ {
323
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
324
+ }
325
+ ```
326
+
327
+ ### Training Hyperparameters
328
+ #### Non-Default Hyperparameters
329
+
330
+ - `eval_strategy`: steps
331
+ - `per_device_train_batch_size`: 16
332
+ - `per_device_eval_batch_size`: 16
333
+ - `num_train_epochs`: 4
334
+ - `warmup_ratio`: 0.1
335
+ - `fp16`: True
336
+
337
+ #### All Hyperparameters
338
+ <details><summary>Click to expand</summary>
339
+
340
+ - `overwrite_output_dir`: False
341
+ - `do_predict`: False
342
+ - `eval_strategy`: steps
343
+ - `prediction_loss_only`: True
344
+ - `per_device_train_batch_size`: 16
345
+ - `per_device_eval_batch_size`: 16
346
+ - `per_gpu_train_batch_size`: None
347
+ - `per_gpu_eval_batch_size`: None
348
+ - `gradient_accumulation_steps`: 1
349
+ - `eval_accumulation_steps`: None
350
+ - `learning_rate`: 5e-05
351
+ - `weight_decay`: 0.0
352
+ - `adam_beta1`: 0.9
353
+ - `adam_beta2`: 0.999
354
+ - `adam_epsilon`: 1e-08
355
+ - `max_grad_norm`: 1.0
356
+ - `num_train_epochs`: 4
357
+ - `max_steps`: -1
358
+ - `lr_scheduler_type`: linear
359
+ - `lr_scheduler_kwargs`: {}
360
+ - `warmup_ratio`: 0.1
361
+ - `warmup_steps`: 0
362
+ - `log_level`: passive
363
+ - `log_level_replica`: warning
364
+ - `log_on_each_node`: True
365
+ - `logging_nan_inf_filter`: True
366
+ - `save_safetensors`: True
367
+ - `save_on_each_node`: False
368
+ - `save_only_model`: False
369
+ - `restore_callback_states_from_checkpoint`: False
370
+ - `no_cuda`: False
371
+ - `use_cpu`: False
372
+ - `use_mps_device`: False
373
+ - `seed`: 42
374
+ - `data_seed`: None
375
+ - `jit_mode_eval`: False
376
+ - `use_ipex`: False
377
+ - `bf16`: False
378
+ - `fp16`: True
379
+ - `fp16_opt_level`: O1
380
+ - `half_precision_backend`: auto
381
+ - `bf16_full_eval`: False
382
+ - `fp16_full_eval`: False
383
+ - `tf32`: None
384
+ - `local_rank`: 0
385
+ - `ddp_backend`: None
386
+ - `tpu_num_cores`: None
387
+ - `tpu_metrics_debug`: False
388
+ - `debug`: []
389
+ - `dataloader_drop_last`: False
390
+ - `dataloader_num_workers`: 0
391
+ - `dataloader_prefetch_factor`: None
392
+ - `past_index`: -1
393
+ - `disable_tqdm`: False
394
+ - `remove_unused_columns`: True
395
+ - `label_names`: None
396
+ - `load_best_model_at_end`: False
397
+ - `ignore_data_skip`: False
398
+ - `fsdp`: []
399
+ - `fsdp_min_num_params`: 0
400
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
401
+ - `fsdp_transformer_layer_cls_to_wrap`: None
402
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
403
+ - `deepspeed`: None
404
+ - `label_smoothing_factor`: 0.0
405
+ - `optim`: adamw_torch
406
+ - `optim_args`: None
407
+ - `adafactor`: False
408
+ - `group_by_length`: False
409
+ - `length_column_name`: length
410
+ - `ddp_find_unused_parameters`: None
411
+ - `ddp_bucket_cap_mb`: None
412
+ - `ddp_broadcast_buffers`: False
413
+ - `dataloader_pin_memory`: True
414
+ - `dataloader_persistent_workers`: False
415
+ - `skip_memory_metrics`: True
416
+ - `use_legacy_prediction_loop`: False
417
+ - `push_to_hub`: False
418
+ - `resume_from_checkpoint`: None
419
+ - `hub_model_id`: None
420
+ - `hub_strategy`: every_save
421
+ - `hub_private_repo`: False
422
+ - `hub_always_push`: False
423
+ - `gradient_checkpointing`: False
424
+ - `gradient_checkpointing_kwargs`: None
425
+ - `include_inputs_for_metrics`: False
426
+ - `eval_do_concat_batches`: True
427
+ - `fp16_backend`: auto
428
+ - `push_to_hub_model_id`: None
429
+ - `push_to_hub_organization`: None
430
+ - `mp_parameters`:
431
+ - `auto_find_batch_size`: False
432
+ - `full_determinism`: False
433
+ - `torchdynamo`: None
434
+ - `ray_scope`: last
435
+ - `ddp_timeout`: 1800
436
+ - `torch_compile`: False
437
+ - `torch_compile_backend`: None
438
+ - `torch_compile_mode`: None
439
+ - `dispatch_batches`: None
440
+ - `split_batches`: None
441
+ - `include_tokens_per_second`: False
442
+ - `include_num_input_tokens_seen`: False
443
+ - `neftune_noise_alpha`: None
444
+ - `optim_target_modules`: None
445
+ - `batch_eval_metrics`: False
446
+ - `eval_on_start`: False
447
+ - `batch_sampler`: batch_sampler
448
+ - `multi_dataset_batch_sampler`: proportional
449
+
450
+ </details>
451
+
452
+ ### Training Logs
453
+ | Epoch | Step | Training Loss | loss | sts-dev_spearman_cosine | sts-test_spearman_cosine |
454
+ |:------:|:----:|:-------------:|:------:|:-----------------------:|:------------------------:|
455
+ | 0.2778 | 100 | 0.026 | 0.0236 | 0.8757 | - |
456
+ | 0.5556 | 200 | 0.0259 | 0.0262 | 0.8612 | - |
457
+ | 0.8333 | 300 | 0.0238 | 0.0232 | 0.8729 | - |
458
+ | 1.1111 | 400 | 0.0191 | 0.0248 | 0.8718 | - |
459
+ | 1.3889 | 500 | 0.0117 | 0.0236 | 0.8729 | - |
460
+ | 1.6667 | 600 | 0.011 | 0.0233 | 0.8728 | - |
461
+ | 1.9444 | 700 | 0.0114 | 0.0238 | 0.8757 | - |
462
+ | 2.2222 | 800 | 0.0076 | 0.0231 | 0.8760 | - |
463
+ | 2.5 | 900 | 0.0058 | 0.0230 | 0.8756 | - |
464
+ | 2.7778 | 1000 | 0.0055 | 0.0229 | 0.8760 | - |
465
+ | 3.0556 | 1100 | 0.006 | 0.0225 | 0.8776 | - |
466
+ | 3.3333 | 1200 | 0.0039 | 0.0227 | 0.8761 | - |
467
+ | 3.6111 | 1300 | 0.004 | 0.0228 | 0.8761 | - |
468
+ | 3.8889 | 1400 | 0.0039 | 0.0227 | 0.8769 | - |
469
+ | 4.0 | 1440 | - | - | - | 0.8556 |
470
+
471
+
472
+ ### Framework Versions
473
+ - Python: 3.10.12
474
+ - Sentence Transformers: 3.0.1
475
+ - Transformers: 4.42.4
476
+ - PyTorch: 2.3.1+cu121
477
+ - Accelerate: 0.32.1
478
+ - Datasets: 2.20.0
479
+ - Tokenizers: 0.19.1
480
+
481
+ ## Citation
482
+
483
+ ### BibTeX
484
+
485
+ #### Sentence Transformers
486
+ ```bibtex
487
+ @inproceedings{reimers-2019-sentence-bert,
488
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
489
+ author = "Reimers, Nils and Gurevych, Iryna",
490
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
491
+ month = "11",
492
+ year = "2019",
493
+ publisher = "Association for Computational Linguistics",
494
+ url = "https://arxiv.org/abs/1908.10084",
495
+ }
496
+ ```
497
+
498
+ <!--
499
+ ## Glossary
500
+
501
+ *Clearly define terms in order to be accessible across audiences.*
502
+ -->
503
+
504
+ <!--
505
+ ## Model Card Authors
506
+
507
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
508
+ -->
509
+
510
+ <!--
511
+ ## Model Card Contact
512
+
513
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
514
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pritamdeka/assamese-bert-nli-v2",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
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.42.4",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 197285
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.42.4",
5
+ "pytorch": "2.3.1+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cc3c9393805f9f2737542e55077597591b4f64f8e216b0074d239c8693531d
3
+ size 950247272
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
+ ]
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
+ "103": {
20
+ "content": "[MASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "104": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "105": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "lowercase": false,
49
+ "mask_token": "[MASK]",
50
+ "max_length": 512,
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": false,
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