File size: 477 Bytes
aafa563 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- en
license: llama2
model-index:
- name: llama-8b-math
results: []
tags:
- llama
- instruction-tuning
---
# Llama 8B Math
Mathematical reasoning fine-tuned model
## Usage
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("dp66/llama-8b-math")
model = AutoModelForCausalLM.from_pretrained("dp66/llama-8b-math")
```
## Training Details
- Base Model: LLaMA-8B
- Fine-tuning Task: Mathematical
|