A newer version of the Gradio SDK is available:
5.6.0
Chatbot Arena Conversations
- Gather battles
python3 clean_battle_data.py --max-num 10 --mode conv_release
- Tag OpenAI moderation
python3 tag_openai_moderation.py --in clean_battle_conv_20230814.json
Clean PII
Filter additional blocked words
python3 filter_bad_conv.py --in clean_battle_conv_20230630_tagged_v1_pii.json
- Add additional toxicity tag
All Conversations
- Gather chats
python3 clean_chat_data.py
- Sample
python3 conv_release_scripts/sample.py