Update doc examples feature extractor -> image processor (#20501)
* Update doc example feature extractor -> image processor * Apply suggestions from code review
This commit is contained in:
@@ -186,14 +186,14 @@ wish, as it will appear on the Model Hub. Do not forget to include the organisat
|
||||
Then you will have to say whether your model re-uses the same processing classes as the model you're cloning:
|
||||
|
||||
```
|
||||
Will your new model use the same processing class as Xxx (XxxTokenizer/XxxFeatureExtractor)
|
||||
Will your new model use the same processing class as Xxx (XxxTokenizer/XxxFeatureExtractor/XxxImageProcessor)
|
||||
```
|
||||
|
||||
Answer yes if you have no intentions to make any change to the class used for preprocessing. It can use different
|
||||
files (for instance you can reuse the `BertTokenizer` with a new vocab file).
|
||||
|
||||
If you answer no, you will have to give the name of the classes
|
||||
for the new tokenizer/feature extractor/processor (depending on the model you're cloning).
|
||||
for the new tokenizer/image processor/feature extractor/processor (depending on the model you're cloning).
|
||||
|
||||
Next the questionnaire will ask
|
||||
|
||||
|
||||
Reference in New Issue
Block a user