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 ·
750b4df
1
Parent(s): 213e1a0
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": 186740378405390150508809007678879484882,
|
| 3 |
"transformers_version": "4.9.0.dev0"
|
| 4 |
}
|