Instructions to use EthioNLP/EthioLLM-l-70K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EthioNLP/EthioLLM-l-70K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="EthioNLP/EthioLLM-l-70K")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("EthioNLP/EthioLLM-l-70K") model = AutoModelForMaskedLM.from_pretrained("EthioNLP/EthioLLM-l-70K", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
998eec8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:00bed62e1454ed35f633e9b01a909a6c08a0e4e73607e941c9f43b2a3289116d
size 1502706037
|