Initial commit
siGit committed
Jul 6, 2026 at 00:53 UTC
53c914459112661d2e30ff4e3a814080e385ed67
1 file changed
+21
README.md
+21
new file mode 100644
index 0000000..175692b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+---
+license: apache-2.0
+pipeline_tag: text-generation
+library_name: transformers
+tags:
+ - sad
+---
+
+# sad
+
+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
+```