Fix canonical model --model_type in examples (#30480)
Fix --model_type in examples
This commit is contained in:
@@ -26,6 +26,6 @@ Example usage:
|
||||
|
||||
```bash
|
||||
python run_generation.py \
|
||||
--model_type=openai-community/gpt2 \
|
||||
--model_type=gpt2 \
|
||||
--model_name_or_path=openai-community/gpt2
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user