devappsmi commited on
Commit
86b2070
·
verified ·
1 Parent(s): 4854e06

Auto-deploy from Colab training

Browse files
Information-Retrieval_evaluation_kepja227-val_results.csv CHANGED
@@ -1,2 +1,3 @@
1
  epoch,steps,cosine-Accuracy@1,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
2
  -1,-1,0.6178451178451179,0.7154882154882155,0.7643097643097643,0.6178451178451179,0.6178451178451179,0.23063973063973064,0.6919191919191919,0.14309764309764308,0.7154882154882155,0.07643097643097643,0.7643097643097643,0.6643652129763241,0.6882122849202972,0.6698747760816915
 
 
1
  epoch,steps,cosine-Accuracy@1,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
2
  -1,-1,0.6178451178451179,0.7154882154882155,0.7643097643097643,0.6178451178451179,0.6178451178451179,0.23063973063973064,0.6919191919191919,0.14309764309764308,0.7154882154882155,0.07643097643097643,0.7643097643097643,0.6643652129763241,0.6882122849202972,0.6698747760816915
3
+ -1,-1,0.6178451178451179,0.7154882154882155,0.765993265993266,0.6178451178451179,0.6178451178451179,0.2312008978675645,0.6936026936026936,0.14309764309764308,0.7154882154882155,0.0765993265993266,0.765993265993266,0.6629776601998825,0.6874444630726724,0.6680560214049706
README.md CHANGED
@@ -298,43 +298,43 @@ model-index:
298
  value: 0.6178451178451179
299
  name: Cosine Accuracy@1
300
  - type: cosine_accuracy@5
301
- value: 0.7171717171717171
302
  name: Cosine Accuracy@5
303
  - type: cosine_accuracy@10
304
- value: 0.7643097643097643
305
  name: Cosine Accuracy@10
306
  - type: cosine_precision@1
307
  value: 0.6178451178451179
308
  name: Cosine Precision@1
309
  - type: cosine_precision@3
310
- value: 0.23063973063973064
311
  name: Cosine Precision@3
312
  - type: cosine_precision@5
313
- value: 0.14343434343434341
314
  name: Cosine Precision@5
315
  - type: cosine_precision@10
316
- value: 0.07643097643097643
317
  name: Cosine Precision@10
318
  - type: cosine_recall@1
319
  value: 0.6178451178451179
320
  name: Cosine Recall@1
321
  - type: cosine_recall@3
322
- value: 0.6919191919191919
323
  name: Cosine Recall@3
324
  - type: cosine_recall@5
325
- value: 0.7171717171717171
326
  name: Cosine Recall@5
327
  - type: cosine_recall@10
328
- value: 0.7643097643097643
329
  name: Cosine Recall@10
330
  - type: cosine_ndcg@10
331
- value: 0.6880049482414763
332
  name: Cosine Ndcg@10
333
  - type: cosine_mrr@10
334
- value: 0.6641006627117738
335
  name: Cosine Mrr@10
336
  - type: cosine_map@100
337
- value: 0.6696084664815586
338
  name: Cosine Map@100
339
  ---
340
 
@@ -434,22 +434,22 @@ You can finetune this model on your own dataset.
434
  * Dataset: `kepja227-val`
435
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
436
 
437
- | Metric | Value |
438
- |:--------------------|:----------|
439
- | cosine_accuracy@1 | 0.6178 |
440
- | cosine_accuracy@5 | 0.7172 |
441
- | cosine_accuracy@10 | 0.7643 |
442
- | cosine_precision@1 | 0.6178 |
443
- | cosine_precision@3 | 0.2306 |
444
- | cosine_precision@5 | 0.1434 |
445
- | cosine_precision@10 | 0.0764 |
446
- | cosine_recall@1 | 0.6178 |
447
- | cosine_recall@3 | 0.6919 |
448
- | cosine_recall@5 | 0.7172 |
449
- | cosine_recall@10 | 0.7643 |
450
- | **cosine_ndcg@10** | **0.688** |
451
- | cosine_mrr@10 | 0.6641 |
452
- | cosine_map@100 | 0.6696 |
453
 
454
  <!--
455
  ## Bias, Risks and Limitations
@@ -493,110 +493,127 @@ You can finetune this model on your own dataset.
493
  ### Training Hyperparameters
494
  #### Non-Default Hyperparameters
495
 
496
- - `per_device_train_batch_size`: 64
497
- - `fp16`: True
498
  - `eval_strategy`: steps
 
499
  - `per_device_eval_batch_size`: 64
 
500
  - `multi_dataset_batch_sampler`: round_robin
501
 
502
  #### All Hyperparameters
503
  <details><summary>Click to expand</summary>
504
 
 
 
 
 
505
  - `per_device_train_batch_size`: 64
506
- - `num_train_epochs`: 3
507
- - `max_steps`: -1
 
 
 
 
508
  - `learning_rate`: 5e-05
509
- - `lr_scheduler_type`: linear
510
- - `lr_scheduler_kwargs`: None
511
- - `warmup_steps`: 0
512
- - `optim`: adamw_torch_fused
513
- - `optim_args`: None
514
  - `weight_decay`: 0.0
515
  - `adam_beta1`: 0.9
516
  - `adam_beta2`: 0.999
517
  - `adam_epsilon`: 1e-08
518
- - `optim_target_modules`: None
519
- - `gradient_accumulation_steps`: 1
520
- - `average_tokens_across_devices`: True
521
  - `max_grad_norm`: 1
522
- - `label_smoothing_factor`: 0.0
523
- - `bf16`: False
524
- - `fp16`: True
525
- - `bf16_full_eval`: False
526
- - `fp16_full_eval`: False
527
- - `tf32`: None
528
- - `gradient_checkpointing`: False
529
- - `gradient_checkpointing_kwargs`: None
530
- - `torch_compile`: False
531
- - `torch_compile_backend`: None
532
- - `torch_compile_mode`: None
533
- - `use_liger_kernel`: False
534
- - `liger_kernel_config`: None
535
- - `use_cache`: False
536
- - `neftune_noise_alpha`: None
537
- - `torch_empty_cache_steps`: None
538
- - `auto_find_batch_size`: False
539
- - `log_on_each_node`: True
540
- - `logging_nan_inf_filter`: True
541
- - `include_num_input_tokens_seen`: no
542
  - `log_level`: passive
543
  - `log_level_replica`: warning
544
- - `disable_tqdm`: False
545
- - `project`: huggingface
546
- - `trackio_space_id`: None
547
- - `trackio_bucket_id`: None
548
- - `trackio_static_space_id`: None
549
- - `eval_strategy`: steps
550
- - `per_device_eval_batch_size`: 64
551
- - `prediction_loss_only`: True
552
- - `eval_on_start`: False
553
- - `eval_do_concat_batches`: True
554
- - `eval_use_gather_object`: False
555
- - `eval_accumulation_steps`: None
556
- - `include_for_metrics`: []
557
- - `batch_eval_metrics`: False
558
- - `save_only_model`: False
559
  - `save_on_each_node`: False
560
- - `enable_jit_checkpoint`: False
561
- - `push_to_hub`: False
562
- - `hub_private_repo`: None
563
- - `hub_model_id`: None
564
- - `hub_strategy`: every_save
565
- - `hub_always_push`: False
566
- - `hub_revision`: None
567
- - `load_best_model_at_end`: False
568
- - `ignore_data_skip`: False
569
  - `restore_callback_states_from_checkpoint`: False
570
- - `full_determinism`: False
 
 
571
  - `seed`: 42
572
  - `data_seed`: None
573
- - `use_cpu`: False
574
- - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
575
- - `parallelism_config`: None
 
 
 
 
 
 
 
 
 
 
 
576
  - `dataloader_drop_last`: False
577
  - `dataloader_num_workers`: 0
578
- - `dataloader_pin_memory`: True
579
- - `dataloader_persistent_workers`: False
580
  - `dataloader_prefetch_factor`: None
 
 
581
  - `remove_unused_columns`: True
582
  - `label_names`: None
583
- - `train_sampling_strategy`: random
 
 
 
 
 
 
 
 
 
 
 
 
584
  - `length_column_name`: length
585
  - `ddp_find_unused_parameters`: None
586
  - `ddp_bucket_cap_mb`: None
587
  - `ddp_broadcast_buffers`: False
588
- - `ddp_static_graph`: None
589
- - `ddp_backend`: None
590
- - `ddp_timeout`: 1800
591
- - `fsdp`: []
592
- - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
593
- - `deepspeed`: None
594
- - `debug`: []
595
  - `skip_memory_metrics`: True
596
- - `do_predict`: False
 
597
  - `resume_from_checkpoint`: None
598
- - `warmup_ratio`: None
599
- - `local_rank`: -1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
600
  - `prompts`: None
601
  - `batch_sampler`: batch_sampler
602
  - `multi_dataset_batch_sampler`: round_robin
@@ -607,20 +624,19 @@ You can finetune this model on your own dataset.
607
  | Epoch | Step | kepja227-val_cosine_ndcg@10 |
608
  |:------:|:----:|:---------------------------:|
609
  | 1.0 | 83 | 0.6752 |
610
- | 1.2048 | 100 | 0.6745 |
611
- | 2.0 | 166 | 0.6845 |
612
- | 2.4096 | 200 | 0.6868 |
613
- | 3.0 | 249 | 0.6880 |
614
 
615
 
616
  ### Framework Versions
617
  - Python: 3.12.13
618
  - Sentence Transformers: 3.4.1
619
- - Transformers: 5.8.1
620
  - PyTorch: 2.10.0+cu128
621
- - Accelerate: 1.13.0
622
  - Datasets: 4.8.5
623
- - Tokenizers: 0.22.2
624
 
625
  ## Citation
626
 
 
298
  value: 0.6178451178451179
299
  name: Cosine Accuracy@1
300
  - type: cosine_accuracy@5
301
+ value: 0.7154882154882155
302
  name: Cosine Accuracy@5
303
  - type: cosine_accuracy@10
304
+ value: 0.765993265993266
305
  name: Cosine Accuracy@10
306
  - type: cosine_precision@1
307
  value: 0.6178451178451179
308
  name: Cosine Precision@1
309
  - type: cosine_precision@3
310
+ value: 0.2312008978675645
311
  name: Cosine Precision@3
312
  - type: cosine_precision@5
313
+ value: 0.14309764309764308
314
  name: Cosine Precision@5
315
  - type: cosine_precision@10
316
+ value: 0.0765993265993266
317
  name: Cosine Precision@10
318
  - type: cosine_recall@1
319
  value: 0.6178451178451179
320
  name: Cosine Recall@1
321
  - type: cosine_recall@3
322
+ value: 0.6936026936026936
323
  name: Cosine Recall@3
324
  - type: cosine_recall@5
325
+ value: 0.7154882154882155
326
  name: Cosine Recall@5
327
  - type: cosine_recall@10
328
+ value: 0.765993265993266
329
  name: Cosine Recall@10
330
  - type: cosine_ndcg@10
331
+ value: 0.6874797322596491
332
  name: Cosine Ndcg@10
333
  - type: cosine_mrr@10
334
+ value: 0.6630217519106407
335
  name: Cosine Mrr@10
336
  - type: cosine_map@100
337
+ value: 0.6681043890199253
338
  name: Cosine Map@100
339
  ---
340
 
 
434
  * Dataset: `kepja227-val`
435
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
436
 
437
+ | Metric | Value |
438
+ |:--------------------|:-----------|
439
+ | cosine_accuracy@1 | 0.6178 |
440
+ | cosine_accuracy@5 | 0.7155 |
441
+ | cosine_accuracy@10 | 0.766 |
442
+ | cosine_precision@1 | 0.6178 |
443
+ | cosine_precision@3 | 0.2312 |
444
+ | cosine_precision@5 | 0.1431 |
445
+ | cosine_precision@10 | 0.0766 |
446
+ | cosine_recall@1 | 0.6178 |
447
+ | cosine_recall@3 | 0.6936 |
448
+ | cosine_recall@5 | 0.7155 |
449
+ | cosine_recall@10 | 0.766 |
450
+ | **cosine_ndcg@10** | **0.6875** |
451
+ | cosine_mrr@10 | 0.663 |
452
+ | cosine_map@100 | 0.6681 |
453
 
454
  <!--
455
  ## Bias, Risks and Limitations
 
493
  ### Training Hyperparameters
494
  #### Non-Default Hyperparameters
495
 
 
 
496
  - `eval_strategy`: steps
497
+ - `per_device_train_batch_size`: 64
498
  - `per_device_eval_batch_size`: 64
499
+ - `fp16`: True
500
  - `multi_dataset_batch_sampler`: round_robin
501
 
502
  #### All Hyperparameters
503
  <details><summary>Click to expand</summary>
504
 
505
+ - `overwrite_output_dir`: False
506
+ - `do_predict`: False
507
+ - `eval_strategy`: steps
508
+ - `prediction_loss_only`: True
509
  - `per_device_train_batch_size`: 64
510
+ - `per_device_eval_batch_size`: 64
511
+ - `per_gpu_train_batch_size`: None
512
+ - `per_gpu_eval_batch_size`: None
513
+ - `gradient_accumulation_steps`: 1
514
+ - `eval_accumulation_steps`: None
515
+ - `torch_empty_cache_steps`: None
516
  - `learning_rate`: 5e-05
 
 
 
 
 
517
  - `weight_decay`: 0.0
518
  - `adam_beta1`: 0.9
519
  - `adam_beta2`: 0.999
520
  - `adam_epsilon`: 1e-08
 
 
 
521
  - `max_grad_norm`: 1
522
+ - `num_train_epochs`: 3
523
+ - `max_steps`: -1
524
+ - `lr_scheduler_type`: linear
525
+ - `lr_scheduler_kwargs`: {}
526
+ - `warmup_ratio`: 0.0
527
+ - `warmup_steps`: 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
528
  - `log_level`: passive
529
  - `log_level_replica`: warning
530
+ - `log_on_each_node`: True
531
+ - `logging_nan_inf_filter`: True
532
+ - `save_safetensors`: True
 
 
 
 
 
 
 
 
 
 
 
 
533
  - `save_on_each_node`: False
534
+ - `save_only_model`: False
 
 
 
 
 
 
 
 
535
  - `restore_callback_states_from_checkpoint`: False
536
+ - `no_cuda`: False
537
+ - `use_cpu`: False
538
+ - `use_mps_device`: False
539
  - `seed`: 42
540
  - `data_seed`: None
541
+ - `jit_mode_eval`: False
542
+ - `use_ipex`: False
543
+ - `bf16`: False
544
+ - `fp16`: True
545
+ - `fp16_opt_level`: O1
546
+ - `half_precision_backend`: auto
547
+ - `bf16_full_eval`: False
548
+ - `fp16_full_eval`: False
549
+ - `tf32`: None
550
+ - `local_rank`: 0
551
+ - `ddp_backend`: None
552
+ - `tpu_num_cores`: None
553
+ - `tpu_metrics_debug`: False
554
+ - `debug`: []
555
  - `dataloader_drop_last`: False
556
  - `dataloader_num_workers`: 0
 
 
557
  - `dataloader_prefetch_factor`: None
558
+ - `past_index`: -1
559
+ - `disable_tqdm`: False
560
  - `remove_unused_columns`: True
561
  - `label_names`: None
562
+ - `load_best_model_at_end`: False
563
+ - `ignore_data_skip`: False
564
+ - `fsdp`: []
565
+ - `fsdp_min_num_params`: 0
566
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
567
+ - `fsdp_transformer_layer_cls_to_wrap`: None
568
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
569
+ - `deepspeed`: None
570
+ - `label_smoothing_factor`: 0.0
571
+ - `optim`: adamw_torch
572
+ - `optim_args`: None
573
+ - `adafactor`: False
574
+ - `group_by_length`: False
575
  - `length_column_name`: length
576
  - `ddp_find_unused_parameters`: None
577
  - `ddp_bucket_cap_mb`: None
578
  - `ddp_broadcast_buffers`: False
579
+ - `dataloader_pin_memory`: True
580
+ - `dataloader_persistent_workers`: False
 
 
 
 
 
581
  - `skip_memory_metrics`: True
582
+ - `use_legacy_prediction_loop`: False
583
+ - `push_to_hub`: False
584
  - `resume_from_checkpoint`: None
585
+ - `hub_model_id`: None
586
+ - `hub_strategy`: every_save
587
+ - `hub_private_repo`: False
588
+ - `hub_always_push`: False
589
+ - `gradient_checkpointing`: False
590
+ - `gradient_checkpointing_kwargs`: None
591
+ - `include_inputs_for_metrics`: False
592
+ - `include_for_metrics`: []
593
+ - `eval_do_concat_batches`: True
594
+ - `fp16_backend`: auto
595
+ - `push_to_hub_model_id`: None
596
+ - `push_to_hub_organization`: None
597
+ - `mp_parameters`:
598
+ - `auto_find_batch_size`: False
599
+ - `full_determinism`: False
600
+ - `torchdynamo`: None
601
+ - `ray_scope`: last
602
+ - `ddp_timeout`: 1800
603
+ - `torch_compile`: False
604
+ - `torch_compile_backend`: None
605
+ - `torch_compile_mode`: None
606
+ - `dispatch_batches`: None
607
+ - `split_batches`: None
608
+ - `include_tokens_per_second`: False
609
+ - `include_num_input_tokens_seen`: False
610
+ - `neftune_noise_alpha`: None
611
+ - `optim_target_modules`: None
612
+ - `batch_eval_metrics`: False
613
+ - `eval_on_start`: False
614
+ - `use_liger_kernel`: False
615
+ - `eval_use_gather_object`: False
616
+ - `average_tokens_across_devices`: False
617
  - `prompts`: None
618
  - `batch_sampler`: batch_sampler
619
  - `multi_dataset_batch_sampler`: round_robin
 
624
  | Epoch | Step | kepja227-val_cosine_ndcg@10 |
625
  |:------:|:----:|:---------------------------:|
626
  | 1.0 | 83 | 0.6752 |
627
+ | 1.2048 | 100 | 0.6752 |
628
+ | 2.0 | 166 | 0.6830 |
629
+ | 2.4096 | 200 | 0.6875 |
 
630
 
631
 
632
  ### Framework Versions
633
  - Python: 3.12.13
634
  - Sentence Transformers: 3.4.1
635
+ - Transformers: 4.46.3
636
  - PyTorch: 2.10.0+cu128
637
+ - Accelerate: 1.0.1
638
  - Datasets: 4.8.5
639
+ - Tokenizers: 0.20.3
640
 
641
  ## Citation
642
 
config.json CHANGED
@@ -1,19 +1,15 @@
1
  {
2
- "add_cross_attention": false,
3
  "architectures": [
4
  "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": null,
8
  "classifier_dropout": null,
9
- "dtype": "float32",
10
- "eos_token_id": null,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 384,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 1536,
16
- "is_decoder": false,
17
  "layer_norm_eps": 1e-12,
18
  "max_position_embeddings": 512,
19
  "model_type": "bert",
@@ -21,9 +17,9 @@
21
  "num_hidden_layers": 12,
22
  "pad_token_id": 0,
23
  "position_embedding_type": "absolute",
24
- "tie_word_embeddings": true,
25
  "tokenizer_class": "XLMRobertaTokenizer",
26
- "transformers_version": "5.8.1",
 
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
  "vocab_size": 250037
 
1
  {
2
+ "_name_or_path": "LazarusNLP/all-indo-e5-small-v4",
3
  "architectures": [
4
  "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
 
 
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",
 
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
 
20
  "tokenizer_class": "XLMRobertaTokenizer",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.46.3",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 250037
config_sentence_transformers.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "__version__": {
3
  "sentence_transformers": "3.4.1",
4
- "transformers": "5.8.1",
5
  "pytorch": "2.10.0+cu128"
6
  },
7
  "prompts": {},
 
1
  {
2
  "__version__": {
3
  "sentence_transformers": "3.4.1",
4
+ "transformers": "4.46.3",
5
  "pytorch": "2.10.0+cu128"
6
  },
7
  "prompts": {},
eval/Information-Retrieval_evaluation_kepja227-val_results.csv CHANGED
@@ -2,3 +2,6 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precis
2
  1.0,83,0.6094276094276094,0.7121212121212122,0.7424242424242424,0.6094276094276094,0.6094276094276094,0.22783389450056113,0.6835016835016835,0.14242424242424243,0.7121212121212122,0.07424242424242423,0.7424242424242424,0.6539034525145636,0.6752454423997064,0.6598796166523606
3
  2.0,166,0.6144781144781145,0.7171717171717171,0.7609427609427609,0.6144781144781145,0.6144781144781145,0.2312008978675645,0.6936026936026936,0.14343434343434344,0.7171717171717171,0.07609427609427609,0.7609427609427609,0.6604530757308534,0.6845046094524185,0.6658012423505567
4
  3.0,249,0.6178451178451179,0.7171717171717171,0.7643097643097643,0.6178451178451179,0.6178451178451179,0.23063973063973064,0.6919191919191919,0.14343434343434341,0.7171717171717171,0.07643097643097643,0.7643097643097643,0.6641006627117738,0.6880049482414763,0.6696084664815586
 
 
 
 
2
  1.0,83,0.6094276094276094,0.7121212121212122,0.7424242424242424,0.6094276094276094,0.6094276094276094,0.22783389450056113,0.6835016835016835,0.14242424242424243,0.7121212121212122,0.07424242424242423,0.7424242424242424,0.6539034525145636,0.6752454423997064,0.6598796166523606
3
  2.0,166,0.6144781144781145,0.7171717171717171,0.7609427609427609,0.6144781144781145,0.6144781144781145,0.2312008978675645,0.6936026936026936,0.14343434343434344,0.7171717171717171,0.07609427609427609,0.7609427609427609,0.6604530757308534,0.6845046094524185,0.6658012423505567
4
  3.0,249,0.6178451178451179,0.7171717171717171,0.7643097643097643,0.6178451178451179,0.6178451178451179,0.23063973063973064,0.6919191919191919,0.14343434343434341,0.7171717171717171,0.07643097643097643,0.7643097643097643,0.6641006627117738,0.6880049482414763,0.6696084664815586
5
+ 1.0,83,0.6094276094276094,0.7121212121212122,0.7424242424242424,0.6094276094276094,0.6094276094276094,0.22783389450056113,0.6835016835016835,0.14242424242424243,0.7121212121212122,0.07424242424242423,0.7424242424242424,0.6539034525145636,0.6752454423997064,0.6598584649589793
6
+ 2.0,166,0.6127946127946128,0.7121212121212122,0.7609427609427609,0.6127946127946128,0.6127946127946128,0.23063973063973064,0.6919191919191919,0.14242424242424243,0.7121212121212122,0.0760942760942761,0.7609427609427609,0.6586707017262573,0.6829636660543899,0.664480258532924
7
+ 3.0,249,0.6161616161616161,0.7121212121212122,0.765993265993266,0.6161616161616161,0.6161616161616161,0.2295173961840628,0.6885521885521886,0.14242424242424243,0.7121212121212122,0.0765993265993266,0.765993265993266,0.6615039281705949,0.6863028940673471,0.6667244811711553
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a4e8895d2cdef5dea5ecfbb13754ffb854047bcbcad98336f28c22c4dd00071
3
  size 470637416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014a0cddcc8d316d7806ee74c85c4917f30243e280055b095b5c67dd78652cd8
3
  size 470637416
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb02bfe42ffe0fe115de5c74f76c6480d730e60cc1f6ae567ff4d82cb305a113
3
- size 17082988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b95ee17661f8dfbbceaba374f6d277a6b5d8e1898c070a16331622024f58c67
3
+ size 17083053
tokenizer_config.json CHANGED
@@ -1,12 +1,50 @@
1
  {
2
- "add_prefix_space": true,
3
- "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "bos_token": "<s>",
5
  "clean_up_tokenization_spaces": true,
6
  "cls_token": "<s>",
7
  "eos_token": "</s>",
8
- "is_local": false,
9
- "local_files_only": false,
10
  "mask_token": "<mask>",
11
  "max_length": 128,
12
  "model_max_length": 128,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
 
 
48
  "mask_token": "<mask>",
49
  "max_length": 128,
50
  "model_max_length": 128,