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 438020141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:657c78793ec82397cb6703b5e39509b9927c7ffe098e6eb372a6990d528aa23b
|
| 3 |
size 438020141
|
runs/Mar04_06-57-16_d9d1282bcf9f/events.out.tfevents.1646377276.d9d1282bcf9f.78.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:8b5b69189022780d840b699650016b6ff1250dd5d9517a5dff61787be865b04e
|
| 3 |
+
size 8529
|
runs/Mar04_06-57-16_d9d1282bcf9f/events.out.tfevents.1646392007.d9d1282bcf9f.78.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaa269db568dea90cef1e4502347924deeeeca4d714badab631494c7ac491ee0
|
| 3 |
+
size 363
|