Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
aideveloper24
/
email_classify
like
0
Text Classification
distilbert
License:
mit
Model card
Files
Files and versions
xet
Community
aideveloper24
commited on
Nov 19, 2024
Commit
1602cdb
·
verified
·
1 Parent(s):
fc6ca16
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
---
2
license: mit
3
pipeline_tag: text-classification
4
---
1
---
2
license: mit
3
pipeline_tag: text-classification
4
+
base_model:
5
+
- distilbert/distilbert-base-uncased-finetuned-sst-2-english
6
---