Instructions to use davidgaofc/hh-labeler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davidgaofc/hh-labeler with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="davidgaofc/hh-labeler")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("davidgaofc/hh-labeler") model = AutoModelForSequenceClassification.from_pretrained("davidgaofc/hh-labeler", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
33c3f61 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0593195cb205c948b236a4ea4fec00d9ff6faf50764553a49a80c718ff60d1e5
size 4536
|