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 ·
8e02e1c
1
Parent(s): 3fcfde0
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:9f9b29b612af430b2218d1e30cf14e9ae2ff76714436708142cde8f016d95f6c
|
| 3 |
size 1112252397
|
runs/Nov13_15-06-07_fb0778399d3b/events.out.tfevents.1668351974.fb0778399d3b.80.6
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:a3d8b23b56a11657721cc34e529a3ff91be874c6fb9e9cf6c97205b5869b3b39
|
| 3 |
+
size 4698
|
runs/Nov13_15-06-07_fb0778399d3b/events.out.tfevents.1668352585.fb0778399d3b.80.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45ecbf3906a4c2ad61f64aba9c0357aa010d14bab9079ef2d5bbcc20018ed4a
|
| 3 |
+
size 512
|