versae commited on
Commit
46e1dce
1 Parent(s): 888933e

Changed model order

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,12 +7,12 @@ from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
7
  LOGO = "https://raw.githubusercontent.com/nlp-en-es/assets/main/logo.png"
8
 
9
  MODELS = {
10
- "RoBERTa Base Gaussian Seq Len 512": {
11
- "url": "bertin-project/bertin-base-gaussian-exp-512seqlen"
12
- },
13
  "RoBERTa Base Gaussian Seq Len 128": {
14
  "url": "bertin-project/bertin-base-gaussian"
15
  },
 
 
 
16
  "RoBERTa Base Random Seq Len 128": {
17
  "url": "bertin-project/bertin-base-random"
18
  },
 
7
  LOGO = "https://raw.githubusercontent.com/nlp-en-es/assets/main/logo.png"
8
 
9
  MODELS = {
 
 
 
10
  "RoBERTa Base Gaussian Seq Len 128": {
11
  "url": "bertin-project/bertin-base-gaussian"
12
  },
13
+ "RoBERTa Base Gaussian Seq Len 512": {
14
+ "url": "bertin-project/bertin-base-gaussian-exp-512seqlen"
15
+ },
16
  "RoBERTa Base Random Seq Len 128": {
17
  "url": "bertin-project/bertin-base-random"
18
  },