Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: text-classification
|
4 |
+
datasets:
|
5 |
+
- QuotaClimat/frugalaichallenge-text-train
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
base_model:
|
11 |
+
- distilbert/distilbert-base-uncased
|
12 |
---
|