Mateoterra commited on
Commit
0dded7c
1 Parent(s): 697a295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- You can run the model with the following code:
 
 
 
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