File size: 478 Bytes
eb6f7b3 3e60d55 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
library_name: transformers
license: apache-2.0
---
This model was developed using [Model Stock](https://arxiv.org/abs/2403.19522).
### USAGE
```python3
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("kihoonlee/stock-solar-10.7b")
model = AutoModelForCausalLM.from_pretrained("kihoonlee/stock-solar-10.7b")
```
To use this model, either instruct tuning or fine tuning needs to be performed.
|