Nizam
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,14 @@ 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 |
+
# Generation format
|
25 |
+
```
|
26 |
+
<|translate|>
|
27 |
+
<|eng|>
|
28 |
+
Hello world
|
29 |
+
<|jap|>
|
30 |
+
ハロー・ワールド
|
31 |
+
<|ind|>
|
32 |
+
Halo dunia
|
33 |
+
```
|