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

Model: Gryphe/LlamaGramma-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-24 22:32:12 +08:00
commit d823b232fe
10 changed files with 153 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
---
license: other
datasets:
- Gryphe/CoEdit-Alpaca
language:
- en
---
A full finetune of Llama 2 7B using my [Alpaca-transformed CoEdIT dataset](https://huggingface.co/datasets/Gryphe/CoEdit-Alpaca). I gave it three epochs of training using a single A100 80GB GPU.
The intent was to create a L2 model that specializes in grammar correction. Results may vary.
## Prompt Format
```
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
Remove all grammatical errors from this text: <insert text here>
### Response:
```