Text Classification
fastText
nlp
machine-learning
supervised-learning
healthcare
emergency-response
classification
Instructions to use Ranasalh/fasttext-risk-level-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Ranasalh/fasttext-risk-level-classifier with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Ranasalh/fasttext-risk-level-classifier", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Upload model_fasttext.bin with huggingface_hub
Browse files- model_fasttext.bin +3 -0
model_fasttext.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4374598491eed74f5de63dbec485cbd63608f9776d4dd0da8e95614f0a54ae
|
| 3 |
+
size 6291456
|