Commit
•
a1781a9
1
Parent(s):
af5c8ca
Fix tag so repo is filterable by task (#1)
Browse files- Fix tag so repo is filterable by task (b3969f3a6d720afac535e08f3ff3acd9c22d93b4)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -5,7 +5,7 @@ library_name: nemo
|
|
5 |
datasets:
|
6 |
- the_pile
|
7 |
tags:
|
8 |
-
-
|
9 |
- pytorch
|
10 |
- causal-lm
|
11 |
license: cc-by-4.0
|
|
|
5 |
datasets:
|
6 |
- the_pile
|
7 |
tags:
|
8 |
+
- text2text-generation
|
9 |
- pytorch
|
10 |
- causal-lm
|
11 |
license: cc-by-4.0
|