Instructions to use WangA/roberta-base-finetuned-ctrip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WangA/roberta-base-finetuned-ctrip with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="WangA/roberta-base-finetuned-ctrip")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("WangA/roberta-base-finetuned-ctrip") model = AutoModelForSequenceClassification.from_pretrained("WangA/roberta-base-finetuned-ctrip") - Notebooks
- Google Colab
- Kaggle
Commit History
model submit 78b9796
root@autodl-container-32ce119752-f4e7b2aa commited on