Instructions to use BesottenJenny/acre-sentiment-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use BesottenJenny/acre-sentiment-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://BesottenJenny/acre-sentiment-models") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer.pkl
Browse files- tokenizer.pkl +3 -0
tokenizer.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:814c12639a83d0262d298a91e1aeb404f281dbebd1224b620deea0b36eeb5ad3
|
| 3 |
+
size 453750
|