Instructions to use pzarzycki/hrm-text-1b-code-tools-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use pzarzycki/hrm-text-1b-code-tools-sft with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://pzarzycki/hrm-text-1b-code-tools-sft") - KerasHub
How to use pzarzycki/hrm-text-1b-code-tools-sft with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://pzarzycki/hrm-text-1b-code-tools-sft") - Keras
How to use pzarzycki/hrm-text-1b-code-tools-sft with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://pzarzycki/hrm-text-1b-code-tools-sft") - Notebooks
- Google Colab
- Kaggle
File size: 1,282 Bytes
ab083a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ARTIFACTS.tsv 0
LICENSE 561
README.md 4571
checkpoint-00020000.keras 11831471907
preset/assets/tokenizer/merges.txt 635535
preset/assets/tokenizer/vocabulary.json 1502734
preset/config.json 1031
preset/metadata.json 190
preset/model.weights.h5 2366554504
preset/preprocessor.json 1746
preset/task.json 3722
preset/tokenizer.json 845
training-loss.png 136398
training/environment.json 171
training/gpu.jsonl 947076
training/history.csv 162
training/history.json 219
training/pilot-completed-metrics.jsonl 1735944
training/pilot-completion.json 878
training/platform.jsonl 210602
training/preflight.json 3751
training/tensorboard/train/events.out.tfevents.1784941536.ccdf07020f90.51.0.v2 932008
training/tensorboard/validation/events.out.tfevents.1784994496.ccdf07020f90.51.1.v2 78
training/training-plan.json 355
path bytes integrity
preset/model.weights.h5 2366554504 sha256:8ddb10cea110edff99380b360ec569e5dbde0d4a233d1c058b0e292700a42b84
checkpoint-00020000.keras 11831471907 md5:1cbcae0768082e8df30b793c5890bb08
training/pilot-completed-metrics.jsonl 1735944 sha256:fbbb63a26548fe2b7e1cc49e13b9e1fe3b037f4eb40764d513ff60112ad86f52
training/pilot-completion.json 878 completion manifest for canonical telemetry
training-loss.png 136398 chart derived only from canonical telemetry
|