Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use jkhan447/HateXplain-third-annotator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jkhan447/HateXplain-third-annotator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jkhan447/HateXplain-third-annotator")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jkhan447/HateXplain-third-annotator") model = AutoModelForSequenceClassification.from_pretrained("jkhan447/HateXplain-third-annotator") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438010997
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0beefe565e7439ef42235fc5efe71eadd1b7753d6bed36e238c13fc4c9d7d350
|
| 3 |
size 438010997
|
runs/Jan04_08-30-59_c2f0fe5cd87c/events.out.tfevents.1672821075.c2f0fe5cd87c.124.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94be1a1d04f9606be970ab4ed6a25853a4998742924a1b788e33992bae601974
|
| 3 |
+
size 7389
|
runs/Jan04_08-30-59_c2f0fe5cd87c/events.out.tfevents.1672824072.c2f0fe5cd87c.124.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2af5a2a1546c3ae949d229694e35bc6d8c2bb3004d8398f5cb33b373175ed6cd
|
| 3 |
+
size 363
|