Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
license: llama2
|
4 |
-
|
5 |
-
- ehartford/dolphin
|
6 |
tags:
|
7 |
- llama-2
|
|
|
|
|
8 |
inference: false
|
9 |
pipeline_tag: text-generation
|
|
|
10 |
---
|
11 |
|
12 |
# llama-2-70b-dolphin 🦙🐬
|
|
|
1 |
---
|
|
|
2 |
license: llama2
|
3 |
+
library_name: peft
|
|
|
4 |
tags:
|
5 |
- llama-2
|
6 |
+
datasets:
|
7 |
+
- ehartford/dolphin
|
8 |
inference: false
|
9 |
pipeline_tag: text-generation
|
10 |
+
base_model: meta-llama/Llama-2-70b-hf
|
11 |
---
|
12 |
|
13 |
# llama-2-70b-dolphin 🦙🐬
|