Commit
•
51edcb5
1
Parent(s):
d6a1ec7
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (62e82e3b0e488e0294a8a702794d2393d837bad4)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- sst2
|
5 |
-
language:
|
6 |
-
- en
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
pipeline_tag: text-classification
|
10 |
-
|
11 |
widget:
|
12 |
-
|
13 |
-
|
|
|
14 |
---
|
15 |
|
16 |
# distilbert-base-uncased-finetuned-sst2
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
datasets:
|
6 |
- sst2
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
pipeline_tag: text-classification
|
|
|
10 |
widget:
|
11 |
+
- text: it 's just incredibly dull .
|
12 |
+
example_title: Example 1
|
13 |
+
base_model: distilbert-base-uncased
|
14 |
---
|
15 |
|
16 |
# distilbert-base-uncased-finetuned-sst2
|