Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use jkhan447/sentiment-model-sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jkhan447/sentiment-model-sample with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jkhan447/sentiment-model-sample")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jkhan447/sentiment-model-sample") model = AutoModelForSequenceClassification.from_pretrained("jkhan447/sentiment-model-sample") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438025389
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8499776319c48b9caba25627c6735775df4414ad356678addd2c51ff20833450
|
| 3 |
size 438025389
|
runs/Mar03_04-33-20_87599ec8faa2/events.out.tfevents.1646282006.87599ec8faa2.1309.6
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:0ccb12ee83acd0ff4137d82b036084595dcc2960cfaf38f2da0c876ed8b92ffd
|
| 3 |
+
size 3944
|
runs/Mar03_04-33-20_87599ec8faa2/events.out.tfevents.1646282111.87599ec8faa2.1309.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1f98f9968f45810254c0fe376b8ad7b3e2c7d2826ffffb3c6a95de313b3b028
|
| 3 |
+
size 363
|