lacia commited on
Commit
c64894c
·
verified ·
1 Parent(s): 8860696

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="username/model-repository-name")
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 = "Пример текста для классификации"