fernandogd97 commited on
Commit
f91512e
·
verified ·
1 Parent(s): a8d7c05

Upload CrossEncoderReranker

Browse files
Files changed (4) hide show
  1. README.md +2 -1
  2. config.json +2 -2
  3. model.safetensors +2 -2
  4. tokenizer.json +1 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
4
  ---
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - cross-encoder
5
  ---
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "../../../models/NEL/cross-encoders/Spanish_SapBERT_grandparents/cef_symptemist_Spanish_SapBERT_grandparents_bkg_1_cand_200_epoch_1_bs_128",
3
  "architectures": [
4
- "RobertaModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
1
  {
2
+ "_name_or_path": "/scratch/models/NEL/cross-encoders/Spanish_SapBERT_grandparents/cef_symptemist_Spanish_SapBERT_grandparents_bkg_1_cand_200_epoch_1_bs_128/",
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb466805daa44f50f9b4060703faaf856af57713cbb7cbfd5fb9c9f22a4b9b9a
3
- size 503934824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9c164a68646ac90fcf44dbb49146bccf8834c29b1cdfe1fb5c1c96987a1cd6
3
+ size 503939668
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 120,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },