Instructions to use bimamuhammad/sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bimamuhammad/sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bimamuhammad/sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bimamuhammad/sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("bimamuhammad/sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
Commit ·
5aad106
1
Parent(s): 61e6bff
Training in progress, step 24000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd31ac6457877199dab8a3ba382490e4bfef1a990622956038ed6f171106fe60
|
| 3 |
size 437958648
|
runs/Dec01_09-12-40_bc67f863550b/events.out.tfevents.1701421975.bc67f863550b.1859.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:2173c971bbc3263fea5094e9d982f47fc23e4a85f9d3ee1c8c84cf578ddc1357
|
| 3 |
+
size 12444
|