Commit
·
34a0821
1
Parent(s):
191a2a8
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (f89f0ab62cdaccfb38f11411b135c97240eab810)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
license: mit
|
5 |
datasets:
|
6 |
-
|
|
|
7 |
---
|
8 |
|
9 |
# distilbert-imdb
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
license: mit
|
5 |
datasets:
|
6 |
+
- imdb
|
7 |
+
base_model: distilbert-base-uncased
|
8 |
---
|
9 |
|
10 |
# distilbert-imdb
|