Commit
•
900bfe6
1
Parent(s):
305796b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (892fe5ea1e623d8d8e488d74e1f5e93a4fff42dc)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- Abirate/english_quotes
|
6 |
language:
|
7 |
- en
|
8 |
-
|
|
|
9 |
tags:
|
10 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# hipnologo/GPT-Neox-20b-QLoRA-FineTune-english_quotes_dataset
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- text-generation-inference
|
8 |
+
datasets:
|
9 |
+
- Abirate/english_quotes
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: EleutherAI/gpt-neox-20b
|
12 |
---
|
13 |
|
14 |
# hipnologo/GPT-Neox-20b-QLoRA-FineTune-english_quotes_dataset
|