Instructions to use NatLabRockies/mixed-precision-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use NatLabRockies/mixed-precision-models with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("NatLabRockies/mixed-precision-models") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This repository contains trained models from our mixed-precision experiments on TF-MELT and PT-MELT projects. tf-melt_models directory contains pre-trained models for TF-MELT and pt-melt_models directory contains pre-trained models for PT-MELT.
|