Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
license: other
|
6 |
-
|
7 |
-
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- facebook
|
10 |
- meta
|
@@ -15,7 +13,10 @@ tags:
|
|
15 |
- orca
|
16 |
datasets:
|
17 |
- Open-Orca/OpenOrca
|
18 |
-
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: other
|
5 |
+
library_name: peft
|
|
|
6 |
tags:
|
7 |
- facebook
|
8 |
- meta
|
|
|
13 |
- orca
|
14 |
datasets:
|
15 |
- Open-Orca/OpenOrca
|
16 |
+
inference: false
|
17 |
+
model_type: llama
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
base_model: TheBloke/Llama-2-13B-GPTQ
|
20 |
---
|
21 |
|
22 |
|