vanilla1116 nielsr HF staff commited on
Commit
3e7a9ea
·
verified ·
1 Parent(s): 4f6ee6a

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]>

Files changed (1) hide show
  1. README.md +3 -1
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
  [![arXiv](https://img.shields.io/badge/arXiv-2407.04693-b31b1b.svg)](https://arxiv.org/abs/2407.04693)
8
  [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](./LICENSE)
9
 
10
- This page holds the ANAH-v2 model which is trained base on the Internlm2-7B. It is fine-tuned to annotate the hallucination in LLM's responses.
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
  [![arXiv](https://img.shields.io/badge/arXiv-2407.04693-b31b1b.svg)](https://arxiv.org/abs/2407.04693)
10
  [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](./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