Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use danielribeiro/google-play-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danielribeiro/google-play-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="danielribeiro/google-play-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("danielribeiro/google-play-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("danielribeiro/google-play-sentiment-analysis", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1337644972
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a38a8444b0b9d741c1aff4182420f13c2b48403b3b60b00319e6bc082cb4345d
|
| 3 |
size 1337644972
|
runs/Jan25_11-02-12_9faf3daeb10e/events.out.tfevents.1706180598.9faf3daeb10e.600.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:178859009b4f171420496e0b4ad4ad119d6e25a708052c1e2aa1dd1838e2235a
|
| 3 |
+
size 11980
|