問題タブ [spacy-3]

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.

0 投票する
0 に答える
169 参照

config - spaCy v3 [E930] `el_core_news_lg` のトレーニング設定ファイル

el_core_news_lgspaCy v3 で導入されたトレーニング構成ファイルを使用して、NER タスク用に spaCy のギリシャ モデルをさらにトレーニングしたいと考えています。

spacy trainコマンドはエラーをスローします:

[E923] It looks like there is no proper sample data to initialize the Model of component 'tok2vec'. To check your input data paths and annotation, run: python -m spacy debug data config.cfg

spacy debug dataエラーが示唆するように実行すると、次のエラーが表示されます。

[E930] Received invalid get_examples callback in Tok2Vec.initialize. Expected function that returns an iterable of Example objects but got: []

何か案は?