Instructions to use telecomadm1145/test3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use telecomadm1145/test3 with KerasHub:
import keras_hub # Load CausalLM model (optional: use half precision for inference) causal_lm = keras_hub.models.CausalLM.from_preset("hf://telecomadm1145/test3", dtype="bfloat16") causal_lm.compile(sampler="greedy") # (optional) specify a sampler # Generate text causal_lm.generate("Keras: deep learning for", max_length=64)import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://telecomadm1145/test3") - Keras
How to use telecomadm1145/test3 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://telecomadm1145/test3") - Notebooks
- Google Colab
- Kaggle
Upload model from Kaggle
Browse files- model_00000.weights.h5 +1 -1
- model_00001.weights.h5 +1 -1
model_00000.weights.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10737490040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29c3dfc4614e5335710008d8655dc4472740923886603a3a8f6c414fb913029a
|
| 3 |
size 10737490040
|
model_00001.weights.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5353823144
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a5119aabbe568b18b31ef3370ea6f58b3b112a83d6a9898ebd0da44f345ddb
|
| 3 |
size 5353823144
|