Unverified Commit 8042fa34 authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

Benchmarks: Configuration - Add gpt-small into config files. (#253)

**Description**
Add gpt-small into config files.
parent 371fd61c
...@@ -92,6 +92,7 @@ superbench: ...@@ -92,6 +92,7 @@ superbench:
gpt_models: gpt_models:
<<: *default_pytorch_mode <<: *default_pytorch_mode
models: models:
- gpt2-small
- gpt2-large - gpt2-large
parameters: parameters:
<<: *common_model_config <<: *common_model_config
......
...@@ -93,6 +93,7 @@ superbench: ...@@ -93,6 +93,7 @@ superbench:
gpt_models: gpt_models:
<<: *default_pytorch_mode <<: *default_pytorch_mode
models: models:
- gpt2-small
- gpt2-large - gpt2-large
parameters: parameters:
<<: *common_model_config <<: *common_model_config
......
...@@ -97,6 +97,7 @@ superbench: ...@@ -97,6 +97,7 @@ superbench:
gpt_models: gpt_models:
<<: *default_pytorch_mode <<: *default_pytorch_mode
models: models:
- gpt2-small
- gpt2-large - gpt2-large
parameters: parameters:
<<: *common_model_config <<: *common_model_config
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment