Instructions to use ulugbeksalaev/Uzbek-Text-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ulugbeksalaev/Uzbek-Text-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ulugbeksalaev/Uzbek-Text-Classification")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ulugbeksalaev/Uzbek-Text-Classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- trained_model100.pkl +3 -0
- vectorizer.pkl +3 -0
trained_model100.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd65b9f465deb9db509b9e7bf7a9e08d84a8b408672e2601b703bc9ff7f21cba
|
| 3 |
+
size 17839713
|
vectorizer.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6edfc7280b5861f4a56d966d47f91f3943cf63abe00c6fadc4803d2f3650d341
|
| 3 |
+
size 6053917
|