You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/jmccrae/scratch/wikilinks_autotrain/apply_autotrain.py", line 13, in <module>
project.create()
File "/home/jmccrae/.cache/pypoetry/virtualenvs/wikilinks-autotrain-NvKt9JsM-py3.12/lib/python3.12/site-packages/autotrain/project.py", line 567, in create
self.params = self._process_params_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jmccrae/.cache/pypoetry/virtualenvs/wikilinks-autotrain-NvKt9JsM-py3.12/lib/python3.12/site-packages/autotrain/project.py", line 559, in _process_params_data
return token_clf_munge_data(self.params, self.local)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jmccrae/.cache/pypoetry/virtualenvs/wikilinks-autotrain-NvKt9JsM-py3.12/lib/python3.12/site-packages/autotrain/project.py", line 265, in token_clf_munge_data
params.text_column = "autotrain_text"
^^^^^^^^^^^^^^^^^^
File "/home/jmccrae/.cache/pypoetry/virtualenvs/wikilinks-autotrain-NvKt9JsM-py3.12/lib/python3.12/site-packages/pydantic/main.py", line 884, in __setattr__
raise ValueError(f'"{self.__class__.__name__}" object has no field "{name}"')
Prerequisites
Backend
Local
Interface Used
CLI
CLI Command
UI Screenshots & Parameters
No response
Error Logs
Additional Information
Data is formatted as in https://huggingface.co/docs/autotrain/en/tasks/token_classification
I also tried commenting out the offending lines and then run into this error
The text was updated successfully, but these errors were encountered: