問題タブ [pytorch-lightning]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - トレーニング中の Huggingface エラー: AttributeError: 'str' オブジェクトに属性 'size' がありません
GPT2LMHeadModel
Pytorch Lightning を使用してカジュアルな言語モデリング (与えられた一連の単語から次の単語を予測する) 用に Huggingface モデルを微調整しようとすると、トレーニング中にエラーが発生します。
AttributeError: 'str' オブジェクトには属性 'size' がありません
トレーニング コードの何が問題だったのでしょうか? DataCollatorForLanguageModeling
これは Pytorch での間違った使用によるものDataLoader
ですか?
再現可能な例:
エラー トレースバック:
コンダパッケージ: