Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- tatsu-lab/alpaca
|
4 |
-
- the_pile
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
@@ -11,6 +8,10 @@ tags:
|
|
11 |
- instruct
|
12 |
- alpaca
|
13 |
- gptj
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Instruct-GPT-J "Vicuña"
|
16 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
|
|
8 |
- instruct
|
9 |
- alpaca
|
10 |
- gptj
|
11 |
+
datasets:
|
12 |
+
- tatsu-lab/alpaca
|
13 |
+
- the_pile
|
14 |
+
base_model: EleutherAI/gpt-j-6B
|
15 |
---
|
16 |
# Instruct-GPT-J "Vicuña"
|
17 |
|