Instructions to use chiayewken/aspect-sentiment-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chiayewken/aspect-sentiment-pretrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="chiayewken/aspect-sentiment-pretrain")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("chiayewken/aspect-sentiment-pretrain") model = AutoModel.from_pretrained("chiayewken/aspect-sentiment-pretrain", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
aad3d37 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2754c0bc77c9c3e2fbc2cad238e1c4ed9124c89499c8fda86613de0a362aed00
size 437936109
|