Instructions to use Group-7/Assignment_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Group-7/Assignment_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Group-7/Assignment_1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Group-7/Assignment_1") model = AutoModelForSequenceClassification.from_pretrained("Group-7/Assignment_1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 607aa9a5525c0610ed909bca5bbdc4f833025532fa2d498375ce53b045734ea1
- Size of remote file:
- 268 MB
- SHA256:
- 10d47fdadfc4526c46b3e5f574068058977fff3c476f7178ee428d39f6428e01
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.