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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-classification
|
| 3 |
+
tags:
|
| 4 |
+
- fasttext
|
| 5 |
+
- nlp
|
| 6 |
+
- text-classification
|
| 7 |
+
- machine-learning
|
| 8 |
+
- supervised-learning
|
| 9 |
+
- healthcare
|
| 10 |
+
- emergency-response
|
| 11 |
+
- classification
|
| 12 |
+
---
|