Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use HugMaik/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HugMaik/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HugMaik/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HugMaik/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("HugMaik/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Mar09_21-19-38_BendixSurface/events.out.tfevents.1678393183.BendixSurface.6252.8
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:cd6ca6d00d1ee5d0610c237fb194e53c8c3752314c2bc190627b4d9dcfdb30a3
|
| 3 |
+
size 4582
|