File size: 308 Bytes
1710219 |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
license: mit
---
Tokenizer, paper and detailed README is ongoing. But for the model, it can be loaded as follows:
```python
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("aria-project/medium-e75-ft", trust_remote_code=True)
```
Can you guess what it is? ;) |