Instructions to use alltrue-ai/christina-gpt-500MB-lambda-layer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use alltrue-ai/christina-gpt-500MB-lambda-layer with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://alltrue-ai/christina-gpt-500MB-lambda-layer") - Notebooks
- Google Colab
- Kaggle
Upload model_gpt2_small_malicious.keras
Browse files- .gitattributes +1 -0
- model_gpt2_small_malicious.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 |
+
model_gpt2_small_malicious.keras filter=lfs diff=lfs merge=lfs -text
|
model_gpt2_small_malicious.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60db5eb678c6b4cca844d88c117c0d06d88f97165cff5726ecdae38a8b263d74
|
| 3 |
+
size 498098983
|