初始化项目,由ModelHub XC社区提供模型

Model: lmstudio-community/wavecoder-ultra-6.7b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-05 22:45:12 +08:00
commit 98eeeb6cbd
26 changed files with 215 additions and 0 deletions

58
.gitattributes vendored Normal file
View File

@@ -0,0 +1,58 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
wavecoder-ultra-6.7b.imatrix filter=lfs diff=lfs merge=lfs -text

87
README.md Normal file
View File

@@ -0,0 +1,87 @@
---
license: other
library_name: transformers
datasets:
- humaneval
license_name: deepseek
pipeline_tag: text-generation
tags:
- code
metrics:
- code_eval
quantized_by: bartowski
lm_studio:
param_count: 6.7b
use_case: coding
release_date: 15-04-2024
model_creator: microsoft
prompt_template: alpaca
system_prompt: Below is an instruction that describes a task. Write a response that appropriately completes the request.
base_model: DeepseekCoder
original_repo: microsoft/wavecoder-ultra-6.7b
---
## 💫 Community Model> wavecoder-ultra-6.7b by Microsoft
*👾 [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)*.
**Model creator:** [Microsoft](https://huggingface.co/microsoft)<br>
**Original model**: [wavecoder-ultra-6.7b](https://huggingface.co/microsoft/wavecoder-ultra-6.7b)<br>
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b2675](https://github.com/ggerganov/llama.cpp/releases/tag/b2675)<br>
## Model Summary:
WaveCoder ultra is a coding model created with 'Widepread And Versatile Enhanced' instruction tuning. It has exceptional generalization ability across different code-related tasks and has a high efficiency in generation.<br>
This model should be used exclusively for coding, and will follow instructions for code generation.
## Prompt Template:
Choose the `Alpaca` preset in your LM Studio.
Under the hood, the model will see a prompt that's formatted like so:
```
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction: {prompt}
### Response:
```
## Use case and examples
WaveCoder ultra is fine tuned for code-related instruction following tasks, including code generation, summarization, repair, and translation.
## Code Generation
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6435718aaaef013d1aec3b8b/X-MeWq5Aa0MTYUhEv2C4F.png)
## Code Summarization
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6435718aaaef013d1aec3b8b/5C_rfhuB1SWXj7t4CrTmO.png)
## Code Repair
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6435718aaaef013d1aec3b8b/EXJPvD3kdpMuqHb0mF0HG.png)
## Code Translation
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6435718aaaef013d1aec3b8b/FZroxLvNUVPlydyJlc0lU.png)
## Technical Details
The WaveCoder series of models is the result of a 'Widespread And Versatile Enchanced' (WAVE) instruction tuning with a highly refined dataset.
Their 'CodeOcean' consists of 20,000 instruction instances across the 4 code-related tasks (generation, summarization, repair, translation) with instructions generated by GPT-3.5-turbo.
To create this dataset, the team used existing raw code from GitHub CodeSearchNet, filtering for quality and diversity, then used a 'novel LLM-based Generator-Discriminator Framework' which involves generating supervised instruction data from the unsupervised open source code.
For further details and benchmarks, check out their arXiv paper [here](https://arxiv.org/abs/2312.14187)
## Special thanks
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
🙏 Special thanks to [Kalomaze](https://github.com/kalomaze) for his dataset (linked [here](https://github.com/ggerganov/llama.cpp/discussions/5263)) that was used for calculating the imatrix for these quants, which improves the overall quality!
## Disclaimers
LM Studio is not the creator, originator, or owner of any Model featured in the Community Model Program. Each Community Model is created and provided by third parties. LM Studio does not endorse, support, represent or guarantee the completeness, truthfulness, accuracy, or reliability of any Community Model. You understand that Community Models can produce content that might be offensive, harmful, inaccurate or otherwise inappropriate, or deceptive. Each Community Model is the sole responsibility of the person or entity who originated such Model. LM Studio may not monitor or control the Community Models and cannot, and does not, take responsibility for any such Model. LM Studio disclaims all warranties or guarantees about the accuracy, reliability or benefits of the Community Models. LM Studio further disclaims any warranty that the Community Model will meet your requirements, be secure, uninterrupted or available at any time or location, or error-free, viruses-free, or that any errors will be corrected, or otherwise. You will be solely responsible for any damage resulting from your use of or access to the Community Models, your downloading of any Community Model, or use of any other Community Model provided by or through LM Studio.

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5a85d5c29ef60d5c45a6cccf558012ff5889c10417261b904ca31f8afae74a7
size 1651621248

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85ad733cccbebce7c1ed80128376bb4ced1f584a84e93d9f0289bd8f883e4ef6
size 1529232768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6ead64b0d90c61a73e568329eae7d5690699e5a383303db1f2aeff2d9a1f88e
size 2360410848

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2527324140bb495527bb600a030b2493f70757ed13302e3f59986092643830fc
size 2197226208

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e575bde251df64267df91dbd0a674491cc5df4832e1e90ae881d7779fc000117
size 2035563904

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27b01072b093979a4af834ac284872599113ca3a516461e6ae43789b57157f15
size 1855602048

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1494bf66b0cdc4db68b10d9022f893022694bf1fb63173653303e117ce1b116
size 3115537344

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d431e6279d3bcca3a5f32bc73e1d9b979e3d9b65e01f7b1b3691583aaab7cb
size 2948977600

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f00cda7fe1781ba8afdd6abbf33f9f655ef53a8b6eb2d25e9d654ff061ebf91
size 2797196224

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f22295d40a6ccea98e45acc00f95cdac24e88dbc17ec4e53ec53703ab1a4ac56
size 2586051296

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:818624da02909d6f3c67ef6048a6b3def240afd39a0f9ada9b5fad32526a9ccf
size 3826492576

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf7906906786f4ac935f5ef8ce08b8f1e41d1e771a42797404ded632929887d8
size 3620018464

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac0ecb78937ea4e3c8f5819a825f375c4d1cf177e959ae266ba82e079b38cd4b
size 2533527136

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24baa7c10d17b88586f49f8fb5730322263e71d7b5a04ee8fe5d7262c9771f0d
size 3597784000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd8a573e722b7f7f4b6976935b923ed086236f9298d0510efc61869f1d8c5dec
size 3298677696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e5a0d1a8899d414989ef01007252276ca96a55275c1cb0bb998fd470b531418
size 2948977600

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cad9d109604818fcb1815eed867271497d9644a51db44cad3c8fd3e571036d7c
size 4081689760

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6325238ee9c96705c84a205f1abbdb8913623a908df74f3dfe2b6db58c8065d7
size 3857425568

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26aa94dd2309d82436c272fca9a8890142b8d4b6d2e6f3f1b2d815c3366d58ba
size 4783854240

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00dd7dbc885a37817b8021049953809a99a179e26daa09b0fa9f503924ae316a
size 4652389024

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e06ac33cc4db5782354624b2964dd7fafda4ce491511573d83c17a454b7cb80
size 5529904000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80e7f652b59ce43aba120b3466cb472fc371647ba51c0a0b527eabf4fa3d1313
size 7161845184

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d74d4bcf8a556f8595794afa05e3a816f5c7e1b222dd6f5d50c8ea973c37482
size 4562142