Instructions to use sharkMeow/train_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sharkMeow/train_V2 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("sharkMeow/train_V2") model = AutoModel.from_pretrained("sharkMeow/train_V2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 530
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 816611916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d30001c09dabf229fa9097996820f57b908617489a4e501bc415da4c45831f64
|
| 3 |
size 816611916
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d528e7ba1739db23e94d1c15f0ba37cfcd0cff41a5b280e0eb117dec2bae3e70
|
| 3 |
size 5304
|