Add more metadata (library name and base model) (#2)
- Add more metadata (library name and base model) (d2ea31a13709a19d74f8242d0c69fc702c371afb) Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
This commit is contained in:
15
README.md
15
README.md
@@ -1,6 +1,11 @@
|
||||
---
|
||||
license: apache-2.0
|
||||
pipeline_tag: text-generation
|
||||
library_name: transformers
|
||||
tags:
|
||||
- code
|
||||
base_model:
|
||||
- Qwen/Qwen2.5-Coder-1.5B
|
||||
---
|
||||
|
||||
Quantization made by Richard Erkhov.
|
||||
@@ -42,16 +47,6 @@ This repository contains a quantized version of the model presented in the paper
|
||||
| [CursorCore-QW2.5-1.5B-SR.Q6_K.gguf](https://huggingface.co/RichardErkhov/TechxGenus_-_CursorCore-QW2.5-1.5B-SR-gguf/blob/main/CursorCore-QW2.5-1.5B-SR.Q6_K.gguf) | Q6_K | 1.19GB |
|
||||
| [CursorCore-QW2.5-1.5B-SR.Q8_0.gguf](https://huggingface.co/RichardErkhov/TechxGenus_-_CursorCore-QW2.5-1.5B-SR-gguf/blob/main/CursorCore-QW2.5-1.5B-SR.Q8_0.gguf) | Q8_0 | 1.53GB |
|
||||
|
||||
Original model description:
|
||||
---
|
||||
tags:
|
||||
- code
|
||||
base_model:
|
||||
- Qwen/Qwen2.5-Coder-1.5B
|
||||
library_name: transformers
|
||||
pipeline_tag: text-generation
|
||||
license: apache-2.0
|
||||
---
|
||||
|
||||
# CursorCore: Assist Programming through Aligning Anything
|
||||
|
||||
|
||||
Reference in New Issue
Block a user