Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: apricot_clustering_coqa_deberta-v3-base_for_gpt-3.5-turbo-0125
|
| 8 |
results: []
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -13,11 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# apricot_clustering_coqa_deberta-v3-base_for_gpt-3.5-turbo-0125
|
| 15 |
|
| 16 |
-
This model is
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
| 20 |
-
|
|
|
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
|
@@ -45,4 +49,4 @@ The following hyperparameters were used during training:
|
|
| 45 |
- Transformers 4.32.0
|
| 46 |
- Pytorch 2.0.0+cu117
|
| 47 |
- Datasets 2.14.6
|
| 48 |
-
- Tokenizers 0.13.3
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: apricot_clustering_coqa_deberta-v3-base_for_gpt-3.5-turbo-0125
|
| 8 |
results: []
|
| 9 |
+
datasets:
|
| 10 |
+
- stanfordnlp/coqa
|
| 11 |
+
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 16 |
|
| 17 |
# apricot_clustering_coqa_deberta-v3-base_for_gpt-3.5-turbo-0125
|
| 18 |
|
| 19 |
+
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).
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
| 23 |
+
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 gpt-3.5-turbo-0125 model on the questions from the stanfordnlp/coqa dataset. It uses the clustering type of calibration target score.
|
| 24 |
+
|
| 25 |
|
| 26 |
## Intended uses & limitations
|
| 27 |
|
|
|
|
| 49 |
- Transformers 4.32.0
|
| 50 |
- Pytorch 2.0.0+cu117
|
| 51 |
- Datasets 2.14.6
|
| 52 |
+
- Tokenizers 0.13.3
|