Improve model card: add metadata, library_name and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -1,22 +1,28 @@
1
  ---
2
- inference: false
 
3
  language:
4
  - en
5
  - zh
 
6
  tags:
7
  - instruction-finetuning
8
- task_categories:
9
- - text-generation
10
- base_model:
11
- - google/gemma-2-27b-it
12
- license: cc-by-nc-nd-4.0
13
  ---
 
14
  <h1 align="center">
15
  πŸ” xVerify-27B-I
16
  </h1>
17
 
18
  <p align="center">
19
  <div style="display: flex; justify-content: center; gap: 10px;">
 
 
 
20
  <a href="https://github.com/IAAR-Shanghai/xVerify">
21
  <img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
22
  </a>
@@ -25,7 +31,8 @@ license: cc-by-nc-nd-4.0
25
  </a>
26
  </div>
27
  </p>
28
- xVerify is an evaluation tool fine-tuned from a pre-trained large language model, designed specifically for objective questions with a single correct answer. It accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions.
 
29
 
30
  ---
31
 
@@ -48,6 +55,11 @@ Primarily handles Chinese and English responses while remaining compatible with
48
 
49
  ---
50
 
 
 
 
 
 
51
 
52
  ## πŸ“š Citation
53
 
 
1
  ---
2
+ base_model:
3
+ - google/gemma-2-27b-it
4
  language:
5
  - en
6
  - zh
7
+ license: cc-by-nc-nd-4.0
8
  tags:
9
  - instruction-finetuning
10
+ inference: false
11
+ pipeline_tag: text-generation
12
+ library_name: transformers
13
+ papers:
14
+ - 2504.10481
15
  ---
16
+
17
  <h1 align="center">
18
  πŸ” xVerify-27B-I
19
  </h1>
20
 
21
  <p align="center">
22
  <div style="display: flex; justify-content: center; gap: 10px;">
23
+ <a href="https://huggingface.co/papers/2504.10481">
24
+ <img src="https://img.shields.io/badge/Paper-arXiv-red?logo=arxiv" alt="Paper"/>
25
+ </a>
26
  <a href="https://github.com/IAAR-Shanghai/xVerify">
27
  <img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
28
  </a>
 
31
  </a>
32
  </div>
33
  </p>
34
+
35
+ xVerify is an evaluation tool fine-tuned from a pre-trained large language model, designed specifically for objective questions with a single correct answer. It is presented in the paper [xVerify: Efficient Answer Verifier for Reasoning Model Evaluations](https://huggingface.co/papers/2504.10481). It accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions.
36
 
37
  ---
38
 
 
55
 
56
  ---
57
 
58
+ ## πŸš€ Get Started
59
+
60
+ For full implementation, data preparation, and evaluation scripts, please visit the [official GitHub Repository](https://github.com/IAAR-Shanghai/xVerify).
61
+
62
+ ---
63
 
64
  ## πŸ“š Citation
65