Commit
•
9239735
1
Parent(s):
02b0a46
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (c6966042b2fca52aa4f7681975691023c74157d9)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
metrics:
|
5 |
-
- rouge
|
6 |
library_name: peft
|
7 |
-
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- media
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
The model is trained on [Wiki Neutrality Corpus (WNC)](https://ojs.aaai.org/index.php/AAAI/article/view/5385). Big kudos to the authors of WNC.
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
library_name: peft
|
|
|
5 |
tags:
|
6 |
- media
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
base_model: t5-large
|
11 |
---
|
12 |
|
13 |
The model is trained on [Wiki Neutrality Corpus (WNC)](https://ojs.aaai.org/index.php/AAAI/article/view/5385). Big kudos to the authors of WNC.
|