Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Thebisso09/final_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Thebisso09/final_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Thebisso09/final_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Thebisso09/final_model") model = AutoModelForSequenceClassification.from_pretrained("Thebisso09/final_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27cdb3dda0d2ee9f5bc97cea2916c7d025074818e9dc6e1430204a5a66521434
|
| 3 |
size 267832560
|
runs/Jul28_09-58-15_5eb4c6cfa1e8/events.out.tfevents.1722160696.5eb4c6cfa1e8.1846.22
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23e2c4f1144e93b1e2b40dcbfc467dd10d42263756b6faf7d3350d306a14ccd7
|
| 3 |
+
size 5384
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d25c1ec32c30367b442038b59f31dd3f0d7362cc9df520aeae79c8373fe59f5
|
| 3 |
size 5112
|