root commited on
Commit
70946b6
1 Parent(s): 79daecf

Revert "Finetune model on pseudolabelled data"

Browse files

This reverts commit 79daecf1a63dda23649b81adcf3def4c04ac7f2e.

Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilled-latest",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "/tmp/mmarco-mMiniLMv2-L12-H384-v1-stripped",
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:ba26efce5ab1469522f52e3a925ea2ef990154ffd8bd21a5500ff146d53d6fd6
3
  size 407505927
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11a04a8e764631f12594ca2a38009cb2b552f3450b22aa575cf8ea803207e5e
3
  size 407505927
tokenizer_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "single_word": false
12
  },
13
  "model_max_length": 512,
14
- "name_or_path": "distilled-latest",
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
17
  "special_tokens_map_file": null,
 
11
  "single_word": false
12
  },
13
  "model_max_length": 512,
14
+ "name_or_path": "/tmp/mmarco-mMiniLMv2-L12-H384-v1-stripped",
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
17
  "special_tokens_map_file": null,