Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Leonuraht
/
IMDBert
like
1
Text Classification
Transformers
Safetensors
stanfordnlp/imdb
English
distilbert
torch
code
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
Leonuraht
commited on
Nov 9, 2024
Commit
b74717f
·
verified
·
1 Parent(s):
2520e1c
Create README.md
Browse files
A DistilBERT model trained with IMDB 50000 reviews dataset .
Provides accuracy over 89%
Files changed (1)
hide
show
README.md
+11
-0
README.md
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
---
2
+
datasets:
3
+
- stanfordnlp/imdb
4
+
language:
5
+
- en
6
+
base_model:
7
+
- distilbert/distilbert-base-uncased
8
+
tags:
9
+
- torch
10
+
- code
11
+
---