Instructions to use ainz/tiny-recursive-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ainz/tiny-recursive-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ainz/tiny-recursive-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload __init__.py with huggingface_hub
Browse files- __init__.py +2 -0
__init__.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
from .modeling_tiny_recursive import TinyRecursiveModel, TRMConfig
|