Update all references to canonical models (#29001)

* Script & Manual edition

* Update
This commit is contained in:
Lysandre Debut
2024-02-16 08:16:58 +01:00
committed by GitHub
parent 1e402b957d
commit f497f564bb
561 changed files with 2682 additions and 2687 deletions

View File

@@ -41,7 +41,7 @@ PyTorchをTensorFlowモデルの重みに変換する手順、およびMLフレ
 
選択したモデルの`config.json``model_type`フィールドをチェックしてみてください
[](https://huggingface.co/bert-base-uncased/blob/main/config.json#L14))。
[](https://huggingface.co/google-bert/bert-base-uncased/blob/main/config.json#L14))。
🤗 Transformersの該当するモデルフォルダに、名前が"modeling_tf"で始まるファイルがある場合、それは対応するTensorFlow
アーキテクチャを持っていることを意味します([](https://github.com/huggingface/transformers/tree/main/src/transformers/models/bert))。