Hey Guys,
I get a bus error (highlighted below), when I am training using spancat. I searched the documentation/support pages, but couldn't find anything about it. I am on an Apple m1 machine, so not sure if that is causing it. Below are the commands i used for training and also the output of prodigy stats
. Since the error below said something about $@
I also searched if $@
occurs in any of my dataset files, couldn't find.
============================== ✨ Prodigy Stats ==============================
Version 1.11.8
Location /Users/mitch/opt/miniconda3/lib/python3.9/site-packages/prodigy
Prodigy Home /Users/mitch/.prodigy
Platform macOS-12.6-arm64-arm-64bit
Python Version 3.9.12
Database Name SQLite
Database Id sqlite
Total Datasets 1
Total Sessions 1
prodigy train --spancat annotated_apwg_pass1_sep29th2022 --verbose
Components: spancat
Merging training and evaluation data for 1 components
- [spancat] Training: 63 | Evaluation: 19 (20% split)
Training: 40 | Evaluation: 9
Labels: spancat (31)
- [spancat] signature_url, sentence_org_used_by_employer, sentence_url_third_party, signature_signoff, sentence_intent_service, sentence_intent_click, signature_jobtitle, sentence_tone_polite, sentence_tone_urgent, sentence_passwd, signature_address, words_receiver_organization, sentence_intent_intro, signature_handle, sentence_url_no_name, sentence_intent_scheduling, signature, sentence_intent_phonecall, sentence_intent_attachment, signature_fullname, words_sender_organization, message_org, sentence_intent_money, message_contact_person_asking, signature_email, signature_org, words_sender_location, sentence_intent_unsubscribe, signature_phone, sentence_intent_recruiting, message_contact_person_org
ℹ Pipeline: ['tok2vec', 'spancat']
ℹ Initial learn rate: 0.001
E # LOSS TOK2VEC LOSS SPANCAT SPANS_SC_F SPANS_SC_P SPANS_SC_R SCORE
--- ------ ------------ ------------ ---------- ---------- ---------- ------
0 0 258284.84 100890.67 0.00 0.00 50.38 0.00
**/Users/mitch/opt/miniconda3/bin/prodigy: line 2: 24178 Bus error: 10 python -m prodigy "$@"**