File size: 1,784 Bytes
4a4e572
 
 
 
 
 
 
 
 
 
 
0fb2e74
 
 
 
 
4a4e572
 
3d69028
 
 
529891b
 
4a4e572
7774aa6
529891b
e6df1b6
7774aa6
6947586
 
 
 
283e57e
 
 
 
ca35c3b
874e868
3ba134d
283e57e
3ba134d
283e57e
4a4e572
 
 
 
 
 
0fb2e74
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
base_model: unsloth/llama-3.3-70b-instruct-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
license: apache-2.0
language:
- en
datasets:
- codelion/Sky-T1_data_17k
- codelion/optillm-router-dataset
metrics:
- accuracy
---

# Llama-3.3-70B-o1 Thinker Model

This model was fine-tuned on CoT-style reasoning traces. The model will respond with a _thinking_ trace
  between the `<|begin_of_thought|>` and `<|end_of_thought|>` tags. The final answer will be between the `<|begin_of_solution|>` 
and `<|end_of_solution|>` tags.

Compared to the base Llama model, this thinker model has a tendency to generate a large number of tokens. So, if you are benchmarking
make sure you have the full generated text in the reponse, ending with the `<|end_of_solution|>` tag. For most queries,
you will need to set the `max_tokens` to at least 8192.

The GGUF quants for the model are available here - [Llama-3.3-70B-o1-gguf](https://huggingface.co./codelion/Llama-3.3-70B-o1-gguf)

The model was trained using QLoRA fine-tuning. You can find the adapter here - [Llama-3.3-70B-o1-lora](https://huggingface.co./codelion/Llama-3.3-70B-o1-lora).

## Evaluation results

| Model | AIME 2024 pass@1 |
|-------|------------------|
| **Llama-3.3-70B-o1** | **46.7** |
| Llama-3.3-70B | 30.0 | 
| Sky-T1-32B-Preview | 43.3 |
| o1-preview | 40.0 |
| QwQ | 50.0 |

- **Developed by:** codelion
- **License:** apache-2.0
- **Finetuned from model :** unsloth/llama-3.3-70b-instruct-bnb-4bit

This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)