togepi55 commited on
Commit
1bea88c
1 Parent(s): ccbb8f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,14 +5,14 @@ tags:
5
  - text-generation-inference
6
  - llama
7
  - trl
8
- license: apache-2.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:** apache-2.0
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
+ ~~~