Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Add distillation arg (#3561)
Browse files Browse the repository at this point in the history
* Add missing distillation arg

* Consistency
  • Loading branch information
EricMichaelSmith authored Mar 30, 2021
1 parent 582bf76 commit 7a82076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/anti_scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ parlai train_model \
--allow-missing-init-opts True \
--init-model None \
--init-opt data/models/blender/blender_3B/model.opt \
--dict-file data/models/blender/blender_3B/model.dict \
--model projects.anti_scaling.distillation:DistillNarrowTransformerAgent \
--teacher-model data/models/blender/blender_3B/model \
--batchsize 16 \
Expand Down

0 comments on commit 7a82076

Please sign in to comment.