Instructions to use KhaZix0827/test_trainer2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KhaZix0827/test_trainer2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KhaZix0827/test_trainer2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KhaZix0827/test_trainer2") model = AutoModelForSequenceClassification.from_pretrained("KhaZix0827/test_trainer2") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41df6beee1a04371c6b32c70eb80ae7cb87cc11fe97a81c3e087b84eba47f8bf
|
| 3 |
+
size 437962832
|