Instructions to use BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1") model = AutoModelForSequenceClassification.from_pretrained("BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ec52dd
1
Parent(s): ed899df
Initial commit
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3387
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1ec253105f8347d995757a33e0f5091cc45f6f7827e361af7c2335eacb26f03
|
| 3 |
size 3387
|