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 ·
e3ae903
1
Parent(s): 5aad106
Training in progress, step 24500
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:3996747b5c63a43af5211dd38e83ea18bce24f6a5f4e65a1bd3d1cc81395cbe8
|
| 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:1a21ac9a8b6506c36d18f6f677df32d95e3d36065525ca24939ed31e1e4554ed
|
| 3 |
+
size 12604
|