Duguce commited on
Commit
2333e59
1 Parent(s): 40b2127

docs: update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -15,13 +15,12 @@ task_categories:
15
  ## Model Details
16
  xFinder is a model specifically designed for key answer extraction in large language models (LLMs). It is trained by fine-tuning Qwen-1.5-0.5B.
17
 
18
- - Developed by: [IAAR](https://www.iaar.ac.cn)
19
- - Model Type: An auto-regressive language model based on the transformer architecture
20
- - Fine-tuned from Model: [Qwen-1.5-0.5B](https://huggingface.co/Qwen/Qwen1.5-0.5B)
21
 
22
  ## Model Sources
23
- - Repository: https://github.com/IAAR-Shanghai/xFinder
24
- - Paper: https://arxiv.org/abs/2405.11874
25
 
26
  ## Uses
27
  xFinder is primarily used to enhance the evaluation of LLMs by accurately extracting key answers from their outputs. It addresses the limitations of traditional regular expression-based extraction methods, which often fail to handle the diverse and complex outputs generated by LLMs. xFinder improves the reliability of model assessments in various tasks.
 
15
  ## Model Details
16
  xFinder is a model specifically designed for key answer extraction in large language models (LLMs). It is trained by fine-tuning Qwen-1.5-0.5B.
17
 
18
+ - **Developed by:** [IAAR](https://www.iaar.ac.cn)
19
+ - **Fine-tuned from Model:** [Qwen-1.5-0.5B](https://huggingface.co/Qwen/Qwen1.5-0.5B)
 
20
 
21
  ## Model Sources
22
+ - **Repository:** https://github.com/IAAR-Shanghai/xFinder
23
+ - **Paper:** https://arxiv.org/abs/2405.11874
24
 
25
  ## Uses
26
  xFinder is primarily used to enhance the evaluation of LLMs by accurately extracting key answers from their outputs. It addresses the limitations of traditional regular expression-based extraction methods, which often fail to handle the diverse and complex outputs generated by LLMs. xFinder improves the reliability of model assessments in various tasks.