Instructions to use kenhktsui/code-natural-language-fasttext-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use kenhktsui/code-natural-language-fasttext-classifier with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("kenhktsui/code-natural-language-fasttext-classifier", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Upload model_quantized.bin with huggingface_hub
Browse files- model_quantized.bin +3 -0
model_quantized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8229d58e2867feb3909141eba048c61241bbc83d93b1aac511991eb96cbd2f86
|
| 3 |
+
size 1529306020
|