diff --git a/model_zoo/resnet_thor/README.md b/model_zoo/official/cv/resnet_thor/README.md similarity index 100% rename from model_zoo/resnet_thor/README.md rename to model_zoo/official/cv/resnet_thor/README.md diff --git a/model_zoo/resnet_thor/eval.py b/model_zoo/official/cv/resnet_thor/eval.py similarity index 100% rename from model_zoo/resnet_thor/eval.py rename to model_zoo/official/cv/resnet_thor/eval.py diff --git a/model_zoo/resnet_thor/scripts/run_distribute_train.sh b/model_zoo/official/cv/resnet_thor/scripts/run_distribute_train.sh similarity index 100% rename from model_zoo/resnet_thor/scripts/run_distribute_train.sh rename to model_zoo/official/cv/resnet_thor/scripts/run_distribute_train.sh diff --git a/model_zoo/resnet_thor/scripts/run_eval.sh b/model_zoo/official/cv/resnet_thor/scripts/run_eval.sh similarity index 100% rename from model_zoo/resnet_thor/scripts/run_eval.sh rename to model_zoo/official/cv/resnet_thor/scripts/run_eval.sh diff --git a/model_zoo/resnet_thor/src/config.py b/model_zoo/official/cv/resnet_thor/src/config.py similarity index 100% rename from model_zoo/resnet_thor/src/config.py rename to model_zoo/official/cv/resnet_thor/src/config.py diff --git a/model_zoo/resnet_thor/src/crossentropy.py b/model_zoo/official/cv/resnet_thor/src/crossentropy.py similarity index 100% rename from model_zoo/resnet_thor/src/crossentropy.py rename to model_zoo/official/cv/resnet_thor/src/crossentropy.py diff --git a/model_zoo/resnet_thor/src/dataset_helper.py b/model_zoo/official/cv/resnet_thor/src/dataset_helper.py similarity index 100% rename from model_zoo/resnet_thor/src/dataset_helper.py rename to model_zoo/official/cv/resnet_thor/src/dataset_helper.py diff --git a/model_zoo/resnet_thor/src/dataset_imagenet.py b/model_zoo/official/cv/resnet_thor/src/dataset_imagenet.py similarity index 100% rename from model_zoo/resnet_thor/src/dataset_imagenet.py rename to model_zoo/official/cv/resnet_thor/src/dataset_imagenet.py diff --git a/model_zoo/resnet_thor/src/grad_reducer_thor.py b/model_zoo/official/cv/resnet_thor/src/grad_reducer_thor.py similarity index 100% rename from model_zoo/resnet_thor/src/grad_reducer_thor.py rename to model_zoo/official/cv/resnet_thor/src/grad_reducer_thor.py diff --git a/model_zoo/resnet_thor/src/model_thor.py b/model_zoo/official/cv/resnet_thor/src/model_thor.py similarity index 100% rename from model_zoo/resnet_thor/src/model_thor.py rename to model_zoo/official/cv/resnet_thor/src/model_thor.py diff --git a/model_zoo/resnet_thor/src/resnet50.py b/model_zoo/official/cv/resnet_thor/src/resnet50.py similarity index 100% rename from model_zoo/resnet_thor/src/resnet50.py rename to model_zoo/official/cv/resnet_thor/src/resnet50.py diff --git a/model_zoo/resnet_thor/src/resnet_thor.py b/model_zoo/official/cv/resnet_thor/src/resnet_thor.py similarity index 100% rename from model_zoo/resnet_thor/src/resnet_thor.py rename to model_zoo/official/cv/resnet_thor/src/resnet_thor.py diff --git a/model_zoo/resnet_thor/src/thor.py b/model_zoo/official/cv/resnet_thor/src/thor.py similarity index 100% rename from model_zoo/resnet_thor/src/thor.py rename to model_zoo/official/cv/resnet_thor/src/thor.py diff --git a/model_zoo/resnet_thor/src/thor_layer.py b/model_zoo/official/cv/resnet_thor/src/thor_layer.py similarity index 100% rename from model_zoo/resnet_thor/src/thor_layer.py rename to model_zoo/official/cv/resnet_thor/src/thor_layer.py diff --git a/model_zoo/resnet_thor/train.py b/model_zoo/official/cv/resnet_thor/train.py similarity index 100% rename from model_zoo/resnet_thor/train.py rename to model_zoo/official/cv/resnet_thor/train.py diff --git a/model_zoo/bert_thor/README.md b/model_zoo/official/nlp/bert_thor/README.md similarity index 100% rename from model_zoo/bert_thor/README.md rename to model_zoo/official/nlp/bert_thor/README.md diff --git a/model_zoo/bert_thor/pretrain_eval.py b/model_zoo/official/nlp/bert_thor/pretrain_eval.py similarity index 100% rename from model_zoo/bert_thor/pretrain_eval.py rename to model_zoo/official/nlp/bert_thor/pretrain_eval.py diff --git a/model_zoo/bert_thor/run_pretrain.py b/model_zoo/official/nlp/bert_thor/run_pretrain.py similarity index 100% rename from model_zoo/bert_thor/run_pretrain.py rename to model_zoo/official/nlp/bert_thor/run_pretrain.py diff --git a/model_zoo/bert_thor/scripts/run_distribute_pretrain.sh b/model_zoo/official/nlp/bert_thor/scripts/run_distribute_pretrain.sh similarity index 100% rename from model_zoo/bert_thor/scripts/run_distribute_pretrain.sh rename to model_zoo/official/nlp/bert_thor/scripts/run_distribute_pretrain.sh diff --git a/model_zoo/bert_thor/scripts/run_standalone_pretrain.sh b/model_zoo/official/nlp/bert_thor/scripts/run_standalone_pretrain.sh similarity index 100% rename from model_zoo/bert_thor/scripts/run_standalone_pretrain.sh rename to model_zoo/official/nlp/bert_thor/scripts/run_standalone_pretrain.sh diff --git a/model_zoo/bert_thor/src/__init__.py b/model_zoo/official/nlp/bert_thor/src/__init__.py similarity index 100% rename from model_zoo/bert_thor/src/__init__.py rename to model_zoo/official/nlp/bert_thor/src/__init__.py diff --git a/model_zoo/bert_thor/src/bert_for_pre_training.py b/model_zoo/official/nlp/bert_thor/src/bert_for_pre_training.py similarity index 100% rename from model_zoo/bert_thor/src/bert_for_pre_training.py rename to model_zoo/official/nlp/bert_thor/src/bert_for_pre_training.py diff --git a/model_zoo/bert_thor/src/bert_model.py b/model_zoo/official/nlp/bert_thor/src/bert_model.py similarity index 100% rename from model_zoo/bert_thor/src/bert_model.py rename to model_zoo/official/nlp/bert_thor/src/bert_model.py diff --git a/model_zoo/bert_thor/src/bert_net_config.py b/model_zoo/official/nlp/bert_thor/src/bert_net_config.py similarity index 100% rename from model_zoo/bert_thor/src/bert_net_config.py rename to model_zoo/official/nlp/bert_thor/src/bert_net_config.py diff --git a/model_zoo/bert_thor/src/config.py b/model_zoo/official/nlp/bert_thor/src/config.py similarity index 100% rename from model_zoo/bert_thor/src/config.py rename to model_zoo/official/nlp/bert_thor/src/config.py diff --git a/model_zoo/bert_thor/src/dataset.py b/model_zoo/official/nlp/bert_thor/src/dataset.py similarity index 100% rename from model_zoo/bert_thor/src/dataset.py rename to model_zoo/official/nlp/bert_thor/src/dataset.py diff --git a/model_zoo/bert_thor/src/dataset_helper.py b/model_zoo/official/nlp/bert_thor/src/dataset_helper.py similarity index 100% rename from model_zoo/bert_thor/src/dataset_helper.py rename to model_zoo/official/nlp/bert_thor/src/dataset_helper.py diff --git a/model_zoo/bert_thor/src/evaluation_config.py b/model_zoo/official/nlp/bert_thor/src/evaluation_config.py similarity index 100% rename from model_zoo/bert_thor/src/evaluation_config.py rename to model_zoo/official/nlp/bert_thor/src/evaluation_config.py diff --git a/model_zoo/bert_thor/src/fused_layer_norm.py b/model_zoo/official/nlp/bert_thor/src/fused_layer_norm.py similarity index 100% rename from model_zoo/bert_thor/src/fused_layer_norm.py rename to model_zoo/official/nlp/bert_thor/src/fused_layer_norm.py diff --git a/model_zoo/bert_thor/src/grad_reducer_thor1.py b/model_zoo/official/nlp/bert_thor/src/grad_reducer_thor1.py similarity index 100% rename from model_zoo/bert_thor/src/grad_reducer_thor1.py rename to model_zoo/official/nlp/bert_thor/src/grad_reducer_thor1.py diff --git a/model_zoo/bert_thor/src/lr_generator.py b/model_zoo/official/nlp/bert_thor/src/lr_generator.py similarity index 100% rename from model_zoo/bert_thor/src/lr_generator.py rename to model_zoo/official/nlp/bert_thor/src/lr_generator.py diff --git a/model_zoo/bert_thor/src/model_thor.py b/model_zoo/official/nlp/bert_thor/src/model_thor.py similarity index 100% rename from model_zoo/bert_thor/src/model_thor.py rename to model_zoo/official/nlp/bert_thor/src/model_thor.py diff --git a/model_zoo/bert_thor/src/thor_for_bert.py b/model_zoo/official/nlp/bert_thor/src/thor_for_bert.py similarity index 100% rename from model_zoo/bert_thor/src/thor_for_bert.py rename to model_zoo/official/nlp/bert_thor/src/thor_for_bert.py diff --git a/model_zoo/bert_thor/src/thor_for_bert_arg.py b/model_zoo/official/nlp/bert_thor/src/thor_for_bert_arg.py similarity index 100% rename from model_zoo/bert_thor/src/thor_for_bert_arg.py rename to model_zoo/official/nlp/bert_thor/src/thor_for_bert_arg.py diff --git a/model_zoo/bert_thor/src/thor_layer.py b/model_zoo/official/nlp/bert_thor/src/thor_layer.py similarity index 100% rename from model_zoo/bert_thor/src/thor_layer.py rename to model_zoo/official/nlp/bert_thor/src/thor_layer.py diff --git a/model_zoo/bert_thor/src/utils.py b/model_zoo/official/nlp/bert_thor/src/utils.py similarity index 100% rename from model_zoo/bert_thor/src/utils.py rename to model_zoo/official/nlp/bert_thor/src/utils.py