Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -71,7 +71,7 @@ README, but for more information you can see the 'Input Datasets' section of
|
||||
### Example command
|
||||
```bash
|
||||
python run_text_classification.py \
|
||||
--model_name_or_path distilbert-base-cased \
|
||||
--model_name_or_path distilbert/distilbert-base-cased \
|
||||
--train_file training_data.json \
|
||||
--validation_file validation_data.json \
|
||||
--output_dir output/ \
|
||||
@@ -103,7 +103,7 @@ README, but for more information you can see the 'Input Datasets' section of
|
||||
### Example command
|
||||
```bash
|
||||
python run_glue.py \
|
||||
--model_name_or_path distilbert-base-cased \
|
||||
--model_name_or_path distilbert/distilbert-base-cased \
|
||||
--task_name mnli \
|
||||
--do_train \
|
||||
--do_eval \
|
||||
|
||||
Reference in New Issue
Block a user