Add license, pipeline tag, and library name to model card
Browse filesThis PR enhances the model card by adding essential metadata:
- `license: apache-2.0`: Explicitly states the licensing terms, providing clarity for users.
- `pipeline_tag: text-generation`: Ensures the model is discoverable through relevant filters on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation).
- `library_name: transformers`: Indicates compatibility with the Hugging Face Transformers library, enabling easier programmatic access and usage through the "Use in Transformers" widget.
These additions improve the discoverability and usability of the model for the community.
README.md
CHANGED
|
@@ -15,6 +15,9 @@ datasets:
|
|
| 15 |
- declare-lab/HarmfulQA
|
| 16 |
language:
|
| 17 |
- en
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
<p align="center">
|
|
@@ -29,7 +32,7 @@ language:
|
|
| 29 |
<img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
|
| 30 |
</a>
|
| 31 |
<a href="https://huggingface.co/IAAR-Shanghai/MARA_AGENTS">
|
| 32 |
-
<img src="https://img.shields.io/badge/🤗%20Hugging%
|
| 33 |
</a>
|
| 34 |
<a href="https://arxiv.org/abs/2505.19743">
|
| 35 |
<img src="https://img.shields.io/badge/arXiv-Paper-8B0000?style=flat-square&logo=arxiv&logoColor=white">
|
|
@@ -67,7 +70,7 @@ The source code and implementation details are open-sourced at [MARA](https://gi
|
|
| 67 |
|
| 68 |
|
| 69 |
|
| 70 |
-
###
|
| 71 |
<table class="center">
|
| 72 |
<tr>
|
| 73 |
<td width=100% style="border: none">
|
|
@@ -96,7 +99,7 @@ The source code and implementation details are open-sourced at [MARA](https://gi
|
|
| 96 |
|
| 97 |
More details and analyses about experimental results can be found in our [paper](https://arxiv.org/abs/2505.19743).
|
| 98 |
|
| 99 |
-
###
|
| 100 |
If the code or the paper has been useful in your research, please add a citation to our work:
|
| 101 |
```
|
| 102 |
@article{zhang2025tokenlevelacceptrejectmicro,
|
|
@@ -105,4 +108,4 @@ If the code or the paper has been useful in your research, please add a citation
|
|
| 105 |
journal={arXiv preprint arXiv:2505.19743},
|
| 106 |
year={2025}
|
| 107 |
}
|
| 108 |
-
```
|
|
|
|
| 15 |
- declare-lab/HarmfulQA
|
| 16 |
language:
|
| 17 |
- en
|
| 18 |
+
license: apache-2.0
|
| 19 |
+
pipeline_tag: text-generation
|
| 20 |
+
library_name: transformers
|
| 21 |
---
|
| 22 |
|
| 23 |
<p align="center">
|
|
|
|
| 32 |
<img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
|
| 33 |
</a>
|
| 34 |
<a href="https://huggingface.co/IAAR-Shanghai/MARA_AGENTS">
|
| 35 |
+
<img src="https://img.shields.io/badge/🤗%20Hugging%20 Face-MARA_AGENTS-yellow" alt="Hugging Face"/>
|
| 36 |
</a>
|
| 37 |
<a href="https://arxiv.org/abs/2505.19743">
|
| 38 |
<img src="https://img.shields.io/badge/arXiv-Paper-8B0000?style=flat-square&logo=arxiv&logoColor=white">
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
+
### 📊 Experiment Results
|
| 74 |
<table class="center">
|
| 75 |
<tr>
|
| 76 |
<td width=100% style="border: none">
|
|
|
|
| 99 |
|
| 100 |
More details and analyses about experimental results can be found in our [paper](https://arxiv.org/abs/2505.19743).
|
| 101 |
|
| 102 |
+
### ✍️ Citation
|
| 103 |
If the code or the paper has been useful in your research, please add a citation to our work:
|
| 104 |
```
|
| 105 |
@article{zhang2025tokenlevelacceptrejectmicro,
|
|
|
|
| 108 |
journal={arXiv preprint arXiv:2505.19743},
|
| 109 |
year={2025}
|
| 110 |
}
|
| 111 |
+
```
|