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
Training in progress, step 1000
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:07a0a40114319ed14b04d3fce6738e64db05dbd850ea9336fc2710346499dd94
|
| 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:d20f13700a704166e3fb6392aaae1226bd7e7ad136ec1f2a56d852cdcda58078
|
| 3 |
+
size 5175
|