Skip to content

Commit 9129fd0

Browse files
authored
transformers-cli login => huggingface-cli login (#18490)
* zero chance anyone's using that constant no? * `transformers-cli login` => `huggingface-cli login` * `transformers-cli repo create` => `huggingface-cli repo create` * `make style`
1 parent 8d1f903 commit 9129fd0

File tree

64 files changed

+72
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+72
-75
lines changed

examples/flax/image-captioning/run_image_captioning_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class ModelArguments:
186186
default=False,
187187
metadata={
188188
"help": (
189-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
189+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
190190
"with private models)."
191191
)
192192
},

examples/flax/language-modeling/run_bart_dlm_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/language-modeling/run_clm_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ModelArguments:
173173
default=False,
174174
metadata={
175175
"help": (
176-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
176+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
177177
"with private models)."
178178
)
179179
},

examples/flax/language-modeling/run_mlm_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/language-modeling/run_t5_mlm_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ModelArguments:
172172
default=False,
173173
metadata={
174174
"help": (
175-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
175+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
176176
"with private models)."
177177
)
178178
},

examples/flax/question-answering/run_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class ModelArguments:
159159
default=False,
160160
metadata={
161161
"help": (
162-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
162+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
163163
"with private models)."
164164
)
165165
},

examples/flax/summarization/run_summarization_flax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class ModelArguments:
186186
default=False,
187187
metadata={
188188
"help": (
189-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
189+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
190190
"with private models)."
191191
)
192192
},

examples/flax/text-classification/run_flax_glue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ModelArguments:
105105
default=False,
106106
metadata={
107107
"help": (
108-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
108+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
109109
"with private models)."
110110
)
111111
},

examples/flax/token-classification/run_flax_ner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class ModelArguments:
153153
default=False,
154154
metadata={
155155
"help": (
156-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
156+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
157157
"with private models)."
158158
)
159159
},

examples/flax/vision/run_image_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class ModelArguments:
162162
default=False,
163163
metadata={
164164
"help": (
165-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
165+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
166166
"with private models)."
167167
)
168168
},

examples/pytorch/audio-classification/run_audio_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ModelArguments:
156156
default=False,
157157
metadata={
158158
"help": (
159-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
159+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
160160
"with private models)."
161161
)
162162
},

examples/pytorch/contrastive-image-text/run_clip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class ModelArguments:
9090
default=False,
9191
metadata={
9292
"help": (
93-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
93+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
9494
"with private models)."
9595
)
9696
},

examples/pytorch/image-classification/run_image_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class ModelArguments:
145145
default=False,
146146
metadata={
147147
"help": (
148-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
148+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
149149
"with private models)."
150150
)
151151
},

examples/pytorch/image-pretraining/run_mae.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class ModelArguments:
137137
default=False,
138138
metadata={
139139
"help": (
140-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
140+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
141141
"with private models)."
142142
)
143143
},

examples/pytorch/image-pretraining/run_mim.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class ModelArguments:
157157
default=False,
158158
metadata={
159159
"help": (
160-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
160+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
161161
"with private models)."
162162
)
163163
},

examples/pytorch/language-modeling/run_clm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class ModelArguments:
114114
default=False,
115115
metadata={
116116
"help": (
117-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
117+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
118118
"with private models)."
119119
)
120120
},

examples/pytorch/language-modeling/run_mlm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class ModelArguments:
111111
default=False,
112112
metadata={
113113
"help": (
114-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
114+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
115115
"with private models)."
116116
)
117117
},

examples/pytorch/language-modeling/run_plm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ModelArguments:
9999
default=False,
100100
metadata={
101101
"help": (
102-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
102+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
103103
"with private models)."
104104
)
105105
},

examples/pytorch/multiple-choice/run_swag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ModelArguments:
8383
default=False,
8484
metadata={
8585
"help": (
86-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
86+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8787
"with private models)."
8888
)
8989
},

examples/pytorch/question-answering/run_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ModelArguments:
8383
default=False,
8484
metadata={
8585
"help": (
86-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
86+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8787
"with private models)."
8888
)
8989
},

examples/pytorch/question-answering/run_qa_beam_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ModelArguments:
8282
default=False,
8383
metadata={
8484
"help": (
85-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
85+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8686
"with private models)."
8787
)
8888
},

examples/pytorch/question-answering/run_seq2seq_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ModelArguments:
8383
default=False,
8484
metadata={
8585
"help": (
86-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
86+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8787
"with private models)."
8888
)
8989
},

examples/pytorch/semantic-segmentation/run_semantic_segmentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class ModelArguments:
246246
default=False,
247247
metadata={
248248
"help": (
249-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
249+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
250250
"with private models)."
251251
)
252252
},

examples/pytorch/speech-recognition/run_speech_recognition_ctc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class DataTrainingArguments:
233233
metadata={
234234
"help": (
235235
"If :obj:`True`, will use the token generated when running"
236-
":obj:`transformers-cli login` as HTTP bearer authorization for remote files."
236+
":obj:`huggingface-cli login` as HTTP bearer authorization for remote files."
237237
)
238238
},
239239
)

examples/pytorch/speech-recognition/run_speech_recognition_seq2seq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ModelArguments:
8989
default=False,
9090
metadata={
9191
"help": (
92-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
92+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
9393
"with private models)."
9494
)
9595
},

examples/pytorch/summarization/run_summarization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class ModelArguments:
103103
default=False,
104104
metadata={
105105
"help": (
106-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
106+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
107107
"with private models)."
108108
)
109109
},

examples/pytorch/text-classification/run_glue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class ModelArguments:
192192
default=False,
193193
metadata={
194194
"help": (
195-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
195+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
196196
"with private models)."
197197
)
198198
},

examples/pytorch/text-classification/run_xnli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ModelArguments:
156156
default=False,
157157
metadata={
158158
"help": (
159-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
159+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
160160
"with private models)."
161161
)
162162
},

examples/pytorch/token-classification/run_ner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ModelArguments:
8383
default=False,
8484
metadata={
8585
"help": (
86-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
86+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8787
"with private models)."
8888
)
8989
},

examples/pytorch/translation/run_translation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ModelArguments:
9393
default=False,
9494
metadata={
9595
"help": (
96-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
96+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
9797
"with private models)."
9898
)
9999
},

examples/research_projects/layoutlmv3/run_funsd_cord.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ModelArguments:
8181
default=False,
8282
metadata={
8383
"help": (
84-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
84+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8585
"with private models)."
8686
)
8787
},

examples/research_projects/mlm_wwm/run_mlm_wwm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ModelArguments:
101101
default=False,
102102
metadata={
103103
"help": (
104-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
104+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
105105
"with private models)."
106106
)
107107
},

examples/research_projects/quantization-qdqbert/run_quant_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ModelArguments:
8484
default=False,
8585
metadata={
8686
"help": (
87-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
87+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8888
"with private models)."
8989
)
9090
},

examples/research_projects/robust-speech-event/run_speech_recognition_ctc_bnb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class DataTrainingArguments:
231231
metadata={
232232
"help": (
233233
"If :obj:`True`, will use the token generated when running"
234-
":obj:`transformers-cli login` as HTTP bearer authorization for remote files."
234+
":obj:`huggingface-cli login` as HTTP bearer authorization for remote files."
235235
)
236236
},
237237
)

examples/research_projects/robust-speech-event/run_speech_recognition_ctc_streaming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class DataTrainingArguments:
234234
metadata={
235235
"help": (
236236
"If :obj:`True`, will use the token generated when running"
237-
":obj:`transformers-cli login` as HTTP bearer authorization for remote files."
237+
":obj:`huggingface-cli login` as HTTP bearer authorization for remote files."
238238
)
239239
},
240240
)

examples/research_projects/tapex/run_tabfact_with_tapex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class ModelArguments:
175175
default=False,
176176
metadata={
177177
"help": (
178-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
178+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
179179
"with private models)."
180180
)
181181
},

examples/research_projects/tapex/run_wikisql_with_tapex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class ModelArguments:
104104
default=False,
105105
metadata={
106106
"help": (
107-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
107+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
108108
"with private models)."
109109
)
110110
},

examples/research_projects/tapex/run_wikitablequestions_with_tapex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ModelArguments:
102102
default=False,
103103
metadata={
104104
"help": (
105-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
105+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
106106
"with private models)."
107107
)
108108
},

examples/research_projects/xtreme-s/run_xtreme_s.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class DataTrainingArguments:
287287
metadata={
288288
"help": (
289289
"If :obj:`True`, will use the token generated when running"
290-
":obj:`transformers-cli login` as HTTP bearer authorization for remote files."
290+
":obj:`huggingface-cli login` as HTTP bearer authorization for remote files."
291291
)
292292
},
293293
)

examples/tensorflow/language-modeling/run_clm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class ModelArguments:
114114
default=False,
115115
metadata={
116116
"help": (
117-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
117+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
118118
"with private models)."
119119
)
120120
},

examples/tensorflow/language-modeling/run_mlm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ModelArguments:
115115
default=False,
116116
metadata={
117117
"help": (
118-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
118+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
119119
"with private models)."
120120
)
121121
},

examples/tensorflow/multiple-choice/run_swag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class ModelArguments:
157157
default=False,
158158
metadata={
159159
"help": (
160-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
160+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
161161
"with private models)."
162162
)
163163
},

examples/tensorflow/question-answering/run_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ModelArguments:
8080
default=False,
8181
metadata={
8282
"help": (
83-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
83+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
8484
"with private models)."
8585
)
8686
},

examples/tensorflow/summarization/run_summarization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ModelArguments:
101101
default=False,
102102
metadata={
103103
"help": (
104-
"Will use the token generated when running `transformers-cli login` (necessary to use this script "
104+
"Will use the token generated when running `huggingface-cli login` (necessary to use this script "
105105
"with private models)."
106106
)
107107
},

0 commit comments

Comments
 (0)