Instructions to use ilyusha07/gemma-linux-command-docs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ilyusha07/gemma-linux-command-docs with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ilyusha07/gemma-linux-command-docs") - Notebooks
- Google Colab
- Kaggle
Upload gemma_linux_command.keras with huggingface_hub
Browse files- .gitattributes +1 -0
- gemma_linux_command.keras +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
gemma_linux_command.keras filter=lfs diff=lfs merge=lfs -text
|
gemma_linux_command.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa9139d30d585c2b82a596a54b3426b813237f09f8ff6541268c2e7ed62a0c59
|
| 3 |
+
size 10462600184
|