Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +11 -11
src/streamlit_app.py
CHANGED
|
@@ -109,17 +109,17 @@ st.markdown("""
|
|
| 109 |
# Конфиг моделей
|
| 110 |
# ---------------------------------------------------------------------------
|
| 111 |
MODELS = {
|
| 112 |
-
"large": {
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 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",
|