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