Instructions to use UIC-Liu-Lab/CPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UIC-Liu-Lab/CPT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="UIC-Liu-Lab/CPT", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("UIC-Liu-Lab/CPT", trust_remote_code=True) model = AutoModelForSequenceClassification.from_pretrained("UIC-Liu-Lab/CPT", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 112add6
Update README.md 93eebba
Update README.md aa613ac
Update README.md 5105b52
Create README.md 6dac9bf
update tokenizer c324592
haowei commited on
update cb6f926
haowei commited on
add model 932302a
haowei commited on
add model 1e8a310
haowei commited on
add model 9cb7040
haowei commited on