Instructions to use layers2024/bilstm-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use layers2024/bilstm-sentiment with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://layers2024/bilstm-sentiment") - Notebooks
- Google Colab
- Kaggle
Commit ·
1a42e41
1
Parent(s): c41cc3e
Add trained model
Browse files- bilstm_model.keras +1 -1
bilstm_model.keras
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16642206
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985239503693bb02778846c9ddba995cf0c0b61bfb9c518ba0522b4e19bba452
|
| 3 |
size 16642206
|