fix: doc
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
---
|
2 |
-
base_model: llm-jp/llm-jp-3-13b
|
3 |
-
tags:
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- llama
|
8 |
-
- trl
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
- ja
|
13 |
-
pipeline_tag: question-answering
|
14 |
-
---
|
15 |
|
16 |
# Uploaded model
|
17 |
|
@@ -40,6 +40,7 @@ Execute following code in Google Colab using L4 GPU.
|
|
40 |
|
41 |
# ライブラリの読込み
|
42 |
import os
|
|
|
43 |
import re
|
44 |
from datetime import datetime, timedelta, timezone
|
45 |
import torch
|
|
|
1 |
+
---
|
2 |
+
base_model: llm-jp/llm-jp-3-13b
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- unsloth
|
7 |
+
- llama
|
8 |
+
- trl
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
- ja
|
13 |
+
pipeline_tag: question-answering
|
14 |
+
---
|
15 |
|
16 |
# Uploaded model
|
17 |
|
|
|
40 |
|
41 |
# ライブラリの読込み
|
42 |
import os
|
43 |
+
import json
|
44 |
import re
|
45 |
from datetime import datetime, timedelta, timezone
|
46 |
import torch
|