Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use coderSounak/finetuned_twitter_profane_LSTM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coderSounak/finetuned_twitter_profane_LSTM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="coderSounak/finetuned_twitter_profane_LSTM")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("coderSounak/finetuned_twitter_profane_LSTM") model = AutoModelForSequenceClassification.from_pretrained("coderSounak/finetuned_twitter_profane_LSTM") - Notebooks
- Google Colab
- Kaggle
Commit ·
2e3642c
1
Parent(s): 45218e4
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 46456663
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e35cf80321f3da3d7d2dca79a7de0566bcadc09b4b58373e4aba984fc45db7f5
|
| 3 |
size 46456663
|
runs/Nov19_06-54-51_c73c5d9418d3/events.out.tfevents.1668840912.c73c5d9418d3.79.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:71ee1f5fe1ae96e6975f8ae8d3dc6464d5294c502e8f0bb60d8adbe208d6572c
|
| 3 |
+
size 4769
|
runs/Nov19_06-54-51_c73c5d9418d3/events.out.tfevents.1668840995.c73c5d9418d3.79.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91691b145f8ae3cb03d64ddc1fddb5a50867c696debcb1955ccff0d621d37f20
|
| 3 |
+
size 512
|