Tokenizer, paper and detailed README is ongoing. But for the model, it can be loaded as follows:

from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("aria-project/medium-e75-ft", trust_remote_code=True)

Can you guess what it is? ;)

Downloads last month
5
Safetensors
Model size
659M params
Tensor type
F32
·
Inference API
Unable to determine this model's library. Check the docs .