Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,16 @@ inference: false
|
|
3 |
license: other
|
4 |
---
|
5 |
|
6 |
-
# AlpaGasus-
|
7 |
|
8 |
## Model Details
|
9 |
|
10 |
-
This is an **unofficial** implementation of AlpaGasus-
|
11 |
|
12 |
- **Developed by:** [gpt4life](https://github.com/gpt4life)
|
13 |
- **Model type:** An auto-regressive language model based on the transformer architecture.
|
14 |
- **License:** Non-commercial license
|
15 |
-
- **Finetuned from model:** [LLaMA-
|
16 |
|
17 |
Please see the original LLaMA [license](https://github.com/facebookresearch/llama/blob/main/LICENSE) before using this model.
|
18 |
|
@@ -23,4 +23,4 @@ Please see the original LLaMA [license](https://github.com/facebookresearch/llam
|
|
23 |
|
24 |
## Training Details
|
25 |
|
26 |
-
AlpaGasus-
|
|
|
3 |
license: other
|
4 |
---
|
5 |
|
6 |
+
# AlpaGasus-13B Model Card
|
7 |
|
8 |
## Model Details
|
9 |
|
10 |
+
This is an **unofficial** implementation of AlpaGasus-13B, which is a chat assistant trained by fine-tuning LLaMA on a Claud-filtered Alpaca dataset with around 5K triplets.
|
11 |
|
12 |
- **Developed by:** [gpt4life](https://github.com/gpt4life)
|
13 |
- **Model type:** An auto-regressive language model based on the transformer architecture.
|
14 |
- **License:** Non-commercial license
|
15 |
+
- **Finetuned from model:** [LLaMA-13B](https://huggingface.co/elinas/llama-13b-hf-transformers-4.29).
|
16 |
|
17 |
Please see the original LLaMA [license](https://github.com/facebookresearch/llama/blob/main/LICENSE) before using this model.
|
18 |
|
|
|
23 |
|
24 |
## Training Details
|
25 |
|
26 |
+
AlpaGasus-13B is fine-tuned from LLaMA-13B with supervised instruction fine-tuning on the filtered [Alpaca dataset](https://github.com/gpt4life/alpagasus/blob/main/rating/alpaca_filtered_data.json).
|