Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use manasvinid/Sentiment-Analysis-on-Twitter-BCS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manasvinid/Sentiment-Analysis-on-Twitter-BCS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="manasvinid/Sentiment-Analysis-on-Twitter-BCS")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("manasvinid/Sentiment-Analysis-on-Twitter-BCS") model = AutoModelForSequenceClassification.from_pretrained("manasvinid/Sentiment-Analysis-on-Twitter-BCS") - Notebooks
- Google Colab
- Kaggle
Commit ·
e84d27b
1
Parent(s): 98e872e
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a6748a6330a3340f1c882bb49b1e54159a5f8ed12dd3179a1a6aa6654e0836b
|
| 3 |
size 438007925
|
runs/Jun21_11-02-47_62cfff0bcd05/events.out.tfevents.1687345381.62cfff0bcd05.5532.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9704d800a192bf5a726974d9b12ec5a1987bcc3827258b005eabefb3637b1736
|
| 3 |
+
size 5277
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f58608940cc231a2c1eba756fe8ae759274ce4056109db686b485c0bad8f9311
|
| 3 |
size 3963
|