Instructions to use luisu0124/Amazon_review with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luisu0124/Amazon_review with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="luisu0124/Amazon_review")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("luisu0124/Amazon_review") model = AutoModelForSequenceClassification.from_pretrained("luisu0124/Amazon_review") - Notebooks
- Google Colab
- Kaggle
Commit History
model b59c73f
Sebastian Urrea commited on
update 558a5db
Sebastian Urrea commited on
update f44c0f1
Sebastian Urrea commited on
update 81a7440
Sebastian Urrea commited on
update 310b172
Sebastian Urrea commited on
update 83b49ad
Sebastian Urrea commited on
update readme cd40a16
Sebastian Urrea commited on
update a30310e
Sebastian Urrea commited on
update config 6c0e796
Sebastian Urrea commited on
update config 635b97e
Sebastian Urrea commited on
Merge branch 'main' of https://huggingface.co/luisu0124/Amazon_review a42b0b2
Sebastian Urrea commited on
update config abfa447
Sebastian Urrea commited on
Create README.md fd10dd7
Model review 7b771d1
Sebastian Urrea commited on