Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use LianZhang/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LianZhang/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LianZhang/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LianZhang/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("LianZhang/finetuning-sentiment-model-3000-samples", device_map="auto") - 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 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7743947629c94ce18172f9db3f9101cadf31e90ca9d3b023d26b05b01a329093
|
| 3 |
size 267854321
|
runs/May23_20-18-31_799273dceaa6/events.out.tfevents.1653337142.799273dceaa6.165.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:6ad9f040c9b738835e1bb0af1cbe7cdeed1968d4ee42294002f7022a9eb890ec
|
| 3 |
+
size 3812
|
runs/May23_20-18-31_799273dceaa6/events.out.tfevents.1653337488.799273dceaa6.165.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc68911f8961be8da0d65741589c0a01d6eebf72a8f108a99923ec9351b6ae28
|
| 3 |
+
size 409
|