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