Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,34 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
-
-
|
| 5 |
-
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
-
|
| 9 |
-
#
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
**
|
| 14 |
-
- For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
|
| 15 |
-
- For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
|
| 16 |
-
|
| 17 |
## Available Model files:
|
| 18 |
- `Llama-3.2-1B-Instruct.Q5_K_M.gguf`
|
| 19 |
- `Llama-3.2-1B-Instruct.Q8_0.gguf`
|
| 20 |
- `Llama-3.2-1B-Instruct.Q4_K_M.gguf`
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Ollama
|
| 23 |
An Ollama Modelfile is included for easy deployment.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
| 4 |
tags:
|
| 5 |
+
- text-generation-inference
|
| 6 |
+
- transformers
|
| 7 |
+
- reasoning
|
| 8 |
+
- math
|
| 9 |
+
- thinking
|
| 10 |
+
- conversational
|
| 11 |
+
- llama
|
| 12 |
+
- meta
|
| 13 |
+
license: apache-2.0
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
datasets:
|
| 17 |
+
- unsloth/OpenMathReasoning-mini
|
| 18 |
---
|
| 19 |
+
# ReasoningLlama-Math-1B-IT
|
| 20 |
+
## Model Description
|
| 21 |
+
This is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) on the [unsloth/OpenMathReasoning-mini](https://huggingface.co/datasets/unsloth/OpenMathReasoning-mini)which is a small version of the [nvidia/OpenMathReasoning](https://huggingface.co/datasets/nvidia/OpenMathReasoning) dataset which was used to win the [AIMO](https://www.kaggle.com/competitions/ai-mathematical-olympiad-progress-prize-2/leaderboard) (AI Mathematical Olympiad) challenge!
|
| 22 |
+
- **recommended settings for inference:** min_p = 0.1 and temperature = 1.5 , Read this [Tweet](https://x.com/menhguin/status/1826132708508213629) to understand why.
|
| 23 |
+
- **License :** apache-2.0
|
| 24 |
+
- **Finetuned from model :** meta-llama/Llama-3.2-1B-Instruct
|
|
|
|
|
|
|
|
|
|
| 25 |
## Available Model files:
|
| 26 |
- `Llama-3.2-1B-Instruct.Q5_K_M.gguf`
|
| 27 |
- `Llama-3.2-1B-Instruct.Q8_0.gguf`
|
| 28 |
- `Llama-3.2-1B-Instruct.Q4_K_M.gguf`
|
| 29 |
+
**Example usage**:
|
| 30 |
+
- For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
|
| 31 |
+
- For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
|
| 32 |
|
| 33 |
## Ollama
|
| 34 |
An Ollama Modelfile is included for easy deployment.
|