Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use lenate/lenate_model_11_distilbert_trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lenate/lenate_model_11_distilbert_trained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lenate/lenate_model_11_distilbert_trained")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lenate/lenate_model_11_distilbert_trained") model = AutoModelForSequenceClassification.from_pretrained("lenate/lenate_model_11_distilbert_trained", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0835d114503bc96572624719b2ed52d7423d80f9ea53106adcd728e818bb977
|
| 3 |
size 267835644
|
runs/Apr22_09-04-02_d8fdfb4f8e1f/events.out.tfevents.1713776643.d8fdfb4f8e1f.548.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:6923928faf49707f670b6cd87b8f87e55fcac9d99182804d5451b3330cac20a6
|
| 3 |
+
size 6363
|