Instructions to use nev/taef1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use nev/taef1 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("nev/taef1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
[Generate ONNX/PB for TAEF1 and load in jax2tf](https://colab.research.google.com/drive/1HqxtQlbFersDisARDLWTlu3_-NXcfBWO?usp=sharing)
|
| 6 |
+
|
| 7 |
+
Original: https://huggingface.co/madebyollin/taef1
|
| 8 |
+
License: MIT
|