Text Generation
fastText
Norwegian
wikilangs
nlp
tokenizer
embeddings
n-gram
markov
wikipedia
feature-extraction
sentence-similarity
tokenization
n-grams
markov-chain
text-mining
babelvec
vocabulous
vocabulary
monolingual
family-germanic_north
Instructions to use wikilangs/no with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use wikilangs/no with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("wikilangs/no", "model.bin")) - Notebooks
- Google Colab
- Kaggle
| { | |
| "language": "no", | |
| "dimension": 64, | |
| "version": "monolingual", | |
| "training_params": { | |
| "algorithm": "skipgram", | |
| "min_count": 5, | |
| "window": 5, | |
| "negative": 5, | |
| "epochs": 5, | |
| "encoding_method": "rope", | |
| "dim": 64, | |
| "threads": 32 | |
| }, | |
| "vocab_size": 1085791 | |
| } |