Instructions to use emmachen/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use emmachen/test with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://emmachen/test") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,7 @@ library_name: keras
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
- legal
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
- legal
|
| 10 |
+
---
|
| 11 |
+
the model is aaaaaaaaaaaaaaaaa
|
| 12 |
+
bbbbbbbbbbbbbbbbbbbbbbb
|
| 13 |
+
=================
|