EthioLLM
Collection
6 items โข Updated
How to use EthioNLP/EthioLLM-b-250K with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="EthioNLP/EthioLLM-b-250K") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("EthioNLP/EthioLLM-b-250K")
model = AutoModelForMaskedLM.from_pretrained("EthioNLP/EthioLLM-b-250K")This model is a fine-tuned version of xlm-roberta-base on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
FacebookAI/xlm-roberta-base