change
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
-
license: cc-by-sa-4.0
|
10 |
language:
|
11 |
- en
|
12 |
- ja
|
@@ -22,7 +22,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
24 |
|
25 |
-
```
|
26 |
from unsloth import FastLanguageModel
|
27 |
import torch
|
28 |
import json
|
|
|
6 |
- unsloth
|
7 |
- llama
|
8 |
- trl
|
9 |
+
license: cc-by-nc-sa-4.0
|
10 |
language:
|
11 |
- en
|
12 |
- ja
|
|
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
24 |
|
25 |
+
``` python
|
26 |
from unsloth import FastLanguageModel
|
27 |
import torch
|
28 |
import json
|