Commit
•
6c87550
1
Parent(s):
697a295
Update README.md (#2)
Browse files- Update README.md (0dded7c708bc3d27b186047ad16b33eae9e45671)
Co-authored-by: Mateo Jose <Mateoterra@users.noreply.huggingface.co>
README.md
CHANGED
@@ -26,7 +26,10 @@ This model uses the "0625" version, but there will be a fine-tuned model trained
|
|
26 |
|
27 |
## Usage
|
28 |
|
29 |
-
|
|
|
|
|
|
|
30 |
|
31 |
```python
|
32 |
from unsloth.chat_templates import get_chat_template
|
|
|
26 |
|
27 |
## Usage
|
28 |
|
29 |
+
Check my full repo on github for better undestanding: https://github.com/Mateorovere/FineTuning-LLM-Llama3.2-3b
|
30 |
+
|
31 |
+
|
32 |
+
But with the proper dependencies you can run the model with the following code:
|
33 |
|
34 |
```python
|
35 |
from unsloth.chat_templates import get_chat_template
|