visual-arena / docs /commands /conv_release.md
tianleliphoebe's picture
Upload folder using huggingface_hub
ec0c335 verified

A newer version of the Gradio SDK is available: 4.36.1

Upgrade

Chatbot Arena Conversations

  1. Gather battles
python3 clean_battle_data.py --max-num 10 --mode conv_release
  1. Tag OpenAI moderation
python3 tag_openai_moderation.py --in clean_battle_conv_20230814.json
  1. Clean PII

  2. Filter additional blocked words

python3 filter_bad_conv.py --in clean_battle_conv_20230630_tagged_v1_pii.json
  1. Add additional toxicity tag

All Conversations

  1. Gather chats
python3 clean_chat_data.py
  1. Sample
python3 conv_release_scripts/sample.py

Prompt distribution