@pradhan-cook / test / commits / 6d0f01f

Initial commit

siGit committed Jul 6, 2026 at 04:50 UTC 6d0f01f25194e055c676e4bfd6d9a2efbb39b2c1
1 file changed +21
README.md
+21
new file mode 100644 index 0000000..7b814f0 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +--- +license: apache-2.0 +pipeline_tag: text-generation +library_name: transformers +tags: + - test +--- + +# test + +Describe your model here. Document its architecture, training data, +intended use, limitations, and how to load the weights. + +Push your weight files (`*.safetensors`, `*.gguf`, `*.bin`) with Git LFS: + +```bash +git lfs install +git lfs track "*.safetensors" "*.gguf" +git add .gitattributes +git push origin main +```