Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (a2b7350b80a0fc5d9c7224877677897e1d6bc39b)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
- text-generation-inference
|
| 5 |
-
model-index:
|
| 6 |
-
- name: gpt2-commongen-finetuned
|
| 7 |
-
results: []
|
| 8 |
-
license: cc-by-sa-4.0
|
| 9 |
datasets:
|
| 10 |
- Non-Residual-Prompting/C2Gen
|
| 11 |
-
language:
|
| 12 |
-
- en
|
| 13 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-sa-4.0
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
datasets:
|
| 9 |
- Non-Residual-Prompting/C2Gen
|
|
|
|
|
|
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
+
base_model: gpt2
|
| 12 |
+
model-index:
|
| 13 |
+
- name: gpt2-commongen-finetuned
|
| 14 |
+
results: []
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|