YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

encrypted checkpoints

Files in this repository are AES-256-CBC encrypted (openssl enc -aes-256-cbc -pbkdf2 -iter 200000 -salt), one .enc per original file, no compression. They are not usable without the key.

folder data clip
joint_h24_stride3/ allex v1 (80 ep) fdf3 nin13/nout37, horizon 24
joint_h48_stride6/ allex v1 (80 ep) fdf6 nin25/nout73, horizon 48
joint_h24_stride3_v1v6/ allex v1..v6 (480 ep) fdf3 nin13/nout37, horizon 24
joint_h48_stride6_v1v6/ allex v1..v6 (480 ep) fdf6 nin25/nout73, horizon 48

Decrypt a folder:

for f in checkpoint-XXXXX/*.enc checkpoint-XXXXX/experiment_cfg/*.enc; do
  openssl enc -d -aes-256-cbc -pbkdf2 -iter 200000 -pass file:/path/to/key.txt -in "$f" -out "${f%.enc}"
done
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support