Add library name and pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-3B-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
This is the model checkpoint for paper: [**ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind**](https://arxiv.org/pdf/2505.22961).
|
| 7 |
|
| 8 |
-
Please refer to our [Github Repo](https://github.com/ulab-uiuc/ToMAP) for usage details.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-3B-Instruct
|
| 4 |
+
license: mit
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
datasets: []
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
---
|
| 13 |
+
|
| 14 |
This is the model checkpoint for paper: [**ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind**](https://arxiv.org/pdf/2505.22961).
|
| 15 |
|
| 16 |
+
Please refer to our [Github Repo](https://github.com/ulab-uiuc/ToMAP) for usage details.
|