alphaaico commited on
Commit
d1d6eb1
·
verified ·
1 Parent(s): 5296ca9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -16,8 +16,17 @@ language:
16
  - en
17
  datasets:
18
  - openai/gsm8k
 
19
  ---
20
 
 
 
 
 
 
 
 
 
21
  # Uploaded Model
22
 
23
  - **Developed by:** alphaaico
@@ -119,4 +128,4 @@ print("Model converted to safetensors successfully.")
119
  ```
120
  Alternatively, you can use our GGUF models, which are optimized for inference with llama.cpp, exllama, and other efficient runtimes. GGUF provides better performance on CPU/GPU and is a more portable option for deployment.
121
 
122
- Choose the format that best suits your security, performance, and deployment needs.
 
16
  - en
17
  datasets:
18
  - openai/gsm8k
19
+ pipeline_tag: text-generation
20
  ---
21
 
22
+ <div align="center">
23
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/669777597cb32718c20d97e9/4emWK_PB-RrifIbrCUjE8.png"
24
+ alt="Title card"
25
+ style="width: 500px;
26
+ height: auto;
27
+ object-position: center top;">
28
+ </div>
29
+
30
  # Uploaded Model
31
 
32
  - **Developed by:** alphaaico
 
128
  ```
129
  Alternatively, you can use our GGUF models, which are optimized for inference with llama.cpp, exllama, and other efficient runtimes. GGUF provides better performance on CPU/GPU and is a more portable option for deployment.
130
 
131
+ Choose the format that best suits your security, performance, and deployment needs.