Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use coderSounak/finetuned_twitter_hate_speech_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coderSounak/finetuned_twitter_hate_speech_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="coderSounak/finetuned_twitter_hate_speech_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("coderSounak/finetuned_twitter_hate_speech_roberta") model = AutoModelForSequenceClassification.from_pretrained("coderSounak/finetuned_twitter_hate_speech_roberta") - Notebooks
- Google Colab
- Kaggle
Commit ·
1cbcbc6
1
Parent(s): 88c5f86
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112252397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4828484159351f505eb09b07e06b8a41b82451cc1a696b702b1c8ca402ca5003
|
| 3 |
size 1112252397
|
runs/Nov15_18-39-42_8b83289ab66f/1668538068.1604376/events.out.tfevents.1668538068.8b83289ab66f.76.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7b5f780c7dd0077859cfc9b2dfa158745e1462e0839c190c0c0fb0b4ca9ab31
|
| 3 |
+
size 5522
|
runs/Nov15_18-39-42_8b83289ab66f/events.out.tfevents.1668538068.8b83289ab66f.76.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f088687a0cd3510487188e129de9a57435de295689ccad5d121bc2ad6fafd695
|
| 3 |
+
size 3873
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04f1de1af81a79b498146f98a36b43bfc2b6639554c3231b2066993959f0e92d
|
| 3 |
size 3439
|