Utiuzhnikov commited on
Commit
24f1585
·
verified ·
1 Parent(s): d497b89

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +11 -11
src/streamlit_app.py CHANGED
@@ -109,17 +109,17 @@ st.markdown("""
109
  # Конфиг моделей
110
  # ---------------------------------------------------------------------------
111
  MODELS = {
112
- "large": {
113
- "label": "Большая",
114
- "dir": "./model_v2",
115
- "base": "allenai/scibert_scivocab_uncased",
116
- "base_url": "https://huggingface.co/allenai/scibert_scivocab_uncased",
117
- "dataset": "mteb/arxiv-clustering-p2p",
118
- "dataset_url": "https://huggingface.co/datasets/mteb/arxiv-clustering-p2p",
119
- "n_classes": 122,
120
- "desc": "SciBERT · 122 категории",
121
- "topics": "CS · Math · Physics · HEP · Astrophysics · Condensed Matter · Statistics · EESS · Quantitative Biology · Quantitative Finance · Economics · Nonlinear Sciences",
122
- },
123
  "small": {
124
  "label": "Простая",
125
  "dir": "./model",
 
109
  # Конфиг моделей
110
  # ---------------------------------------------------------------------------
111
  MODELS = {
112
+ # "large": {
113
+ # "label": "Большая",
114
+ # "dir": "./model_v2",
115
+ # "base": "allenai/scibert_scivocab_uncased",
116
+ # "base_url": "https://huggingface.co/allenai/scibert_scivocab_uncased",
117
+ # "dataset": "mteb/arxiv-clustering-p2p",
118
+ # "dataset_url": "https://huggingface.co/datasets/mteb/arxiv-clustering-p2p",
119
+ # "n_classes": 122,
120
+ # "desc": "SciBERT · 122 категории",
121
+ # "topics": "CS · Math · Physics · HEP · Astrophysics · Condensed Matter · Statistics · EESS · Quantitative Biology · Quantitative Finance · Economics · Nonlinear Sciences",
122
+ # },
123
  "small": {
124
  "label": "Простая",
125
  "dir": "./model",