Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use KingAsiedu/tweet_sentiments_analysis_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KingAsiedu/tweet_sentiments_analysis_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KingAsiedu/tweet_sentiments_analysis_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KingAsiedu/tweet_sentiments_analysis_bert") model = AutoModelForSequenceClassification.from_pretrained("KingAsiedu/tweet_sentiments_analysis_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
7b8371d
1
Parent(s): 065dfbd
Training in progress, epoch 5
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:b732ff3e2974ff87ad4ff83ae42b830f5d1af980258101ee0b2a1219eb053b05
|
| 3 |
size 433318705
|
runs/Jul23_12-22-32_a8ca8f80d8db/events.out.tfevents.1690115011.a8ca8f80d8db.197.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:219e0f86395685f53f0b5036698fece86c585b813d5443ff04b1047988a2da20
|
| 3 |
+
size 7416
|