LeoChiuu commited on
Commit
39a2fdf
1 Parent(s): acd1ed9

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,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: colorfulscoop/sbert-base-ja
3
+ library_name: sentence-transformers
4
+ metrics:
5
+ - cosine_accuracy
6
+ - cosine_accuracy_threshold
7
+ - cosine_f1
8
+ - cosine_f1_threshold
9
+ - cosine_precision
10
+ - cosine_recall
11
+ - cosine_ap
12
+ - dot_accuracy
13
+ - dot_accuracy_threshold
14
+ - dot_f1
15
+ - dot_f1_threshold
16
+ - dot_precision
17
+ - dot_recall
18
+ - dot_ap
19
+ - manhattan_accuracy
20
+ - manhattan_accuracy_threshold
21
+ - manhattan_f1
22
+ - manhattan_f1_threshold
23
+ - manhattan_precision
24
+ - manhattan_recall
25
+ - manhattan_ap
26
+ - euclidean_accuracy
27
+ - euclidean_accuracy_threshold
28
+ - euclidean_f1
29
+ - euclidean_f1_threshold
30
+ - euclidean_precision
31
+ - euclidean_recall
32
+ - euclidean_ap
33
+ - max_accuracy
34
+ - max_accuracy_threshold
35
+ - max_f1
36
+ - max_f1_threshold
37
+ - max_precision
38
+ - max_recall
39
+ - max_ap
40
+ pipeline_tag: sentence-similarity
41
+ tags:
42
+ - sentence-transformers
43
+ - sentence-similarity
44
+ - feature-extraction
45
+ - generated_from_trainer
46
+ - dataset_size:5079
47
+ - loss:CosineSimilarityLoss
48
+ widget:
49
+ - source_sentence: イリュージョンを使うの?
50
+ sentences:
51
+ - なんて言った?
52
+ - あなた
53
+ - 他にはある?
54
+ - source_sentence: あなたは呪文が使えますか?
55
+ sentences:
56
+ - どっちを選ぶ?
57
+ - 屋根裏部屋の猫のぬいぐるみ
58
+ - 誰?
59
+ - source_sentence: リリアンってものの形を変えられる?
60
+ sentences:
61
+ - どっちがいいと思う?
62
+ - 中に何か大事な物がある。
63
+ - 自分は今どこにいる?
64
+ - source_sentence: どんな魔法なの?
65
+ sentences:
66
+ - だめじゃん
67
+ - こんばんは
68
+ - 井戸へ行った?
69
+ - source_sentence: 屋根裏部屋に猫のぬいぐるいみがあった
70
+ sentences:
71
+ - なにが欲しい?
72
+ - もしもし
73
+ - センパーイ
74
+ model-index:
75
+ - name: SentenceTransformer based on colorfulscoop/sbert-base-ja
76
+ results:
77
+ - task:
78
+ type: binary-classification
79
+ name: Binary Classification
80
+ dataset:
81
+ name: custom arc semantics data jp
82
+ type: custom-arc-semantics-data-jp
83
+ metrics:
84
+ - type: cosine_accuracy
85
+ value: 0.9598425196850394
86
+ name: Cosine Accuracy
87
+ - type: cosine_accuracy_threshold
88
+ value: 0.5491387844085693
89
+ name: Cosine Accuracy Threshold
90
+ - type: cosine_f1
91
+ value: 0.8675324675324675
92
+ name: Cosine F1
93
+ - type: cosine_f1_threshold
94
+ value: 0.5491387844085693
95
+ name: Cosine F1 Threshold
96
+ - type: cosine_precision
97
+ value: 0.8477157360406091
98
+ name: Cosine Precision
99
+ - type: cosine_recall
100
+ value: 0.8882978723404256
101
+ name: Cosine Recall
102
+ - type: cosine_ap
103
+ value: 0.8892976796593005
104
+ name: Cosine Ap
105
+ - type: dot_accuracy
106
+ value: 0.9582677165354331
107
+ name: Dot Accuracy
108
+ - type: dot_accuracy_threshold
109
+ value: 288.5785217285156
110
+ name: Dot Accuracy Threshold
111
+ - type: dot_f1
112
+ value: 0.8608923884514437
113
+ name: Dot F1
114
+ - type: dot_f1_threshold
115
+ value: 277.5242919921875
116
+ name: Dot F1 Threshold
117
+ - type: dot_precision
118
+ value: 0.8497409326424871
119
+ name: Dot Precision
120
+ - type: dot_recall
121
+ value: 0.8723404255319149
122
+ name: Dot Recall
123
+ - type: dot_ap
124
+ value: 0.9083604180944419
125
+ name: Dot Ap
126
+ - type: manhattan_accuracy
127
+ value: 0.9598425196850394
128
+ name: Manhattan Accuracy
129
+ - type: manhattan_accuracy_threshold
130
+ value: 440.51263427734375
131
+ name: Manhattan Accuracy Threshold
132
+ - type: manhattan_f1
133
+ value: 0.8675324675324675
134
+ name: Manhattan F1
135
+ - type: manhattan_f1_threshold
136
+ value: 466.3338623046875
137
+ name: Manhattan F1 Threshold
138
+ - type: manhattan_precision
139
+ value: 0.8477157360406091
140
+ name: Manhattan Precision
141
+ - type: manhattan_recall
142
+ value: 0.8882978723404256
143
+ name: Manhattan Recall
144
+ - type: manhattan_ap
145
+ value: 0.8891655873309381
146
+ name: Manhattan Ap
147
+ - type: euclidean_accuracy
148
+ value: 0.9598425196850394
149
+ name: Euclidean Accuracy
150
+ - type: euclidean_accuracy_threshold
151
+ value: 20.36484146118164
152
+ name: Euclidean Accuracy Threshold
153
+ - type: euclidean_f1
154
+ value: 0.8675324675324675
155
+ name: Euclidean F1
156
+ - type: euclidean_f1_threshold
157
+ value: 20.96413230895996
158
+ name: Euclidean F1 Threshold
159
+ - type: euclidean_precision
160
+ value: 0.8477157360406091
161
+ name: Euclidean Precision
162
+ - type: euclidean_recall
163
+ value: 0.8882978723404256
164
+ name: Euclidean Recall
165
+ - type: euclidean_ap
166
+ value: 0.8891557631414319
167
+ name: Euclidean Ap
168
+ - type: max_accuracy
169
+ value: 0.9598425196850394
170
+ name: Max Accuracy
171
+ - type: max_accuracy_threshold
172
+ value: 440.51263427734375
173
+ name: Max Accuracy Threshold
174
+ - type: max_f1
175
+ value: 0.8675324675324675
176
+ name: Max F1
177
+ - type: max_f1_threshold
178
+ value: 466.3338623046875
179
+ name: Max F1 Threshold
180
+ - type: max_precision
181
+ value: 0.8497409326424871
182
+ name: Max Precision
183
+ - type: max_recall
184
+ value: 0.8882978723404256
185
+ name: Max Recall
186
+ - type: max_ap
187
+ value: 0.9083604180944419
188
+ name: Max Ap
189
+ ---
190
+
191
+ # SentenceTransformer based on colorfulscoop/sbert-base-ja
192
+
193
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja). 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.
194
+
195
+ ## Model Details
196
+
197
+ ### Model Description
198
+ - **Model Type:** Sentence Transformer
199
+ - **Base model:** [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja) <!-- at revision ecb8a98cd5176719ff7ab0d770a27420118732cf -->
200
+ - **Maximum Sequence Length:** 512 tokens
201
+ - **Output Dimensionality:** 768 tokens
202
+ - **Similarity Function:** Cosine Similarity
203
+ <!-- - **Training Dataset:** Unknown -->
204
+ <!-- - **Language:** Unknown -->
205
+ <!-- - **License:** Unknown -->
206
+
207
+ ### Model Sources
208
+
209
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
210
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
211
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
212
+
213
+ ### Full Model Architecture
214
+
215
+ ```
216
+ SentenceTransformer(
217
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
218
+ (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})
219
+ )
220
+ ```
221
+
222
+ ## Usage
223
+
224
+ ### Direct Usage (Sentence Transformers)
225
+
226
+ First install the Sentence Transformers library:
227
+
228
+ ```bash
229
+ pip install -U sentence-transformers
230
+ ```
231
+
232
+ Then you can load this model and run inference.
233
+ ```python
234
+ from sentence_transformers import SentenceTransformer
235
+
236
+ # Download from the 🤗 Hub
237
+ model = SentenceTransformer("sentence_transformers_model_id")
238
+ # Run inference
239
+ sentences = [
240
+ '屋根裏部屋に猫のぬいぐるいみがあった',
241
+ 'もしもし',
242
+ 'なにが欲しい?',
243
+ ]
244
+ embeddings = model.encode(sentences)
245
+ print(embeddings.shape)
246
+ # [3, 768]
247
+
248
+ # Get the similarity scores for the embeddings
249
+ similarities = model.similarity(embeddings, embeddings)
250
+ print(similarities.shape)
251
+ # [3, 3]
252
+ ```
253
+
254
+ <!--
255
+ ### Direct Usage (Transformers)
256
+
257
+ <details><summary>Click to see the direct usage in Transformers</summary>
258
+
259
+ </details>
260
+ -->
261
+
262
+ <!--
263
+ ### Downstream Usage (Sentence Transformers)
264
+
265
+ You can finetune this model on your own dataset.
266
+
267
+ <details><summary>Click to expand</summary>
268
+
269
+ </details>
270
+ -->
271
+
272
+ <!--
273
+ ### Out-of-Scope Use
274
+
275
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
276
+ -->
277
+
278
+ ## Evaluation
279
+
280
+ ### Metrics
281
+
282
+ #### Binary Classification
283
+ * Dataset: `custom-arc-semantics-data-jp`
284
+ * Evaluated with [<code>BinaryClassificationEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.BinaryClassificationEvaluator)
285
+
286
+ | Metric | Value |
287
+ |:-----------------------------|:-----------|
288
+ | cosine_accuracy | 0.9598 |
289
+ | cosine_accuracy_threshold | 0.5491 |
290
+ | cosine_f1 | 0.8675 |
291
+ | cosine_f1_threshold | 0.5491 |
292
+ | cosine_precision | 0.8477 |
293
+ | cosine_recall | 0.8883 |
294
+ | cosine_ap | 0.8893 |
295
+ | dot_accuracy | 0.9583 |
296
+ | dot_accuracy_threshold | 288.5785 |
297
+ | dot_f1 | 0.8609 |
298
+ | dot_f1_threshold | 277.5243 |
299
+ | dot_precision | 0.8497 |
300
+ | dot_recall | 0.8723 |
301
+ | dot_ap | 0.9084 |
302
+ | manhattan_accuracy | 0.9598 |
303
+ | manhattan_accuracy_threshold | 440.5126 |
304
+ | manhattan_f1 | 0.8675 |
305
+ | manhattan_f1_threshold | 466.3339 |
306
+ | manhattan_precision | 0.8477 |
307
+ | manhattan_recall | 0.8883 |
308
+ | manhattan_ap | 0.8892 |
309
+ | euclidean_accuracy | 0.9598 |
310
+ | euclidean_accuracy_threshold | 20.3648 |
311
+ | euclidean_f1 | 0.8675 |
312
+ | euclidean_f1_threshold | 20.9641 |
313
+ | euclidean_precision | 0.8477 |
314
+ | euclidean_recall | 0.8883 |
315
+ | euclidean_ap | 0.8892 |
316
+ | max_accuracy | 0.9598 |
317
+ | max_accuracy_threshold | 440.5126 |
318
+ | max_f1 | 0.8675 |
319
+ | max_f1_threshold | 466.3339 |
320
+ | max_precision | 0.8497 |
321
+ | max_recall | 0.8883 |
322
+ | **max_ap** | **0.9084** |
323
+
324
+ <!--
325
+ ## Bias, Risks and Limitations
326
+
327
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
328
+ -->
329
+
330
+ <!--
331
+ ### Recommendations
332
+
333
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
334
+ -->
335
+
336
+ ## Training Details
337
+
338
+ ### Training Dataset
339
+
340
+ #### Unnamed Dataset
341
+
342
+
343
+ * Size: 5,079 training samples
344
+ * Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
345
+ * Approximate statistics based on the first 1000 samples:
346
+ | | text1 | text2 | label |
347
+ |:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
348
+ | type | string | string | int |
349
+ | details | <ul><li>min: 4 tokens</li><li>mean: 8.18 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.41 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~87.80%</li><li>1: ~12.20%</li></ul> |
350
+ * Samples:
351
+ | text1 | text2 | label |
352
+ |:--------------------------|:-------------------------|:---------------|
353
+ | <code>井戸へ訪れたことがある?</code> | <code>どんな食べ物が好き?</code> | <code>0</code> |
354
+ | <code>猫が好きな人</code> | <code>君は何でここにいるの?</code> | <code>0</code> |
355
+ | <code>町って?</code> | <code>ぬいぐるみ</code> | <code>0</code> |
356
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
357
+ ```json
358
+ {
359
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
360
+ }
361
+ ```
362
+
363
+ ### Evaluation Dataset
364
+
365
+ #### Unnamed Dataset
366
+
367
+
368
+ * Size: 1,270 evaluation samples
369
+ * Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
370
+ * Approximate statistics based on the first 1000 samples:
371
+ | | text1 | text2 | label |
372
+ |:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
373
+ | type | string | string | int |
374
+ | details | <ul><li>min: 4 tokens</li><li>mean: 8.14 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.53 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~85.30%</li><li>1: ~14.70%</li></ul> |
375
+ * Samples:
376
+ | text1 | text2 | label |
377
+ |:-------------------------------|:--------------------|:---------------|
378
+ | <code>他には選べないの?</code> | <code>だめじゃん</code> | <code>0</code> |
379
+ | <code>村長は誰?</code> | <code>屋根裏って?</code> | <code>0</code> |
380
+ | <code>誰かが呪文で花をぬいぐるみに変えた</code> | <code>両方はだめ?</code> | <code>0</code> |
381
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
382
+ ```json
383
+ {
384
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
385
+ }
386
+ ```
387
+
388
+ ### Training Hyperparameters
389
+ #### Non-Default Hyperparameters
390
+
391
+ - `eval_strategy`: epoch
392
+ - `learning_rate`: 2e-05
393
+ - `num_train_epochs`: 1
394
+ - `warmup_ratio`: 0.4
395
+ - `fp16`: True
396
+ - `batch_sampler`: no_duplicates
397
+
398
+ #### All Hyperparameters
399
+ <details><summary>Click to expand</summary>
400
+
401
+ - `overwrite_output_dir`: False
402
+ - `do_predict`: False
403
+ - `eval_strategy`: epoch
404
+ - `prediction_loss_only`: True
405
+ - `per_device_train_batch_size`: 8
406
+ - `per_device_eval_batch_size`: 8
407
+ - `per_gpu_train_batch_size`: None
408
+ - `per_gpu_eval_batch_size`: None
409
+ - `gradient_accumulation_steps`: 1
410
+ - `eval_accumulation_steps`: None
411
+ - `torch_empty_cache_steps`: None
412
+ - `learning_rate`: 2e-05
413
+ - `weight_decay`: 0.0
414
+ - `adam_beta1`: 0.9
415
+ - `adam_beta2`: 0.999
416
+ - `adam_epsilon`: 1e-08
417
+ - `max_grad_norm`: 1.0
418
+ - `num_train_epochs`: 1
419
+ - `max_steps`: -1
420
+ - `lr_scheduler_type`: linear
421
+ - `lr_scheduler_kwargs`: {}
422
+ - `warmup_ratio`: 0.4
423
+ - `warmup_steps`: 0
424
+ - `log_level`: passive
425
+ - `log_level_replica`: warning
426
+ - `log_on_each_node`: True
427
+ - `logging_nan_inf_filter`: True
428
+ - `save_safetensors`: True
429
+ - `save_on_each_node`: False
430
+ - `save_only_model`: False
431
+ - `restore_callback_states_from_checkpoint`: False
432
+ - `no_cuda`: False
433
+ - `use_cpu`: False
434
+ - `use_mps_device`: False
435
+ - `seed`: 42
436
+ - `data_seed`: None
437
+ - `jit_mode_eval`: False
438
+ - `use_ipex`: False
439
+ - `bf16`: False
440
+ - `fp16`: True
441
+ - `fp16_opt_level`: O1
442
+ - `half_precision_backend`: auto
443
+ - `bf16_full_eval`: False
444
+ - `fp16_full_eval`: False
445
+ - `tf32`: None
446
+ - `local_rank`: 0
447
+ - `ddp_backend`: None
448
+ - `tpu_num_cores`: None
449
+ - `tpu_metrics_debug`: False
450
+ - `debug`: []
451
+ - `dataloader_drop_last`: False
452
+ - `dataloader_num_workers`: 0
453
+ - `dataloader_prefetch_factor`: None
454
+ - `past_index`: -1
455
+ - `disable_tqdm`: False
456
+ - `remove_unused_columns`: True
457
+ - `label_names`: None
458
+ - `load_best_model_at_end`: False
459
+ - `ignore_data_skip`: False
460
+ - `fsdp`: []
461
+ - `fsdp_min_num_params`: 0
462
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
463
+ - `fsdp_transformer_layer_cls_to_wrap`: None
464
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
465
+ - `deepspeed`: None
466
+ - `label_smoothing_factor`: 0.0
467
+ - `optim`: adamw_torch
468
+ - `optim_args`: None
469
+ - `adafactor`: False
470
+ - `group_by_length`: False
471
+ - `length_column_name`: length
472
+ - `ddp_find_unused_parameters`: None
473
+ - `ddp_bucket_cap_mb`: None
474
+ - `ddp_broadcast_buffers`: False
475
+ - `dataloader_pin_memory`: True
476
+ - `dataloader_persistent_workers`: False
477
+ - `skip_memory_metrics`: True
478
+ - `use_legacy_prediction_loop`: False
479
+ - `push_to_hub`: False
480
+ - `resume_from_checkpoint`: None
481
+ - `hub_model_id`: None
482
+ - `hub_strategy`: every_save
483
+ - `hub_private_repo`: False
484
+ - `hub_always_push`: False
485
+ - `gradient_checkpointing`: False
486
+ - `gradient_checkpointing_kwargs`: None
487
+ - `include_inputs_for_metrics`: False
488
+ - `eval_do_concat_batches`: True
489
+ - `fp16_backend`: auto
490
+ - `push_to_hub_model_id`: None
491
+ - `push_to_hub_organization`: None
492
+ - `mp_parameters`:
493
+ - `auto_find_batch_size`: False
494
+ - `full_determinism`: False
495
+ - `torchdynamo`: None
496
+ - `ray_scope`: last
497
+ - `ddp_timeout`: 1800
498
+ - `torch_compile`: False
499
+ - `torch_compile_backend`: None
500
+ - `torch_compile_mode`: None
501
+ - `dispatch_batches`: None
502
+ - `split_batches`: None
503
+ - `include_tokens_per_second`: False
504
+ - `include_num_input_tokens_seen`: False
505
+ - `neftune_noise_alpha`: None
506
+ - `optim_target_modules`: None
507
+ - `batch_eval_metrics`: False
508
+ - `eval_on_start`: False
509
+ - `eval_use_gather_object`: False
510
+ - `batch_sampler`: no_duplicates
511
+ - `multi_dataset_batch_sampler`: proportional
512
+
513
+ </details>
514
+
515
+ ### Training Logs
516
+ | Epoch | Step | Training Loss | loss | custom-arc-semantics-data-jp_max_ap |
517
+ |:-----:|:----:|:-------------:|:------:|:-----------------------------------:|
518
+ | 1.0 | 635 | 0.0749 | 0.0361 | 0.9084 |
519
+
520
+
521
+ ### Framework Versions
522
+ - Python: 3.10.14
523
+ - Sentence Transformers: 3.1.1
524
+ - Transformers: 4.44.2
525
+ - PyTorch: 2.4.1+cu121
526
+ - Accelerate: 0.34.2
527
+ - Datasets: 2.20.0
528
+ - Tokenizers: 0.19.1
529
+
530
+ ## Citation
531
+
532
+ ### BibTeX
533
+
534
+ #### Sentence Transformers
535
+ ```bibtex
536
+ @inproceedings{reimers-2019-sentence-bert,
537
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
538
+ author = "Reimers, Nils and Gurevych, Iryna",
539
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
540
+ month = "11",
541
+ year = "2019",
542
+ publisher = "Association for Computational Linguistics",
543
+ url = "https://arxiv.org/abs/1908.10084",
544
+ }
545
+ ```
546
+
547
+ <!--
548
+ ## Glossary
549
+
550
+ *Clearly define terms in order to be accessible across audiences.*
551
+ -->
552
+
553
+ <!--
554
+ ## Model Card Authors
555
+
556
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
557
+ -->
558
+
559
+ <!--
560
+ ## Model Card Contact
561
+
562
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
563
+ -->
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
checkpoint-635/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
+ }
checkpoint-635/README.md ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: colorfulscoop/sbert-base-ja
3
+ library_name: sentence-transformers
4
+ metrics:
5
+ - cosine_accuracy
6
+ - cosine_accuracy_threshold
7
+ - cosine_f1
8
+ - cosine_f1_threshold
9
+ - cosine_precision
10
+ - cosine_recall
11
+ - cosine_ap
12
+ - dot_accuracy
13
+ - dot_accuracy_threshold
14
+ - dot_f1
15
+ - dot_f1_threshold
16
+ - dot_precision
17
+ - dot_recall
18
+ - dot_ap
19
+ - manhattan_accuracy
20
+ - manhattan_accuracy_threshold
21
+ - manhattan_f1
22
+ - manhattan_f1_threshold
23
+ - manhattan_precision
24
+ - manhattan_recall
25
+ - manhattan_ap
26
+ - euclidean_accuracy
27
+ - euclidean_accuracy_threshold
28
+ - euclidean_f1
29
+ - euclidean_f1_threshold
30
+ - euclidean_precision
31
+ - euclidean_recall
32
+ - euclidean_ap
33
+ - max_accuracy
34
+ - max_accuracy_threshold
35
+ - max_f1
36
+ - max_f1_threshold
37
+ - max_precision
38
+ - max_recall
39
+ - max_ap
40
+ pipeline_tag: sentence-similarity
41
+ tags:
42
+ - sentence-transformers
43
+ - sentence-similarity
44
+ - feature-extraction
45
+ - generated_from_trainer
46
+ - dataset_size:5079
47
+ - loss:CosineSimilarityLoss
48
+ widget:
49
+ - source_sentence: イリュージョンを使うの?
50
+ sentences:
51
+ - なんて言った?
52
+ - あなた
53
+ - 他にはある?
54
+ - source_sentence: あなたは呪文が使えますか?
55
+ sentences:
56
+ - どっちを選ぶ?
57
+ - 屋根裏部屋の猫のぬいぐるみ
58
+ - 誰?
59
+ - source_sentence: リリアンってものの形を変えられる?
60
+ sentences:
61
+ - どっちがいいと思う?
62
+ - 中に何か大事な物がある。
63
+ - 自分は今どこにいる?
64
+ - source_sentence: どんな魔法なの?
65
+ sentences:
66
+ - だめじゃん
67
+ - こんばんは
68
+ - 井戸へ行った?
69
+ - source_sentence: 屋根裏部屋に猫のぬいぐるいみがあった
70
+ sentences:
71
+ - なにが欲しい?
72
+ - もしもし
73
+ - センパーイ
74
+ model-index:
75
+ - name: SentenceTransformer based on colorfulscoop/sbert-base-ja
76
+ results:
77
+ - task:
78
+ type: binary-classification
79
+ name: Binary Classification
80
+ dataset:
81
+ name: custom arc semantics data jp
82
+ type: custom-arc-semantics-data-jp
83
+ metrics:
84
+ - type: cosine_accuracy
85
+ value: 0.9598425196850394
86
+ name: Cosine Accuracy
87
+ - type: cosine_accuracy_threshold
88
+ value: 0.5491387844085693
89
+ name: Cosine Accuracy Threshold
90
+ - type: cosine_f1
91
+ value: 0.8675324675324675
92
+ name: Cosine F1
93
+ - type: cosine_f1_threshold
94
+ value: 0.5491387844085693
95
+ name: Cosine F1 Threshold
96
+ - type: cosine_precision
97
+ value: 0.8477157360406091
98
+ name: Cosine Precision
99
+ - type: cosine_recall
100
+ value: 0.8882978723404256
101
+ name: Cosine Recall
102
+ - type: cosine_ap
103
+ value: 0.8892976796593005
104
+ name: Cosine Ap
105
+ - type: dot_accuracy
106
+ value: 0.9582677165354331
107
+ name: Dot Accuracy
108
+ - type: dot_accuracy_threshold
109
+ value: 288.5785217285156
110
+ name: Dot Accuracy Threshold
111
+ - type: dot_f1
112
+ value: 0.8608923884514437
113
+ name: Dot F1
114
+ - type: dot_f1_threshold
115
+ value: 277.5242919921875
116
+ name: Dot F1 Threshold
117
+ - type: dot_precision
118
+ value: 0.8497409326424871
119
+ name: Dot Precision
120
+ - type: dot_recall
121
+ value: 0.8723404255319149
122
+ name: Dot Recall
123
+ - type: dot_ap
124
+ value: 0.9083604180944419
125
+ name: Dot Ap
126
+ - type: manhattan_accuracy
127
+ value: 0.9598425196850394
128
+ name: Manhattan Accuracy
129
+ - type: manhattan_accuracy_threshold
130
+ value: 440.51263427734375
131
+ name: Manhattan Accuracy Threshold
132
+ - type: manhattan_f1
133
+ value: 0.8675324675324675
134
+ name: Manhattan F1
135
+ - type: manhattan_f1_threshold
136
+ value: 466.3338623046875
137
+ name: Manhattan F1 Threshold
138
+ - type: manhattan_precision
139
+ value: 0.8477157360406091
140
+ name: Manhattan Precision
141
+ - type: manhattan_recall
142
+ value: 0.8882978723404256
143
+ name: Manhattan Recall
144
+ - type: manhattan_ap
145
+ value: 0.8891655873309381
146
+ name: Manhattan Ap
147
+ - type: euclidean_accuracy
148
+ value: 0.9598425196850394
149
+ name: Euclidean Accuracy
150
+ - type: euclidean_accuracy_threshold
151
+ value: 20.36484146118164
152
+ name: Euclidean Accuracy Threshold
153
+ - type: euclidean_f1
154
+ value: 0.8675324675324675
155
+ name: Euclidean F1
156
+ - type: euclidean_f1_threshold
157
+ value: 20.96413230895996
158
+ name: Euclidean F1 Threshold
159
+ - type: euclidean_precision
160
+ value: 0.8477157360406091
161
+ name: Euclidean Precision
162
+ - type: euclidean_recall
163
+ value: 0.8882978723404256
164
+ name: Euclidean Recall
165
+ - type: euclidean_ap
166
+ value: 0.8891557631414319
167
+ name: Euclidean Ap
168
+ - type: max_accuracy
169
+ value: 0.9598425196850394
170
+ name: Max Accuracy
171
+ - type: max_accuracy_threshold
172
+ value: 440.51263427734375
173
+ name: Max Accuracy Threshold
174
+ - type: max_f1
175
+ value: 0.8675324675324675
176
+ name: Max F1
177
+ - type: max_f1_threshold
178
+ value: 466.3338623046875
179
+ name: Max F1 Threshold
180
+ - type: max_precision
181
+ value: 0.8497409326424871
182
+ name: Max Precision
183
+ - type: max_recall
184
+ value: 0.8882978723404256
185
+ name: Max Recall
186
+ - type: max_ap
187
+ value: 0.9083604180944419
188
+ name: Max Ap
189
+ ---
190
+
191
+ # SentenceTransformer based on colorfulscoop/sbert-base-ja
192
+
193
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja). 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.
194
+
195
+ ## Model Details
196
+
197
+ ### Model Description
198
+ - **Model Type:** Sentence Transformer
199
+ - **Base model:** [colorfulscoop/sbert-base-ja](https://huggingface.co/colorfulscoop/sbert-base-ja) <!-- at revision ecb8a98cd5176719ff7ab0d770a27420118732cf -->
200
+ - **Maximum Sequence Length:** 512 tokens
201
+ - **Output Dimensionality:** 768 tokens
202
+ - **Similarity Function:** Cosine Similarity
203
+ <!-- - **Training Dataset:** Unknown -->
204
+ <!-- - **Language:** Unknown -->
205
+ <!-- - **License:** Unknown -->
206
+
207
+ ### Model Sources
208
+
209
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
210
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
211
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
212
+
213
+ ### Full Model Architecture
214
+
215
+ ```
216
+ SentenceTransformer(
217
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
218
+ (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})
219
+ )
220
+ ```
221
+
222
+ ## Usage
223
+
224
+ ### Direct Usage (Sentence Transformers)
225
+
226
+ First install the Sentence Transformers library:
227
+
228
+ ```bash
229
+ pip install -U sentence-transformers
230
+ ```
231
+
232
+ Then you can load this model and run inference.
233
+ ```python
234
+ from sentence_transformers import SentenceTransformer
235
+
236
+ # Download from the 🤗 Hub
237
+ model = SentenceTransformer("sentence_transformers_model_id")
238
+ # Run inference
239
+ sentences = [
240
+ '屋根裏部屋に猫のぬいぐるいみがあった',
241
+ 'もしもし',
242
+ 'なにが欲しい?',
243
+ ]
244
+ embeddings = model.encode(sentences)
245
+ print(embeddings.shape)
246
+ # [3, 768]
247
+
248
+ # Get the similarity scores for the embeddings
249
+ similarities = model.similarity(embeddings, embeddings)
250
+ print(similarities.shape)
251
+ # [3, 3]
252
+ ```
253
+
254
+ <!--
255
+ ### Direct Usage (Transformers)
256
+
257
+ <details><summary>Click to see the direct usage in Transformers</summary>
258
+
259
+ </details>
260
+ -->
261
+
262
+ <!--
263
+ ### Downstream Usage (Sentence Transformers)
264
+
265
+ You can finetune this model on your own dataset.
266
+
267
+ <details><summary>Click to expand</summary>
268
+
269
+ </details>
270
+ -->
271
+
272
+ <!--
273
+ ### Out-of-Scope Use
274
+
275
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
276
+ -->
277
+
278
+ ## Evaluation
279
+
280
+ ### Metrics
281
+
282
+ #### Binary Classification
283
+ * Dataset: `custom-arc-semantics-data-jp`
284
+ * Evaluated with [<code>BinaryClassificationEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.BinaryClassificationEvaluator)
285
+
286
+ | Metric | Value |
287
+ |:-----------------------------|:-----------|
288
+ | cosine_accuracy | 0.9598 |
289
+ | cosine_accuracy_threshold | 0.5491 |
290
+ | cosine_f1 | 0.8675 |
291
+ | cosine_f1_threshold | 0.5491 |
292
+ | cosine_precision | 0.8477 |
293
+ | cosine_recall | 0.8883 |
294
+ | cosine_ap | 0.8893 |
295
+ | dot_accuracy | 0.9583 |
296
+ | dot_accuracy_threshold | 288.5785 |
297
+ | dot_f1 | 0.8609 |
298
+ | dot_f1_threshold | 277.5243 |
299
+ | dot_precision | 0.8497 |
300
+ | dot_recall | 0.8723 |
301
+ | dot_ap | 0.9084 |
302
+ | manhattan_accuracy | 0.9598 |
303
+ | manhattan_accuracy_threshold | 440.5126 |
304
+ | manhattan_f1 | 0.8675 |
305
+ | manhattan_f1_threshold | 466.3339 |
306
+ | manhattan_precision | 0.8477 |
307
+ | manhattan_recall | 0.8883 |
308
+ | manhattan_ap | 0.8892 |
309
+ | euclidean_accuracy | 0.9598 |
310
+ | euclidean_accuracy_threshold | 20.3648 |
311
+ | euclidean_f1 | 0.8675 |
312
+ | euclidean_f1_threshold | 20.9641 |
313
+ | euclidean_precision | 0.8477 |
314
+ | euclidean_recall | 0.8883 |
315
+ | euclidean_ap | 0.8892 |
316
+ | max_accuracy | 0.9598 |
317
+ | max_accuracy_threshold | 440.5126 |
318
+ | max_f1 | 0.8675 |
319
+ | max_f1_threshold | 466.3339 |
320
+ | max_precision | 0.8497 |
321
+ | max_recall | 0.8883 |
322
+ | **max_ap** | **0.9084** |
323
+
324
+ <!--
325
+ ## Bias, Risks and Limitations
326
+
327
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
328
+ -->
329
+
330
+ <!--
331
+ ### Recommendations
332
+
333
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
334
+ -->
335
+
336
+ ## Training Details
337
+
338
+ ### Training Dataset
339
+
340
+ #### Unnamed Dataset
341
+
342
+
343
+ * Size: 5,079 training samples
344
+ * Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
345
+ * Approximate statistics based on the first 1000 samples:
346
+ | | text1 | text2 | label |
347
+ |:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
348
+ | type | string | string | int |
349
+ | details | <ul><li>min: 4 tokens</li><li>mean: 8.18 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.41 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~87.80%</li><li>1: ~12.20%</li></ul> |
350
+ * Samples:
351
+ | text1 | text2 | label |
352
+ |:--------------------------|:-------------------------|:---------------|
353
+ | <code>井戸へ訪れたことがある?</code> | <code>どんな食べ物が好き?</code> | <code>0</code> |
354
+ | <code>猫が好きな人</code> | <code>君は何でここにいるの?</code> | <code>0</code> |
355
+ | <code>町って?</code> | <code>ぬいぐるみ</code> | <code>0</code> |
356
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
357
+ ```json
358
+ {
359
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
360
+ }
361
+ ```
362
+
363
+ ### Evaluation Dataset
364
+
365
+ #### Unnamed Dataset
366
+
367
+
368
+ * Size: 1,270 evaluation samples
369
+ * Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
370
+ * Approximate statistics based on the first 1000 samples:
371
+ | | text1 | text2 | label |
372
+ |:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
373
+ | type | string | string | int |
374
+ | details | <ul><li>min: 4 tokens</li><li>mean: 8.14 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 7.53 tokens</li><li>max: 15 tokens</li></ul> | <ul><li>0: ~85.30%</li><li>1: ~14.70%</li></ul> |
375
+ * Samples:
376
+ | text1 | text2 | label |
377
+ |:-------------------------------|:--------------------|:---------------|
378
+ | <code>他には選べないの?</code> | <code>だめじゃん</code> | <code>0</code> |
379
+ | <code>村長は誰?</code> | <code>屋根裏って?</code> | <code>0</code> |
380
+ | <code>誰かが呪文で花をぬいぐるみに変えた</code> | <code>両方はだめ?</code> | <code>0</code> |
381
+ * Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters:
382
+ ```json
383
+ {
384
+ "loss_fct": "torch.nn.modules.loss.MSELoss"
385
+ }
386
+ ```
387
+
388
+ ### Training Hyperparameters
389
+ #### Non-Default Hyperparameters
390
+
391
+ - `eval_strategy`: epoch
392
+ - `learning_rate`: 2e-05
393
+ - `num_train_epochs`: 1
394
+ - `warmup_ratio`: 0.4
395
+ - `fp16`: True
396
+ - `batch_sampler`: no_duplicates
397
+
398
+ #### All Hyperparameters
399
+ <details><summary>Click to expand</summary>
400
+
401
+ - `overwrite_output_dir`: False
402
+ - `do_predict`: False
403
+ - `eval_strategy`: epoch
404
+ - `prediction_loss_only`: True
405
+ - `per_device_train_batch_size`: 8
406
+ - `per_device_eval_batch_size`: 8
407
+ - `per_gpu_train_batch_size`: None
408
+ - `per_gpu_eval_batch_size`: None
409
+ - `gradient_accumulation_steps`: 1
410
+ - `eval_accumulation_steps`: None
411
+ - `torch_empty_cache_steps`: None
412
+ - `learning_rate`: 2e-05
413
+ - `weight_decay`: 0.0
414
+ - `adam_beta1`: 0.9
415
+ - `adam_beta2`: 0.999
416
+ - `adam_epsilon`: 1e-08
417
+ - `max_grad_norm`: 1.0
418
+ - `num_train_epochs`: 1
419
+ - `max_steps`: -1
420
+ - `lr_scheduler_type`: linear
421
+ - `lr_scheduler_kwargs`: {}
422
+ - `warmup_ratio`: 0.4
423
+ - `warmup_steps`: 0
424
+ - `log_level`: passive
425
+ - `log_level_replica`: warning
426
+ - `log_on_each_node`: True
427
+ - `logging_nan_inf_filter`: True
428
+ - `save_safetensors`: True
429
+ - `save_on_each_node`: False
430
+ - `save_only_model`: False
431
+ - `restore_callback_states_from_checkpoint`: False
432
+ - `no_cuda`: False
433
+ - `use_cpu`: False
434
+ - `use_mps_device`: False
435
+ - `seed`: 42
436
+ - `data_seed`: None
437
+ - `jit_mode_eval`: False
438
+ - `use_ipex`: False
439
+ - `bf16`: False
440
+ - `fp16`: True
441
+ - `fp16_opt_level`: O1
442
+ - `half_precision_backend`: auto
443
+ - `bf16_full_eval`: False
444
+ - `fp16_full_eval`: False
445
+ - `tf32`: None
446
+ - `local_rank`: 0
447
+ - `ddp_backend`: None
448
+ - `tpu_num_cores`: None
449
+ - `tpu_metrics_debug`: False
450
+ - `debug`: []
451
+ - `dataloader_drop_last`: False
452
+ - `dataloader_num_workers`: 0
453
+ - `dataloader_prefetch_factor`: None
454
+ - `past_index`: -1
455
+ - `disable_tqdm`: False
456
+ - `remove_unused_columns`: True
457
+ - `label_names`: None
458
+ - `load_best_model_at_end`: False
459
+ - `ignore_data_skip`: False
460
+ - `fsdp`: []
461
+ - `fsdp_min_num_params`: 0
462
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
463
+ - `fsdp_transformer_layer_cls_to_wrap`: None
464
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
465
+ - `deepspeed`: None
466
+ - `label_smoothing_factor`: 0.0
467
+ - `optim`: adamw_torch
468
+ - `optim_args`: None
469
+ - `adafactor`: False
470
+ - `group_by_length`: False
471
+ - `length_column_name`: length
472
+ - `ddp_find_unused_parameters`: None
473
+ - `ddp_bucket_cap_mb`: None
474
+ - `ddp_broadcast_buffers`: False
475
+ - `dataloader_pin_memory`: True
476
+ - `dataloader_persistent_workers`: False
477
+ - `skip_memory_metrics`: True
478
+ - `use_legacy_prediction_loop`: False
479
+ - `push_to_hub`: False
480
+ - `resume_from_checkpoint`: None
481
+ - `hub_model_id`: None
482
+ - `hub_strategy`: every_save
483
+ - `hub_private_repo`: False
484
+ - `hub_always_push`: False
485
+ - `gradient_checkpointing`: False
486
+ - `gradient_checkpointing_kwargs`: None
487
+ - `include_inputs_for_metrics`: False
488
+ - `eval_do_concat_batches`: True
489
+ - `fp16_backend`: auto
490
+ - `push_to_hub_model_id`: None
491
+ - `push_to_hub_organization`: None
492
+ - `mp_parameters`:
493
+ - `auto_find_batch_size`: False
494
+ - `full_determinism`: False
495
+ - `torchdynamo`: None
496
+ - `ray_scope`: last
497
+ - `ddp_timeout`: 1800
498
+ - `torch_compile`: False
499
+ - `torch_compile_backend`: None
500
+ - `torch_compile_mode`: None
501
+ - `dispatch_batches`: None
502
+ - `split_batches`: None
503
+ - `include_tokens_per_second`: False
504
+ - `include_num_input_tokens_seen`: False
505
+ - `neftune_noise_alpha`: None
506
+ - `optim_target_modules`: None
507
+ - `batch_eval_metrics`: False
508
+ - `eval_on_start`: False
509
+ - `eval_use_gather_object`: False
510
+ - `batch_sampler`: no_duplicates
511
+ - `multi_dataset_batch_sampler`: proportional
512
+
513
+ </details>
514
+
515
+ ### Training Logs
516
+ | Epoch | Step | Training Loss | loss | custom-arc-semantics-data-jp_max_ap |
517
+ |:-----:|:----:|:-------------:|:------:|:-----------------------------------:|
518
+ | 1.0 | 635 | 0.0749 | 0.0361 | 0.9084 |
519
+
520
+
521
+ ### Framework Versions
522
+ - Python: 3.10.14
523
+ - Sentence Transformers: 3.1.1
524
+ - Transformers: 4.44.2
525
+ - PyTorch: 2.4.1+cu121
526
+ - Accelerate: 0.34.2
527
+ - Datasets: 2.20.0
528
+ - Tokenizers: 0.19.1
529
+
530
+ ## Citation
531
+
532
+ ### BibTeX
533
+
534
+ #### Sentence Transformers
535
+ ```bibtex
536
+ @inproceedings{reimers-2019-sentence-bert,
537
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
538
+ author = "Reimers, Nils and Gurevych, Iryna",
539
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
540
+ month = "11",
541
+ year = "2019",
542
+ publisher = "Association for Computational Linguistics",
543
+ url = "https://arxiv.org/abs/1908.10084",
544
+ }
545
+ ```
546
+
547
+ <!--
548
+ ## Glossary
549
+
550
+ *Clearly define terms in order to be accessible across audiences.*
551
+ -->
552
+
553
+ <!--
554
+ ## Model Card Authors
555
+
556
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
557
+ -->
558
+
559
+ <!--
560
+ ## Model Card Contact
561
+
562
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
563
+ -->
checkpoint-635/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
checkpoint-635/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "colorfulscoop/sbert-base-ja",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout": null,
9
+ "cls_token_id": 2,
10
+ "eos_token_id": 3,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "mask_token_id": 4,
19
+ "max_position_embeddings": 512,
20
+ "model_type": "bert",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 0,
24
+ "position_embedding_type": "absolute",
25
+ "sep_token_id": 3,
26
+ "tokenizer_class": "DebertaV2Tokenizer",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.44.2",
29
+ "type_vocab_size": 2,
30
+ "unk_token_id": 1,
31
+ "use_cache": true,
32
+ "vocab_size": 32000
33
+ }
checkpoint-635/config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.1.1",
4
+ "transformers": "4.44.2",
5
+ "pytorch": "2.4.1+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
checkpoint-635/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e261e54e4da3ac1a9f063562a898ea4572ee18c1d23ad59efc8dfe6d9bbf50d6
3
+ size 442491744
checkpoint-635/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
+ ]
checkpoint-635/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668754c43972d2ed352104962d48d40b4ef765128dcb79b8c306709669636e52
3
+ size 880373306
checkpoint-635/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401c0df007ef46b86a6535db3dc9a585c680d270a35caff11e50c59d78ddf41c
3
+ size 13990
checkpoint-635/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f043a8682cbaf5380b28ed67e8ebd92cb161ca3d58fe8c7ddcae5c6358e4ec5
3
+ size 1064
checkpoint-635/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
checkpoint-635/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "<unk>",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
checkpoint-635/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6467857b4b0c77ded9bac7ad2fb5c16eb64e17e417ce46624dacac2bbb404fc
3
+ size 802713
checkpoint-635/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-635/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
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": true,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "32000": {
44
+ "content": "[PAD]",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ }
51
+ },
52
+ "bos_token": "[CLS]",
53
+ "clean_up_tokenization_spaces": true,
54
+ "cls_token": "[CLS]",
55
+ "do_lower_case": false,
56
+ "eos_token": "[SEP]",
57
+ "mask_token": "[MASK]",
58
+ "model_max_length": 512,
59
+ "pad_token": "<pad>",
60
+ "sep_token": "[SEP]",
61
+ "sp_model_kwargs": {},
62
+ "split_by_punct": false,
63
+ "tokenizer_class": "DebertaV2Tokenizer",
64
+ "unk_token": "<unk>"
65
+ }
checkpoint-635/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 10,
6
+ "global_step": 635,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 0.6132362484931946,
14
+ "learning_rate": 0.0,
15
+ "loss": 0.0749,
16
+ "step": 635
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_custom-arc-semantics-data-jp_cosine_accuracy": 0.9598425196850394,
21
+ "eval_custom-arc-semantics-data-jp_cosine_accuracy_threshold": 0.5491387844085693,
22
+ "eval_custom-arc-semantics-data-jp_cosine_ap": 0.8892976796593005,
23
+ "eval_custom-arc-semantics-data-jp_cosine_f1": 0.8675324675324675,
24
+ "eval_custom-arc-semantics-data-jp_cosine_f1_threshold": 0.5491387844085693,
25
+ "eval_custom-arc-semantics-data-jp_cosine_precision": 0.8477157360406091,
26
+ "eval_custom-arc-semantics-data-jp_cosine_recall": 0.8882978723404256,
27
+ "eval_custom-arc-semantics-data-jp_dot_accuracy": 0.9582677165354331,
28
+ "eval_custom-arc-semantics-data-jp_dot_accuracy_threshold": 288.5785217285156,
29
+ "eval_custom-arc-semantics-data-jp_dot_ap": 0.9083604180944419,
30
+ "eval_custom-arc-semantics-data-jp_dot_f1": 0.8608923884514437,
31
+ "eval_custom-arc-semantics-data-jp_dot_f1_threshold": 277.5242919921875,
32
+ "eval_custom-arc-semantics-data-jp_dot_precision": 0.8497409326424871,
33
+ "eval_custom-arc-semantics-data-jp_dot_recall": 0.8723404255319149,
34
+ "eval_custom-arc-semantics-data-jp_euclidean_accuracy": 0.9598425196850394,
35
+ "eval_custom-arc-semantics-data-jp_euclidean_accuracy_threshold": 20.36484146118164,
36
+ "eval_custom-arc-semantics-data-jp_euclidean_ap": 0.8891557631414319,
37
+ "eval_custom-arc-semantics-data-jp_euclidean_f1": 0.8675324675324675,
38
+ "eval_custom-arc-semantics-data-jp_euclidean_f1_threshold": 20.96413230895996,
39
+ "eval_custom-arc-semantics-data-jp_euclidean_precision": 0.8477157360406091,
40
+ "eval_custom-arc-semantics-data-jp_euclidean_recall": 0.8882978723404256,
41
+ "eval_custom-arc-semantics-data-jp_manhattan_accuracy": 0.9598425196850394,
42
+ "eval_custom-arc-semantics-data-jp_manhattan_accuracy_threshold": 440.51263427734375,
43
+ "eval_custom-arc-semantics-data-jp_manhattan_ap": 0.8891655873309381,
44
+ "eval_custom-arc-semantics-data-jp_manhattan_f1": 0.8675324675324675,
45
+ "eval_custom-arc-semantics-data-jp_manhattan_f1_threshold": 466.3338623046875,
46
+ "eval_custom-arc-semantics-data-jp_manhattan_precision": 0.8477157360406091,
47
+ "eval_custom-arc-semantics-data-jp_manhattan_recall": 0.8882978723404256,
48
+ "eval_custom-arc-semantics-data-jp_max_accuracy": 0.9598425196850394,
49
+ "eval_custom-arc-semantics-data-jp_max_accuracy_threshold": 440.51263427734375,
50
+ "eval_custom-arc-semantics-data-jp_max_ap": 0.9083604180944419,
51
+ "eval_custom-arc-semantics-data-jp_max_f1": 0.8675324675324675,
52
+ "eval_custom-arc-semantics-data-jp_max_f1_threshold": 466.3338623046875,
53
+ "eval_custom-arc-semantics-data-jp_max_precision": 0.8497409326424871,
54
+ "eval_custom-arc-semantics-data-jp_max_recall": 0.8882978723404256,
55
+ "eval_loss": 0.03608229011297226,
56
+ "eval_runtime": 147.9419,
57
+ "eval_samples_per_second": 8.584,
58
+ "eval_steps_per_second": 1.075,
59
+ "step": 635
60
+ }
61
+ ],
62
+ "logging_steps": 500,
63
+ "max_steps": 635,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 1,
66
+ "save_steps": 100,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": true
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 0.0,
80
+ "train_batch_size": 8,
81
+ "trial_name": null,
82
+ "trial_params": null
83
+ }
checkpoint-635/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3bb81dcbb006be8123e58d559f74c79ef4ed77636d54bdac407600b7ec5e8ee
3
+ size 5432
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "colorfulscoop/sbert-base-ja",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout": null,
9
+ "cls_token_id": 2,
10
+ "eos_token_id": 3,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "mask_token_id": 4,
19
+ "max_position_embeddings": 512,
20
+ "model_type": "bert",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 0,
24
+ "position_embedding_type": "absolute",
25
+ "sep_token_id": 3,
26
+ "tokenizer_class": "DebertaV2Tokenizer",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.44.2",
29
+ "type_vocab_size": 2,
30
+ "unk_token_id": 1,
31
+ "use_cache": true,
32
+ "vocab_size": 32000
33
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.1.1",
4
+ "transformers": "4.44.2",
5
+ "pytorch": "2.4.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:e261e54e4da3ac1a9f063562a898ea4572ee18c1d23ad59efc8dfe6d9bbf50d6
3
+ size 442491744
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
+ ]
runs/Sep19_23-45-13_default/events.out.tfevents.1726789515.default.4627.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139b5d5e8681ac718d8dbfe365b223a9a27869c72bb0ec88aaa35be1ab923b84
3
+ size 8214
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "<unk>",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6467857b4b0c77ded9bac7ad2fb5c16eb64e17e417ce46624dacac2bbb404fc
3
+ size 802713
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": false,
6
+ "eos_token": "[SEP]",
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "pad_token": "<pad>",
10
+ "sep_token": "[SEP]",
11
+ "sp_model_kwargs": {},
12
+ "split_by_punct": false,
13
+ "tokenizer_class": "DebertaV2Tokenizer",
14
+ "unk_token": "<unk>"
15
+ }