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/Mar12_12-52-30_BendixSurface/events.out.tfevents.1678621978.BendixSurface.6252.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba38861d31d6f8e9acfd20e8d976c204a3f5a3e46a88de74963d710c076a2839
|
| 3 |
+
size 341
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e69b62289b0ef40cbc6f0c6a8cc801541e78cac9554cf23afe0bcfa6b724a4f
|
| 3 |
size 3515
|