Peng "Richard" Xia
Results
2
issues of
Peng "Richard" Xia
Addition ZongYuan Ge https://zongyuange.github.io/ https://scholar.google.com.au/citations?user=Q0gUrcIAAAAJ
Hi! I try to generate continuations with DExperts using the following scrpit. ```bash OUTPUT_DIR=output/toxicity/dexperts PROMPTS_DATASET=prompts/nontoxic_prompts-10k.jsonl MODEL_DIR=models/experts/toxicity/large API_RATE=25 export CUDA_VISIBLE_DEVICES=6 python -m scripts.run_toxicity_experiment \ --use-dataset \ --dataset-file $PROMPTS_DATASET \ --model-type dexperts...