Instructions to use ZON8955/EasyCard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZON8955/EasyCard with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZON8955/EasyCard")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ZON8955/EasyCard") model = AutoModelForSequenceClassification.from_pretrained("ZON8955/EasyCard") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 50
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409103292
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea62e2a48425173dcd3e18bc238a984a7df05273732ba9ee232b5b087cf70a7e
|
| 3 |
size 409103292
|