Instructions to use philschmid/unit_test_save_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use philschmid/unit_test_save_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("philschmid/unit_test_save_model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1f7811a
1
Parent(s): 750b4df
Upload config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"from_local":
|
| 3 |
"transformers_version": "4.9.0.dev0"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"from_local": 282263157500230122206231454513011624796,
|
| 3 |
"transformers_version": "4.9.0.dev0"
|
| 4 |
}
|