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