Instructions to use priyabrat/UpTag_GenderClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use priyabrat/UpTag_GenderClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="priyabrat/UpTag_GenderClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("priyabrat/UpTag_GenderClassification") model = AutoModelForSequenceClassification.from_pretrained("priyabrat/UpTag_GenderClassification") - Notebooks
- Google Colab
- Kaggle
Delete tf_model (2).h5
Browse files- tf_model (2).h5 +0 -3
tf_model (2).h5
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b103ef77a32fe717df791567c67a3618d626f00f3a26fa9e86330f9efb08f88
|
| 3 |
-
size 267951896
|
|
|
|
|
|
|
|
|
|
|
|