Instructions to use krittykitty/kritty_v2_fixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krittykitty/kritty_v2_fixed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="krittykitty/kritty_v2_fixed")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("krittykitty/kritty_v2_fixed") model = AutoModel.from_pretrained("krittykitty/kritty_v2_fixed") - Notebooks
- Google Colab
- Kaggle
Upload model_fp16_optimized.onnx with huggingface_hub
Browse files
model_fp16_optimized.onnx
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:b33979648099a701db65e215312d06f22497364e2b2b23318816e6cedbbe1f9a
|
| 3 |
+
size 97506659
|