Commit
·
4bce5c7
1
Parent(s):
58f2c8f
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (6c9698f66371a18feb5feede129502fad8d96ef8)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
license: openrail
|
|
|
4 |
datasets:
|
5 |
- lonestar108/dwitter
|
6 |
-
language:
|
7 |
-
- en
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
pipeline_tag: text-generation
|
|
|
11 |
---
|
12 |
## Training procedure
|
13 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: openrail
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- lonestar108/dwitter
|
|
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
pipeline_tag: text-generation
|
11 |
+
base_model: lonestar108/dwitter
|
12 |
---
|
13 |
## Training procedure
|
14 |
|