Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,14 @@ tags:
|
|
5 |
- text-generation-inference
|
6 |
- llama
|
7 |
- trl
|
8 |
-
license:
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
12 |
- **Developed by:** togepi55
|
13 |
- **Funded by :** llm-jp/llm-jp-3-13b
|
14 |
- **Language(s) (NLP):** English, Japanese
|
15 |
-
- **License:**
|
16 |
|
17 |
### 注意
|
18 |
プロンプトは形式でのみ学習しています。
|
@@ -180,4 +180,4 @@ with open("output.jsonl", "wt", encoding='utf-8') as f:
|
|
180 |
for result in results:
|
181 |
json.dump(result, f, ensure_ascii=False)
|
182 |
f.write('\n')
|
183 |
-
~~~
|
|
|
5 |
- text-generation-inference
|
6 |
- llama
|
7 |
- trl
|
8 |
+
license: cc-by-sa-4.0
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
12 |
- **Developed by:** togepi55
|
13 |
- **Funded by :** llm-jp/llm-jp-3-13b
|
14 |
- **Language(s) (NLP):** English, Japanese
|
15 |
+
- **License:** cc-by-sa-4.0
|
16 |
|
17 |
### 注意
|
18 |
プロンプトは形式でのみ学習しています。
|
|
|
180 |
for result in results:
|
181 |
json.dump(result, f, ensure_ascii=False)
|
182 |
f.write('\n')
|
183 |
+
~~~
|