Text Classification
Transformers
TensorBoard
Safetensors
mistral
Generated from Trainer
text-embeddings-inference
Instructions to use xshubhamx/tiny-mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/tiny-mistral with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/tiny-mistral")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/tiny-mistral") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/tiny-mistral", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 791226496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c23b086f9fe1fac85b98f374232e314a74b9a212d25afeeffceef88e34f05aaa
|
| 3 |
size 791226496
|
runs/Apr16_14-08-18_191fe22671d8/events.out.tfevents.1713276500.191fe22671d8.34.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:8a12c75190d00540d514aa02ab7e1bb4fa2d3d9e678f35d156467a927e233abc
|
| 3 |
+
size 21315
|