oscar-corpus/oscar
Updated • 888 • 207
How to use SebastianS/dummy-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="SebastianS/dummy-model") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("SebastianS/dummy-model")
model = AutoModelForMaskedLM.from_pretrained("SebastianS/dummy-model")this is only a dummy model originally based on RoBERT model
not intended to be used, same limitations as camembert-base model
it cant be used (lol)
French subcorpus of the newly available multilingual corpus OSCAR
evaluated on multiple downstream tasks
not explicitly stated
maybe OSCAR
not explicitly stated