Commit
•
4fddcd2
1
Parent(s):
b68a407
Fix sst2 dataset name (#1)
Browse files- Fix sst2 dataset name (a1f6da7bd6629a763732b5681452ad361c836b26)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
language: en
|
3 |
license: apache-2.0
|
4 |
datasets:
|
5 |
-
-
|
6 |
---
|
7 |
|
8 |
# ONNX convert DistilBERT base uncased finetuned SST-2
|
|
|
2 |
language: en
|
3 |
license: apache-2.0
|
4 |
datasets:
|
5 |
+
- sst2
|
6 |
---
|
7 |
|
8 |
# ONNX convert DistilBERT base uncased finetuned SST-2
|