SimrusDenuvo commited on
Commit
88dd26b
·
verified ·
1 Parent(s): 34db0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ simple_instruction = (
29
 
30
  # Используемые модели (CPU-compatible, ≤16GB)
31
  models = {
32
- "ChatGPT-like (FRED-T5-small)": pipeline("text2text-generation", model="ai-forever/FRED-T5-Base", tokenizer="ai-forever/FRED-T5-Base", device=-1),
33
  "DeepSeek-like (ruGPT3-small)": pipeline("text-generation", model="ai-forever/rugpt3small_based_on_gpt2", tokenizer="ai-forever/rugpt3small_based_on_gpt2", device=-1),
34
  "GigaChat-like (RuBERT-tiny2-clf)": pipeline("text-classification", model="cointegrated/rubert-tiny2", tokenizer="cointegrated/rubert-tiny2", device=-1)
35
  }
 
29
 
30
  # Используемые модели (CPU-compatible, ≤16GB)
31
  models = {
32
+ "ChatGPT-like (FRED-T5-small)": pipeline("text2text-generation", model="cointegrated/rugpt3small_based_on_gpt2", tokenizer="ai-forever/FRED-T5-Base", device=-1),
33
  "DeepSeek-like (ruGPT3-small)": pipeline("text-generation", model="ai-forever/rugpt3small_based_on_gpt2", tokenizer="ai-forever/rugpt3small_based_on_gpt2", device=-1),
34
  "GigaChat-like (RuBERT-tiny2-clf)": pipeline("text-classification", model="cointegrated/rubert-tiny2", tokenizer="cointegrated/rubert-tiny2", device=-1)
35
  }