ZennyKenny
commited on
Commit
•
9342618
1
Parent(s):
d74d872
Fix yaml
Browse filesFixed tags string. Wasn't able to find the dataset defined in `datasets` string. Found
@EricPeter
who seems to be the target user, but perhaps dataset has been made private.
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
-
tags:
|
|
|
3 |
language: unk
|
4 |
widget:
|
5 |
- text: "I love AutoNLP 🤗"
|
6 |
datasets:
|
7 |
-
-
|
8 |
co2_eq_emissions: 133.0219882109991
|
9 |
---
|
10 |
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- autonlp
|
4 |
language: unk
|
5 |
widget:
|
6 |
- text: "I love AutoNLP 🤗"
|
7 |
datasets:
|
8 |
+
- EricPeter/autonlp-data-EN-LUG
|
9 |
co2_eq_emissions: 133.0219882109991
|
10 |
---
|
11 |
|