Text Classification
Transformers
PyTorch
English
bert
sentiment classification
sentiment analysis
text-embeddings-inference
Instructions to use himanshubeniwal/bert_cl_cf_1700 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use himanshubeniwal/bert_cl_cf_1700 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="himanshubeniwal/bert_cl_cf_1700")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("himanshubeniwal/bert_cl_cf_1700") model = AutoModelForSequenceClassification.from_pretrained("himanshubeniwal/bert_cl_cf_1700") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4497be2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:420d35ed49cfb3295af794919ac5ae1d9d4fb92ca88b8b57768fcd88870991f4
size 438006125
|