Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
softocean
/
my_awesome_model
like
0
Text Classification
Transformers
PyTorch
imdb
English
bert
imdb
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
softocean
commited on
Feb 17, 2023
Commit
5a9b768
•
2 Parent(s):
bf1c09e
4a80d1c
Merge branch 'main' of https://huggingface.co/softocean/my_awesome_model into main
Browse files
Files changed (1)
hide
show
README.md
+11
-0
README.md
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
---
2
+
license: apache-2.0
3
+
datasets:
4
+
- imdb
5
+
language:
6
+
- en
7
+
metrics:
8
+
- accuracy
9
+
library_name: transformers
10
+
pipeline_tag: text-classification
11
+
---