Instructions to use lenate/lenate_model_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lenate/lenate_model_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lenate/lenate_model_3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lenate/lenate_model_3") model = AutoModelForSequenceClassification.from_pretrained("lenate/lenate_model_3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
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:c5b875b2f8e1cecc91298ed9ebf5be3350d16eb9deddebc1d1cae794c25f9579
|
| 3 |
size 267835644
|
runs/Apr12_12-37-15_d24bce3e4ca9/events.out.tfevents.1712925435.d24bce3e4ca9.212.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:228cefdc67d8b85c8825f2d05dfe20ad0ef021945d76a3c028597f1e51596b54
|
| 3 |
+
size 6491
|