Add unit test for various model families and inference tasks (#1981)
* added unit test for various HF model families and tasks
* formatting
* added missing import
* fixed broken pytest global vars
* modified test to conform to other test structure
* removed gpt-j. it cannot run on V100s (OOM)
Co-authored-by: Jeff Rasley <jerasley@microsoft.com>