Instructions to use sharktide/FireTrustNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use sharktide/FireTrustNet with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://sharktide/FireTrustNet") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,8 @@ language:
|
|
| 3 |
- en
|
| 4 |
metrics:
|
| 5 |
- mse
|
| 6 |
-
pipeline_tag: tabular-
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
This model requires the following custom objects:
|
|
|
|
| 3 |
- en
|
| 4 |
metrics:
|
| 5 |
- mse
|
| 6 |
+
pipeline_tag: tabular-regression
|
| 7 |
+
library_name: keras
|
| 8 |
---
|
| 9 |
|
| 10 |
This model requires the following custom objects:
|