Text Classification
Transformers
PyTorch
English
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use freddiezhang/honor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use freddiezhang/honor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="freddiezhang/honor")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("freddiezhang/honor") model = AutoModelForSequenceClassification.from_pretrained("freddiezhang/honor") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 55d5665
examples 0b1ad0d
Update README.md 8b0bf13
Create modelcard.md a8c8e48
Recerate 2242c25
Fix f67a270
fredster33 commited on
Move config.json from LFS to regular 08a1189
fredster33 commited on