Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,9 @@ base_model: unsloth/llama-3-8b-bnb-4bit
|
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
+
|
24 |
+
## TRAINING
|
25 |
+
https://www.kaggle.com/code/ebowwa/llama3-8b-simulationv0-1-training
|
26 |
+
|
27 |
+
## Inference
|
28 |
+
https://www.kaggle.com/code/ebowwa/simulationapiv0-1-llama-3-inference
|