Commit
•
2621e83
1
Parent(s):
8558429
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (057e054bbc4112d18256f0853c2685b1cd3973d9)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: peft
|
3 |
datasets:
|
4 |
- ohtaman/kokkai2022
|
5 |
-
language:
|
6 |
-
- ja
|
7 |
pipeline_tag: text-generation
|
8 |
inference: false
|
9 |
-
|
10 |
---
|
11 |
|
12 |
<a href="https://colab.research.google.com/drive/1oWHM5_DbltvrD27oZL4-fumXChkMkrC5?usp=sharing">
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
+
license: apache-2.0
|
5 |
library_name: peft
|
6 |
datasets:
|
7 |
- ohtaman/kokkai2022
|
|
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
inference: false
|
10 |
+
base_model: tiiuae/falcon-7b
|
11 |
---
|
12 |
|
13 |
<a href="https://colab.research.google.com/drive/1oWHM5_DbltvrD27oZL4-fumXChkMkrC5?usp=sharing">
|