Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use kiatkock/sentiment_pc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kiatkock/sentiment_pc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kiatkock/sentiment_pc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kiatkock/sentiment_pc") model = AutoModelForSequenceClassification.from_pretrained("kiatkock/sentiment_pc") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/May30_04-23-38_c3abcbd58ef9/events.out.tfevents.1717043035.c3abcbd58ef9.1751.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:685a899f5383bfde2bf140d86252a47d48960dc4f4ae62c5af475acd4c393ee2
|
| 3 |
+
size 4184
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d984a85218bf06646918fccd53af9e99bc3bbc991c6bcf74eae34a1a017c504f
|
| 3 |
size 5112
|