Instructions to use sharktide/FireNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use sharktide/FireNet 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/FireNet") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ language:
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
pipeline_tag: tabular-classification
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
This model requires the following custom objects to be loaded with it:
|
|
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
pipeline_tag: tabular-classification
|
| 7 |
+
library_name: keras
|
| 8 |
---
|
| 9 |
|
| 10 |
This model requires the following custom objects to be loaded with it:
|