初始化项目,由ModelHub XC社区提供模型
Model: Gryphe/LlamaGramma-7b Source: Original Platform
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal 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:
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user