From 337bd1227bfdfb98be35e62e137994905a2b2f8b Mon Sep 17 00:00:00 2001 From: EricMichaelSmith Date: Mon, 29 Mar 2021 14:36:10 -0400 Subject: [PATCH 1/2] Add missing distillation arg --- projects/anti_scaling/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/anti_scaling/README.md b/projects/anti_scaling/README.md index aaa32e58786..d078889aa2e 100644 --- a/projects/anti_scaling/README.md +++ b/projects/anti_scaling/README.md @@ -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 zoo:blender/blender_3B/model.dict \ --model projects.anti_scaling.distillation:DistillNarrowTransformerAgent \ --teacher-model data/models/blender/blender_3B/model \ --batchsize 16 \ From 3ac52d8a2aacf3930ef5ba5a43ad72c5cf8009d6 Mon Sep 17 00:00:00 2001 From: EricMichaelSmith Date: Mon, 29 Mar 2021 14:37:50 -0400 Subject: [PATCH 2/2] Consistency --- projects/anti_scaling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/anti_scaling/README.md b/projects/anti_scaling/README.md index d078889aa2e..8dc42522e09 100644 --- a/projects/anti_scaling/README.md +++ b/projects/anti_scaling/README.md @@ -36,7 +36,7 @@ parlai train_model \ --allow-missing-init-opts True \ --init-model None \ --init-opt data/models/blender/blender_3B/model.opt \ ---dict-file zoo:blender/blender_3B/model.dict \ +--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 \