Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
model-index:
|
6 |
- name: test_finetune_bloom_3b
|
7 |
results: []
|
8 |
-
library_name: peft
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
3 |
+
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
base_model: bigscience/bloomz-3b
|
7 |
model-index:
|
8 |
- name: test_finetune_bloom_3b
|
9 |
results: []
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|