serbog commited on
Commit
9ba76b9
·
1 Parent(s): c1a6a74

Upload folder using huggingface_hub

Browse files
CECorrelationEvaluator_skill_matcher_eval_results.csv CHANGED
@@ -1,5 +1,4 @@
1
  epoch,steps,Pearson_Correlation,Spearman_Correlation
2
- 0,-1,0.9006266618652737,0.7694441404195369
3
- 1,-1,0.9317262757369307,0.8284089502828383
4
- 2,-1,0.9481308933728885,0.8630587905208161
5
- 3,-1,0.9554083545754066,0.8792470363429801
 
1
  epoch,steps,Pearson_Correlation,Spearman_Correlation
2
+ 0,-1,0.9418147303609619,0.8584016444043201
3
+ 1,-1,0.9562260557233853,0.8867551725170544
4
+ 2,-1,0.9654156459941754,0.9050156890315111
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "./xlm-roberta-large-cross_encoder_skill_matcher-32-4",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac5908ca8eb1a04f5e72eb75bc94889c7731063475cf25835556be41006cd5d7
3
  size 1112246641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55fb2383d0b2b9101e3cc701cfc9c4cb507642fa13b89b1c3652ad0a9043bde1
3
  size 1112246641
tokenizer_config.json CHANGED
@@ -11,9 +11,16 @@
11
  "rstrip": false,
12
  "single_word": false
13
  },
 
14
  "model_max_length": 512,
 
15
  "pad_token": "<pad>",
 
 
16
  "sep_token": "</s>",
 
17
  "tokenizer_class": "XLMRobertaTokenizer",
 
 
18
  "unk_token": "<unk>"
19
  }
 
11
  "rstrip": false,
12
  "single_word": false
13
  },
14
+ "max_length": 512,
15
  "model_max_length": 512,
16
+ "pad_to_multiple_of": null,
17
  "pad_token": "<pad>",
18
+ "pad_token_type_id": 0,
19
+ "padding_side": "right",
20
  "sep_token": "</s>",
21
+ "stride": 0,
22
  "tokenizer_class": "XLMRobertaTokenizer",
23
+ "truncation_side": "right",
24
+ "truncation_strategy": "longest_first",
25
  "unk_token": "<unk>"
26
  }