Instructions to use nathanrchn/zip2zip-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nathanrchn/zip2zip-test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nathanrchn/zip2zip-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
base_model: microsoft/Phi-3.5-mini-instruct
|
| 4 |
+
tags:
|
| 5 |
+
- zip2zip
|
| 6 |
---
|
| 7 |
+
# Zip2Zip
|
| 8 |
+
|
| 9 |
+
This model is a [Zip2Zip](arxiv.org/abs/2506.01084) model.
|