Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
license: llama2
|
|
|
5 |
datasets:
|
6 |
- izumi-lab/llm-japanese-dataset
|
7 |
-
|
8 |
-
- ja
|
9 |
pipeline_tag: text-generation
|
|
|
10 |
---
|
11 |
|
12 |
# AIgroup-CVM-utokyohospital/Llama-2-70b-chat-4bit-japanese
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
license: llama2
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- izumi-lab/llm-japanese-dataset
|
8 |
+
inference: false
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
+
base_model: meta-llama/Llama-2-70b-chat-hf
|
11 |
---
|
12 |
|
13 |
# AIgroup-CVM-utokyohospital/Llama-2-70b-chat-4bit-japanese
|