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
runs/Jul16_02-37-05_fb7708137902/events.out.tfevents.1689475142.fb7708137902.224.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:d2b55486016430395e60f72991d8b4e8ba4411931aadfb9c46b0f1c151d80ff4
|
| 3 |
+
size 5019
|
runs/Jul16_02-37-05_fb7708137902/events.out.tfevents.1689477401.fb7708137902.224.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c123f51738bb6b97304d17222bbbab2ff65a7a4b33cb7f6e69f32164798b12a
|
| 3 |
+
size 407
|