Instructions to use xingyuHuxingyu/DynamicPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xingyuHuxingyu/DynamicPO with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Create config.yaml
Browse files- config.yaml +6 -0
config.yaml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
repo_type: model-collection
|
| 2 |
+
name: DynamicPO
|
| 3 |
+
models:
|
| 4 |
+
- Llama-2-7b-chat-hf
|
| 5 |
+
- Meta-Llama-3-8B-Instruct
|
| 6 |
+
- Qwen2.5-7B-Instruct
|