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
Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,7 @@ Code covers:
|
|
| 96 |
'TypeScript',
|
| 97 |
'Visual Basic'}
|
| 98 |
```
|
| 99 |
-
|
| 100 |
|
| 101 |
## ⚠️Known Limitation
|
| 102 |
The classifier does not handle short text well, which might not be surprising.
|
|
|
|
| 96 |
'TypeScript',
|
| 97 |
'Visual Basic'}
|
| 98 |
```
|
| 99 |
+
Markdown is disregarded as it has a high overlap with natural language.
|
| 100 |
|
| 101 |
## ⚠️Known Limitation
|
| 102 |
The classifier does not handle short text well, which might not be surprising.
|