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-base-padded", trust_remote_code=True)
Can you guess what it is? ;)
- Downloads last month
- 12
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.