mgubri commited on
Commit
0d89c22
·
verified ·
1 Parent(s): ed2f484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,6 +10,7 @@ model-index:
10
  results: []
11
  datasets:
12
  - stanfordnlp/coqa
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,13 +19,14 @@ should probably proofread and complete it, then remove this comment. -->
18
  # apricot_binary_coqa_deberta-v3-base_for_vicuna-7b-v1.5
19
 
20
 
21
- This model is fine-tuned for black-box LLM calibration as part of the 🍑 Apricot paper ["Calibrating Large Language Models Using Their Generations Only"](https://github.com/parameterlab/apricot) (ACL 2024).
22
 
23
  ## Model description
24
 
25
 
26
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) to predict the calibration score for the [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) model on the questions from the stanfordnlp/coqa dataset. It uses the binary type of calibration target score.
27
 
 
28
  ## Intended uses & limitations
29
 
30
  More information needed
 
10
  results: []
11
  datasets:
12
  - stanfordnlp/coqa
13
+ library_name: transformers
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
  # apricot_binary_coqa_deberta-v3-base_for_vicuna-7b-v1.5
20
 
21
 
22
+ This model is fine-tuned for black-box LLM calibration as part of the 🍑 Apricot paper ["Calibrating Large Language Models Using Their Generations Only"](https://arxiv.org/abs/2403.05973) (ACL 2024).
23
 
24
  ## Model description
25
 
26
 
27
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) to predict the calibration score for the [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) model on the questions from the stanfordnlp/coqa dataset. It uses the binary type of calibration target score.
28
 
29
+
30
  ## Intended uses & limitations
31
 
32
  More information needed