main
md 21 lines 420 Bytes
Rendered Raw
1 ---
2 license: apache-2.0
3 pipeline_tag: text-generation
4 library_name: transformers
5 tags:
6 - test
7 ---
8
9 # test
10
11 Describe your model here. Document its architecture, training data,
12 intended use, limitations, and how to load the weights.
13
14 Push your weight files (`*.safetensors`, `*.gguf`, `*.bin`) with Git LFS:
15
16 ```bash
17 git lfs install
18 git lfs track "*.safetensors" "*.gguf"
19 git add .gitattributes
20 git push origin main
21 ```