sabersaleh
commited on
Commit
•
cfc39fd
1
Parent(s):
8f1d9af
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- tatsu-lab/alpaca
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-2-7b
|
7 |
+
---
|
8 |
+
|
9 |
+
This model is aligned using the AlpacaFarm dataset, fine-tuned through the Contrastive Preference Optimization (CPO) loss. The alignment process started from the Supervised Fine-Tuned (SFT) version of LLaMA 2 7B. The optimization process was conducted with a single epoch. For more information on the dataset, refer to the AlpacaFarm documentation (https://github.com/tatsu-lab/alpaca_farm).
|