[urls to hub] Replace outdated model tags with their now-canonical pipeline types (#14617)
* Replace outdated model tags with their now-canonical pipeline types * spam the CI till it's green
This commit is contained in:
@@ -18,7 +18,7 @@ Fine-tuning the library models for masked language modeling (BERT, ALBERT, RoBER
|
||||
text file or a dataset.
|
||||
|
||||
Here is the full list of checkpoints on the hub that can be fine-tuned by this script:
|
||||
https://huggingface.co/models?filter=masked-lm
|
||||
https://huggingface.co/models?filter=fill-mask
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
|
||||
@@ -20,7 +20,7 @@ The script can be used to train CLIP like models for languages other than englis
|
||||
a text encoder pre-trained in the desired language. Currently this script support the following vision
|
||||
and text models:
|
||||
Vision models: ViT(https://huggingface.co/models?filter=vit), CLIP (https://huggingface.co/models?filter=clip)
|
||||
Text models: BERT, ROBERTa (https://huggingface.co/models?filter=masked-lm)
|
||||
Text models: BERT, ROBERTa (https://huggingface.co/models?filter=fill-mask)
|
||||
"""
|
||||
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user