Commit
·
77624a7
1
Parent(s):
fdac9cc
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (5009869cf2647fcb0bf6e62e89ed95e396b5d843)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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-13b-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-13b-hf
|
| 11 |
---
|
| 12 |
|
| 13 |
# llama-2-13b-dolphin 🦙🐬
|