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