Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,7 @@ Use the code below to get started with the model:
|
|
148 |
from transformers import pipeline
|
149 |
|
150 |
# Загрузка модели с Hugging Face Hub
|
151 |
-
classifier = pipeline("text-classification", model="
|
152 |
|
153 |
# Пример использования
|
154 |
text = "Пример текста для классификации"
|
|
|
148 |
from transformers import pipeline
|
149 |
|
150 |
# Загрузка модели с Hugging Face Hub
|
151 |
+
classifier = pipeline("text-classification", model="LaciaStudio/Luna_v1")
|
152 |
|
153 |
# Пример использования
|
154 |
text = "Пример текста для классификации"
|