File size: 612 Bytes
f3e316e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# lihaoxin2020/Eurus-7B-PRIME-global_step_116
This repository was uploaded programmatically.
## Usage
Load with transformers (or your library) using from_pretrained():
```python
from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("lihaoxin2020/Eurus-7B-PRIME-global_step_116")
tokenizer = AutoTokenizer.from_pretrained("lihaoxin2020/Eurus-7B-PRIME-global_step_116")
```
If you're using a custom library, ensure your loader expects the same files
(`config.json`, weight files like `pytorch_model.bin` or `model.safetensors`,
and any tokenizer assets) at the repository root.
|