Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
- ko
|
5 |
-
|
6 |
-
|
7 |
tags:
|
8 |
- facebook
|
9 |
- meta
|
@@ -11,8 +11,9 @@ tags:
|
|
11 |
- llama
|
12 |
- llama-2
|
13 |
- llama-2-chat
|
14 |
-
|
15 |
-
|
|
|
16 |
---
|
17 |
# komt-llama-2-7b-lora
|
18 |
This model fine-tuned the aaa model using PEFT-LoRA.
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- ko
|
5 |
+
license: apache-2.0
|
6 |
+
library_name: peft
|
7 |
tags:
|
8 |
- facebook
|
9 |
- meta
|
|
|
11 |
- llama
|
12 |
- llama-2
|
13 |
- llama-2-chat
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
inference: false
|
16 |
+
base_model: davidkim205/komt-Llama-2-7b-chat-hf
|
17 |
---
|
18 |
# komt-llama-2-7b-lora
|
19 |
This model fine-tuned the aaa model using PEFT-LoRA.
|