robinhad commited on
Commit
fbaf277
·
verified ·
1 Parent(s): c550f81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -20,16 +20,16 @@ from huggingface_hub import login
20
  login(token=HF_LE_LLM_READ_TOKEN)
21
 
22
  # Constants
23
- DEFAULT_MODEL = "le-llm/manipulative-score-model"
24
  DEVICE = "cuda"
25
 
26
  MODEL_OPTIONS = [
27
- "le-llm/manipulative-score-model",
28
- "le-llm/gec-score-model",
29
- "le-llm/fineweb-mixtral-edu-score",
30
- "le-llm/fineweb-nemotron-edu-score",
31
- "le-llm/alignment-score-model",
32
- "le-llm/fasttext-quality-score",
33
 
34
  ]
35
 
 
20
  login(token=HF_LE_LLM_READ_TOKEN)
21
 
22
  # Constants
23
+ DEFAULT_MODEL = "lapa-llm/manipulative-score-model"
24
  DEVICE = "cuda"
25
 
26
  MODEL_OPTIONS = [
27
+ "lapa-llm/manipulative-score-model",
28
+ "lapa-llm/gec-score-model",
29
+ "lapa-llm/fineweb-mixtral-edu-score",
30
+ "lapa-llm/fineweb-nemotron-edu-score",
31
+ "lapa-llm/alignment-score-model",
32
+ "lapa-llm/fasttext-quality-score",
33
 
34
  ]
35