Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use slickdata/finetuned-Sentiment-classfication-BERT-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slickdata/finetuned-Sentiment-classfication-BERT-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="slickdata/finetuned-Sentiment-classfication-BERT-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("slickdata/finetuned-Sentiment-classfication-BERT-model") model = AutoModelForSequenceClassification.from_pretrained("slickdata/finetuned-Sentiment-classfication-BERT-model") - Notebooks
- Google Colab
- Kaggle
slickdata/finetuned-Sentiment-classfication-BERT-model
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433318705
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a083a9d58e971af450e6f24605de0c583783ce2301385ed1afaacc0f38ae6fbb
|
| 3 |
size 433318705
|
runs/Jul22_20-32-18_7cec7019d63b/events.out.tfevents.1690058073.7cec7019d63b.409.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:8a9cc909f5a3a52996bc3ed1281dbcb04bf28d06de3ca0e673c04e8a118c22c7
|
| 3 |
+
size 5529
|
runs/Jul22_20-32-18_7cec7019d63b/events.out.tfevents.1690061228.7cec7019d63b.409.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1e6fdf2ab002f1c3ad8698edc07440ac0c299d516de30812f5bca148c969296
|
| 3 |
+
size 407
|