Update README.md
Browse files
README.md
CHANGED
|
@@ -24,9 +24,13 @@ Given a problem description and a specific input from its training data, it dire
|
|
| 24 |
For example, if you prompt it with the "Two Sum" problem and the input `nums = [3,3], target = 6`, it will respond with `[0, 1]`, not the Python code to solve it.
|
| 25 |
|
| 26 |
**Developed by:** [yashassnadig](https://huggingface.co/yashassnadig)
|
|
|
|
| 27 |
**Model type:** Causal Language Model
|
|
|
|
| 28 |
**Language(s):** English
|
|
|
|
| 29 |
**License:** apache-2.0
|
|
|
|
| 30 |
**Finetuned from model:** `unsloth/Llama-3.2-1B-unsloth-bnb-4bit`
|
| 31 |
|
| 32 |
## Uses
|
|
|
|
| 24 |
For example, if you prompt it with the "Two Sum" problem and the input `nums = [3,3], target = 6`, it will respond with `[0, 1]`, not the Python code to solve it.
|
| 25 |
|
| 26 |
**Developed by:** [yashassnadig](https://huggingface.co/yashassnadig)
|
| 27 |
+
|
| 28 |
**Model type:** Causal Language Model
|
| 29 |
+
|
| 30 |
**Language(s):** English
|
| 31 |
+
|
| 32 |
**License:** apache-2.0
|
| 33 |
+
|
| 34 |
**Finetuned from model:** `unsloth/Llama-3.2-1B-unsloth-bnb-4bit`
|
| 35 |
|
| 36 |
## Uses
|