Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use jkhan447/HateXplain-majority-labeled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jkhan447/HateXplain-majority-labeled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jkhan447/HateXplain-majority-labeled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jkhan447/HateXplain-majority-labeled") model = AutoModelForSequenceClassification.from_pretrained("jkhan447/HateXplain-majority-labeled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
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:df74928288be9aee14d73024f77762c436167342d2de75c6a4595a3354cf5c47
|
| 3 |
size 438010997
|
runs/Apr06_05-44-37_0357af1e2744/events.out.tfevents.1680759888.0357af1e2744.584.2
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:7fe00f80d4cf6aa77f2912c1614a583a2fa7d67263ca77d8a73c95c1ffc3946f
|
| 3 |
+
size 7213
|