Instructions to use FinchResearch/MrahcTRFW with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use FinchResearch/MrahcTRFW with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://FinchResearch/MrahcTRFW") - Notebooks
- Google Colab
- Kaggle
Set `library_name` to `tf-keras`.
#1
by Wauplin HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license: openrail
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
library_name: keras
|
|
|
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
-
---
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
library_name: tf-keras
|
| 5 |
+
license: openrail
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
---
|