Improve model card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: peft
|
| 3 |
-
license: other
|
| 4 |
base_model: Qwen/Qwen2.5-7B
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- llama-factory
|
| 7 |
- lora
|
| 8 |
- generated_from_trainer
|
| 9 |
model-index:
|
| 10 |
-
- name: Inverse-Qwen-2.5-BlackBox-7B-LoRA-Adapter
|
| 11 |
results: []
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -18,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the inv_qwen_inf-ins_660k dataset for paper [Beyond One-Size-Fits-All: Inversion Learning for Highly Effective NLG Evaluation Prompts](arxiv.org/abs/2504.21117).
|
| 20 |
|
|
|
|
|
|
|
| 21 |
## Model description
|
| 22 |
|
| 23 |
LoRA Adapter for Inverse-Qwen-2.5-7B. Please use with the originl Qwen2.5-7B base model.
|
|
@@ -47,4 +50,4 @@ The following hyperparameters were used during training:
|
|
| 47 |
- Tokenizers 0.20.3
|
| 48 |
---
|
| 49 |
license: apache-2.0
|
| 50 |
-
---
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
base_model: Qwen/Qwen2.5-7B
|
| 3 |
+
library_name: peft
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- llama-factory
|
| 7 |
- lora
|
| 8 |
- generated_from_trainer
|
| 9 |
model-index:
|
| 10 |
+
- name: Inverse-Qwen-2.5-BlackBox-7B-LoRA-Adapter
|
| 11 |
results: []
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the inv_qwen_inf-ins_660k dataset for paper [Beyond One-Size-Fits-All: Inversion Learning for Highly Effective NLG Evaluation Prompts](arxiv.org/abs/2504.21117).
|
| 21 |
|
| 22 |
+
Code: https://github.com/blackboxllm/llm_evaluation_inversion/tree/main.
|
| 23 |
+
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
LoRA Adapter for Inverse-Qwen-2.5-7B. Please use with the originl Qwen2.5-7B base model.
|
|
|
|
| 50 |
- Tokenizers 0.20.3
|
| 51 |
---
|
| 52 |
license: apache-2.0
|
| 53 |
+
---
|