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 ·
71e7043
1
Parent(s): 1cbcbc6
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 1112252397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39093d84f4581a5e4d934fb7932b87eecbda10acbbf82e75551556b3edfc15df
|
| 3 |
size 1112252397
|
runs/Nov15_18-39-42_8b83289ab66f/events.out.tfevents.1668538068.8b83289ab66f.76.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:349c8f32d0e2bd33e4e30af97adfd1668559908cbe63b56449b784c862eb4d91
|
| 3 |
+
size 4698
|
runs/Nov15_18-39-42_8b83289ab66f/events.out.tfevents.1668538739.8b83289ab66f.76.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef0cbe40e1e33624e2f751eeeefafd6b4ac6b683f6e9ba57eab9db490354cd3
|
| 3 |
+
size 512
|