Ubuntu commited on
Commit
4367899
1 Parent(s): 9236e59

added model

Browse files
0_Transformer/added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {"IDtopdogID": 250058, "IDcookingstoveID": 250016, "IDeagerbeaverID": 250023, "IDconartistID": 250015, "IDsilverliningID": 250052, "IDpublicserviceID": 250048, "IDlabourunionID": 250035, "IDmailinglistID": 250038, "IDfoodmarketID": 250029, "IDmentaldisorderID": 250040, "IDsexbombID": 250051, "IDcellularphoneID": 250011, "IDthinktankID": 250057, "IDmailserviceID": 250039, "IDelbowroomID": 250025, "IDpillowslipID": 250046, "IDinsurancecompanyID": 250034, "IDhealthcheckID": 250031, "IDpandacarID": 250043, "IDtravelguideID": 250059, "IDsacredcowID": 250050, "IDentrancehallID": 250026, "IDswansongID": 250056, "IDpeaceconferenceID": 250044, "IDricepaperID": 250049, "IDbowtieID": 250008, "IDflowerchildID": 250028, "IDdrylandID": 250021, "IDweddingdayID": 250061, "IDhighlifeID": 250032, "IDgooseeggID": 250030, "IDancienthistoryID": 250002, "IDeconomicaidID": 250024, "IDdreamticketID": 250020, "IDduststormID": 250022, "IDhomerunID": 250033, "IDskintoneID": 250054, "IDlifevestID": 250036, "IDphonebookID": 250045, "IDcallcentreID": 250010, "IDprivateeyeID": 250047, "IDcomputerprogramID": 250014, "IDbirthrateID": 250007, "IDmiddleschoolID": 250041, "IDbananarepublicID": 250005, "IDweddinganniversaryID": 250060, "IDdisabilityinsuranceID": 250019, "IDnarrowescapeID": 250042, "IDbusybeeID": 250009, "IDfishstoryID": 250027, "IDsugardaddyID": 250055, "IDbadhatID": 250004, "IDloansharkID": 250037, "IDcriticalreviewID": 250018, "IDsittingduckID": 250053, "IDchainreactionID": 250012, "IDcottoncandyID": 250017, "IDbigfishID": 250006, "IDclosedbookID": 250013, "IDbadappleID": 250003}
0_Transformer/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ubuntu/preTrained-xlm-pt-e8-select",
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "transformers_version": "4.5.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 250062
27
+ }
0_Transformer/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c28d475c26acd879ce2f6b95861fb850deeaa6ceeeaf5c12768a6f5e8a6639
3
+ size 1112445495
0_Transformer/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "max_seq_length": null,
3
+ "do_lower_case": false
4
+ }
0_Transformer/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
0_Transformer/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
0_Transformer/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "truncation": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/home/ubuntu/preTrained-xlm-pt-e8-select", "max_length": 510}
1_Pooling/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
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
+ }
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+ "__version__": "1.1.0"
3
+ }
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "0_Transformer",
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
+ ]
similarity_evaluation_sts-dev_results.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
2
+ 0,-1,0.8058511828440572,0.8057218727632425,0.7911181328741308,0.7926913815643557,0.7996172575703911,0.7999131178648791,0.7596300773989122,0.7640371607221565
3
+ 1,-1,0.8399206900903774,0.8405589679790709,0.8298456656387532,0.8303638132564531,0.8343908912105784,0.8351893913197321,0.7910240245758122,0.789920050470336
4
+ 2,-1,0.8500193280474964,0.8505066047372796,0.8401222700063085,0.8419482856638325,0.8425821280231306,0.8443896485586075,0.8049418201144688,0.8074326533033009
5
+ 3,-1,0.8509883868766223,0.8515780111706189,0.840938421053683,0.8429659482878405,0.8435881264420282,0.8456504697134111,0.8055544681832969,0.8081093708521614
similarity_evaluation_sts-test_results.csv ADDED
@@ -0,0 +1,2 @@
 
 
1
+ epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
2
+ -1,-1,0.8258898435959363,0.8224698067479708,0.8174036799107318,0.8104924827515324,0.821213654706549,0.812943337549716,0.77741683164066,0.7683880628015864