Instructions to use MauriceV2021/AuroraSDGsModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MauriceV2021/AuroraSDGsModel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MauriceV2021/AuroraSDGsModel") - Notebooks
- Google Colab
- Kaggle
Commit ·
00f161b
1
Parent(s): 8d0da36
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ metrics:
|
|
| 15 |
- accuracy
|
| 16 |
- matthews_correlation
|
| 17 |
pipeline_tag: text-classification
|
|
|
|
| 18 |
---
|
| 19 |
# Aurora SDG Multi-Label Multi-Class Model
|
| 20 |
|
|
|
|
| 15 |
- accuracy
|
| 16 |
- matthews_correlation
|
| 17 |
pipeline_tag: text-classification
|
| 18 |
+
library_name: keras
|
| 19 |
---
|
| 20 |
# Aurora SDG Multi-Label Multi-Class Model
|
| 21 |
|