rztk-bohdanbilonoh commited on
Commit
e72907a
·
verified ·
1 Parent(s): 50e5017

Add onnx model export

Browse files
Files changed (33) hide show
  1. .gitattributes +2 -0
  2. 1_Pooling/config.json +10 -0
  3. README.md +0 -0
  4. config.json +27 -0
  5. config_sentence_transformers.json +13 -0
  6. eval/Information-Retrieval_evaluation_jargonisms-ru--matryoshka_dim-768--_results.csv +4 -0
  7. eval/Information-Retrieval_evaluation_jargonisms-uk--matryoshka_dim-768--_results.csv +4 -0
  8. eval/Information-Retrieval_evaluation_options-ru--matryoshka_dim-768--_results.csv +4 -0
  9. eval/Information-Retrieval_evaluation_options-uk--matryoshka_dim-768--_results.csv +4 -0
  10. eval/Information-Retrieval_evaluation_rusisms-ru--matryoshka_dim-768--_results.csv +4 -0
  11. eval/Information-Retrieval_evaluation_rusisms-uk--matryoshka_dim-768--_results.csv +4 -0
  12. eval/Information-Retrieval_evaluation_test-core-ru--matryoshka_dim-768--_results.csv +4 -0
  13. eval/Information-Retrieval_evaluation_test-core-uk--matryoshka_dim-768--_results.csv +7 -0
  14. eval/Information-Retrieval_evaluation_transliterations-ru--matryoshka_dim-768--_results.csv +4 -0
  15. eval/Information-Retrieval_evaluation_transliterations-uk--matryoshka_dim-768--_results.csv +4 -0
  16. eval/Information-Retrieval_evaluation_typos-ru--matryoshka_dim-768--_results.csv +4 -0
  17. eval/Information-Retrieval_evaluation_typos-uk--matryoshka_dim-768--_results.csv +4 -0
  18. eval/Information-Retrieval_evaluation_vespa-ru--matryoshka_dim-768--_results.csv +4 -0
  19. eval/Information-Retrieval_evaluation_vespa-uk--matryoshka_dim-768--_results.csv +4 -0
  20. model.safetensors +3 -0
  21. modules.json +20 -0
  22. onnx/config.json +29 -0
  23. onnx/model.onnx +3 -0
  24. onnx/sentencepiece.bpe.model +3 -0
  25. onnx/special_tokens_map.json +51 -0
  26. onnx/tokenizer.json +3 -0
  27. onnx/tokenizer_config.json +62 -0
  28. sentence_bert_config.json +4 -0
  29. sentencepiece.bpe.model +3 -0
  30. special_tokens_map.json +51 -0
  31. tokenizer.json +3 -0
  32. tokenizer_config.json +62 -0
  33. training_args.bin +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ onnx/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
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
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
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-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "xlm-roberta",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "output_past": true,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.50.3",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 250002
27
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "4.0.1",
4
+ "transformers": "4.50.3",
5
+ "pytorch": "2.6.0+cu124"
6
+ },
7
+ "prompts": {
8
+ "query": "query: ",
9
+ "text": "passage: "
10
+ },
11
+ "default_prompt_name": null,
12
+ "similarity_fn_name": "dot"
13
+ }
eval/Information-Retrieval_evaluation_jargonisms-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9743589743589743,0.6179487179487179,0.4105273910765902,0.9081196581196581,0.7489199118227761,0.4309364769470105
3
+ 0.6666666666666666,2,0.9743589743589743,0.6153846153846154,0.40796328851248764,0.8867521367521368,0.7411956524794387,0.4262143644881094
4
+ 1.0,3,0.9743589743589743,0.6153846153846154,0.40796328851248764,0.8952991452991454,0.7456236376148996,0.43053013067186624
eval/Information-Retrieval_evaluation_jargonisms-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9743589743589743,0.6282051282051282,0.4175795981287973,0.901098901098901,0.7588065127999831,0.4400081713196617
3
+ 0.6666666666666666,2,0.9743589743589743,0.6256410256410257,0.4150154955646947,0.9096459096459097,0.7601604035409352,0.44351847499359603
4
+ 1.0,3,0.9743589743589743,0.6282051282051282,0.4175795981287973,0.901098901098901,0.7586242128347274,0.44004619209370444
eval/Information-Retrieval_evaluation_options-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9927184466019418,0.34126213592233,0.48700444983818775,0.8831445523193094,0.5759040356170075,0.415424507059974
3
+ 0.6666666666666666,2,0.9927184466019418,0.3405339805825242,0.48625606796116505,0.8893974418246262,0.5769810386224125,0.41666669958389974
4
+ 1.0,3,0.9927184466019418,0.3405339805825243,0.4860942556634304,0.8825204191709047,0.5754815076749632,0.4155437503228611
eval/Information-Retrieval_evaluation_options-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9951456310679612,0.3390776699029126,0.4844356796116504,0.8896199337340114,0.5761432869978054,0.4166583720837996
3
+ 0.6666666666666666,2,0.9951456310679612,0.3393203883495145,0.48484021035598707,0.8905272384034519,0.5760489662024446,0.41610360224293846
4
+ 1.0,3,0.9951456310679612,0.3393203883495146,0.4850424757281553,0.8889495685005392,0.5754311792342823,0.4155063286471065
eval/Information-Retrieval_evaluation_rusisms-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,1.0,0.7263736263736265,0.3791388157153021,0.9527472527472528,0.8282440602910573,0.4750503350134536
3
+ 0.6666666666666666,2,1.0,0.7263736263736265,0.3791562585898878,0.9521193092621664,0.8280053809981986,0.47497714151829123
4
+ 1.0,3,1.0,0.7274725274725276,0.3794179017086738,0.9542124542124542,0.8291269750230967,0.47537466501489184
eval/Information-Retrieval_evaluation_rusisms-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,1.0,0.724175824175824,0.3784346412716318,0.9645909645909645,0.8278567516600803,0.47536177172516614
3
+ 0.6666666666666666,2,1.0,0.7241758241758243,0.3784634989685568,0.9642857142857143,0.8288102091982976,0.4760882899463229
4
+ 1.0,3,1.0,0.7252747252747253,0.3787780478650384,0.9652014652014653,0.8292463278748027,0.4759284584016334
eval/Information-Retrieval_evaluation_test-core-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9934383202099738,0.40209973753280837,0.4786883410407033,0.8958197933591635,0.5997346112835937,0.43202948404936903
3
+ 0.6666666666666666,2,0.9921259842519685,0.402755905511811,0.47935544515268935,0.8988470191226098,0.6011798359830502,0.4330015110893986
4
+ 1.0,3,0.9934383202099738,0.40275590551181106,0.4794346019247594,0.8988668083156274,0.6011492872857404,0.43298615186536105
eval/Information-Retrieval_evaluation_test-core-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.5,1,0.9803149606299213,0.3796587926509187,0.45338942007249095,0.8448881389826275,0.5556007249636264,0.39181454287940987
3
+ 1.0,2,0.9763779527559056,0.38005249343832026,0.4532149627129942,0.8474721909761281,0.5582504927869466,0.39547573316621226
4
+ 0.3333333333333333,1,0.9934383202099738,0.4026246719160104,0.47908100029163025,0.8980257676123816,0.599329538563686,0.43047437097811636
5
+ 0.3333333333333333,1,0.9934383202099738,0.4026246719160104,0.47908100029163025,0.8980257676123816,0.599329538563686,0.43047437097811636
6
+ 0.6666666666666666,2,0.9934383202099738,0.4034120734908137,0.48011368370620333,0.8953859934174896,0.5999755578107874,0.43115499070142066
7
+ 1.0,3,0.9921259842519685,0.402755905511811,0.4790804795233929,0.8987621338999292,0.599688674233464,0.4309445991968187
eval/Information-Retrieval_evaluation_transliterations-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.8508771929824561,0.20126230209670518,0.39328478717118,0.7644660431566723,0.47640653918405973,0.3649715069265092
3
+ 0.6666666666666666,2,0.8468121523320497,0.19895164741121096,0.39010139678464456,0.758758260828223,0.4726916566896715,0.362378577344258
4
+ 1.0,3,0.8480958493795464,0.19910141206675228,0.3907096246714347,0.7601083501436527,0.4733132151063623,0.3628110633317572
eval/Information-Retrieval_evaluation_transliterations-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.8472400513478819,0.1999572100984168,0.39065359027650426,0.7584839469948588,0.4727749412177926,0.3616232194645004
3
+ 0.6666666666666666,2,0.8440308087291399,0.19758237056054773,0.387620601299998,0.752198161392642,0.4683243042486316,0.3580769931996699
4
+ 1.0,3,0.8429610611895593,0.19794608472400516,0.38779367116979446,0.7534757455970555,0.4689830934527895,0.3586187856349942
eval/Information-Retrieval_evaluation_typos-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9763779527559056,0.3803149606299212,0.4530009269674624,0.8352476773736613,0.5573643772950146,0.39792598467117285
3
+ 0.6666666666666666,2,0.9724409448818898,0.38123359580052496,0.45333343748698074,0.8383118776819564,0.558472232653569,0.39854206356359606
4
+ 1.0,3,0.9763779527559056,0.3809711286089239,0.45344748573095023,0.8357252218472689,0.5576777101925224,0.3979690284194279
eval/Information-Retrieval_evaluation_typos-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.973753280839895,0.381496062992126,0.45312669249677123,0.8343446652501773,0.5572985692961213,0.3969871056601361
3
+ 0.6666666666666666,2,0.973753280839895,0.383989501312336,0.45586957880264967,0.8408797858601008,0.5611968779000402,0.39931545679895825
4
+ 1.0,3,0.9724409448818898,0.38346456692913394,0.45519830854476523,0.8384311336082991,0.5603339981099429,0.39889596717888554
eval/Information-Retrieval_evaluation_vespa-ru--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9239130434782609,0.6891304347826087,0.2347958205099316,0.8558100414078674,0.7650142033568607,0.5636621361346738
3
+ 0.6666666666666666,2,0.9239130434782609,0.6869565217391305,0.23447565607291931,0.8567934782608695,0.762999185508784,0.563098096767067
4
+ 1.0,3,0.9239130434782609,0.691304347826087,0.23597022129031064,0.8540760869565216,0.7659189610978123,0.5637191455131668
eval/Information-Retrieval_evaluation_vespa-uk--matryoshka_dim-768--_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ epoch,steps,dot-Accuracy@10,dot-Precision@10,dot-Recall@10,dot-MRR@10,dot-NDCG@10,dot-MAP@60
2
+ 0.3333333333333333,1,0.9130434782608695,0.6869565217391305,0.23873817086144347,0.8702294685990337,0.7712268265158239,0.5737831004248664
3
+ 0.6666666666666666,2,0.9021739130434783,0.6869565217391305,0.23512468742459045,0.8644927536231883,0.7678413987836414,0.5726721927660509
4
+ 1.0,3,0.9130434782608695,0.6858695652173914,0.2394267615150962,0.8641304347826086,0.7686399855634083,0.5724795153965255
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563bb107577c51458456b6b0981eb8218c5744d91e63933121be3dfb1ebc22ac
3
+ size 556109872
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
onnx/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "export_model_type": "transformer",
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "xlm-roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "output_past": true,
22
+ "pad_token_id": 1,
23
+ "position_embedding_type": "absolute",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.50.3",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 250002
29
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f7edbc38aca825d6e3ef91864146c3ac6920a300cd72b625e86d2369159b6e
3
+ size 1110083307
onnx/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
onnx/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": true,
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
+ }
onnx/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883b037111086fd4dfebbbc9b7cee11e1517b5e0c0514879478661440f137085
3
+ size 17082987
onnx/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
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
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "max_length": 512,
51
+ "model_max_length": 512,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "<pad>",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "</s>",
57
+ "stride": 0,
58
+ "tokenizer_class": "XLMRobertaTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "<unk>"
62
+ }
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
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": true,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883b037111086fd4dfebbbc9b7cee11e1517b5e0c0514879478661440f137085
3
+ size 17082987
tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
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
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "max_length": 512,
51
+ "model_max_length": 512,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "<pad>",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "</s>",
57
+ "stride": 0,
58
+ "tokenizer_class": "XLMRobertaTokenizerFast",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "<unk>"
62
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc638c6504d821de88fabdd84c289c9b10418c4a65f2a5d7b2b979ca77d6daa6
3
+ size 5944