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 events.out.tfevents.1774970783.c47832e77b23.74.0.v2
Browse files
events.out.tfevents.1774970783.c47832e77b23.74.0.v2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296a4bcd6cae45cf8c323ff2ea24c8d8785fa62d91c65066d14fec3dc6800462
|
| 3 |
+
size 4192294
|