daniellnichols
commited on
Commit
•
81f05ea
1
Parent(s):
459b305
Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,6 @@ pipeline_tag: text-generation
|
|
16 |
|
17 |
# HPC-Coder-v2
|
18 |
|
19 |
-
> [!WARNING]
|
20 |
-
> This is a midway training checkpoint for HPC-Coder-v2-6.7b.
|
21 |
-
> The final weights are at [hpcgroup/hpc-coder-v2-6.7b](https://huggingface.co/hpcgroup/hpc-coder-v2-6.7b).
|
22 |
-
|
23 |
The HPC-Coder-v2-6.7b model is an HPC code LLM fine-tuned on an instruction dataset catered to common HPC topics such as parallelism, optimization, accelerator porting, etc.
|
24 |
This version is a fine-tuning of the [Deepseek Coder 6.7b](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) model.
|
25 |
It is fine-tuned on the [hpc-instruct](https://huggingface.co/datasets/hpcgroup/hpc-instruct), [oss-instruct](https://huggingface.co/datasets/ise-uiuc/Magicoder-OSS-Instruct-75K), and [evol-instruct](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) datasets.
|
|
|
16 |
|
17 |
# HPC-Coder-v2
|
18 |
|
|
|
|
|
|
|
|
|
19 |
The HPC-Coder-v2-6.7b model is an HPC code LLM fine-tuned on an instruction dataset catered to common HPC topics such as parallelism, optimization, accelerator porting, etc.
|
20 |
This version is a fine-tuning of the [Deepseek Coder 6.7b](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) model.
|
21 |
It is fine-tuned on the [hpc-instruct](https://huggingface.co/datasets/hpcgroup/hpc-instruct), [oss-instruct](https://huggingface.co/datasets/ise-uiuc/Magicoder-OSS-Instruct-75K), and [evol-instruct](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) datasets.
|