Improve model card with library_name and pipeline_tag (#1)
Browse files- Improve model card with library_name and pipeline_tag (782a0055dcc36c8ed2b09e55b36b22c1ae5035c5)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# ANAH-v2: Scaling Analytical Hallucination Annotation of Large Language Models
|
@@ -7,7 +9,7 @@ license: apache-2.0
|
|
7 |
[](https://arxiv.org/abs/2407.04693)
|
8 |
[](./LICENSE)
|
9 |
|
10 |
-
This page holds the ANAH-v2 model which is trained
|
11 |
|
12 |
More information please refer to our [project page](https://github.com/open-compass/ANAH).
|
13 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-classification
|
5 |
---
|
6 |
|
7 |
# ANAH-v2: Scaling Analytical Hallucination Annotation of Large Language Models
|
|
|
9 |
[](https://arxiv.org/abs/2407.04693)
|
10 |
[](./LICENSE)
|
11 |
|
12 |
+
This page holds the ANAH-v2 model which is trained based on the InternLM2-7B. It is fine-tuned to annotate the hallucination in LLMs' responses.
|
13 |
|
14 |
More information please refer to our [project page](https://github.com/open-compass/ANAH).
|
15 |
|