xwinxu's picture
Upload README.md with huggingface_hub
595c5a5
|
raw
history blame
No virus
999 Bytes
metadata
license: apache-2.0
datasets:
  - stanfordnlp/SHP
  - Anthropic/hh-rlhf
  - OpenAssistant/oasst1
language:
  - en
metrics:
  - accuracy
tags:
  - human feedback
  - rlhf
  - preferences
  - alignment
  - HALO
  - halos
  - dpo
  - rl

halos

This repo contains the model checkpoints for:

  • model family llama30b
  • optimized with the loss PPO
  • aligned using the SHP, Anthropic HH and Open Assistant datasets.

Please refer to our code repository which contains intructions for training your own HALOs and links to our model cards.

If you find this repo or the technical paper useful in your research, please feel free to cite our work:

@misc{ethayarajh2023halos,
  url = {http://halos.github.io/},
  author = {Ethayarajh, Kawin and Xu, Winnie, and Jurafsky, Dan and Kiela, Douwe},
  title = {Human-Centered Loss Functions (HALOs)},
  publisher = {Contextual AI Blog},
  year = {2023},
}