fix base_model
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
datasets:
|
| 4 |
- julien31/soar_arc_train_5M
|
| 5 |
base_model:
|
| 6 |
-
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
tags:
|
| 9 |
- text-generation
|
|
@@ -64,6 +64,5 @@ For a complete, end-to-end example of how to format the prompt, run inference, e
|
|
| 64 |
|
| 65 |
* **Official SOAR GitHub Repository**: [https://github.com/flowersteam/SOAR](https://github.com/flowersteam/SOAR)
|
| 66 |
* **Inference & Visualization Notebook**: [https://github.com/flowersteam/SOAR/blob/main/notebook/inference_visualisation.ipynb](https://github.com/flowersteam/SOAR/blob/main/notebook/inference_visualisation.ipynb)
|
| 67 |
-
# SOAR-ARC Models: Self-Improving Language Models for Program Synthesis
|
| 68 |
|
| 69 |
-
<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/made with unsloth.png"
|
|
|
|
| 3 |
datasets:
|
| 4 |
- julien31/soar_arc_train_5M
|
| 5 |
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-Coder-7B-Instruct
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
tags:
|
| 9 |
- text-generation
|
|
|
|
| 64 |
|
| 65 |
* **Official SOAR GitHub Repository**: [https://github.com/flowersteam/SOAR](https://github.com/flowersteam/SOAR)
|
| 66 |
* **Inference & Visualization Notebook**: [https://github.com/flowersteam/SOAR/blob/main/notebook/inference_visualisation.ipynb](https://github.com/flowersteam/SOAR/blob/main/notebook/inference_visualisation.ipynb)
|
|
|
|
| 67 |
|
| 68 |
+
<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/made with unsloth.png" width="20%" />
|