mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-22 02:59:24 +01:00
6 lines
187 B
Bash
6 lines
187 B
Bash
|
|
PYTHONPATH=. python examples/pytorch/transformers/finetune_transformers_model.py \
|
||
|
|
--model bert-base-uncased \
|
||
|
|
--num_labels 15 \
|
||
|
|
--dataset_name clue \
|
||
|
|
--subset_name tnews
|