hello worlsd File "", line 1 hello world ^^^^^ SyntaxError: invalid syntax >>> print("output hello world") output hello world >>> for i in range(10): ... PRINT(I)print(i) ... 0 1 2 3 4 5 6 7 8 9 >>> bla Traceback (most recent call last): File "", line 1, in NameError: name 'bla' is not defined >>> bla Traceback (most recent call last): File "", line 1, in NameError: name 'bla' is not defined >>> bla Traceback (most recent call last): File "", line 1, in NameError: name 'bla' is not defined >>> bla Traceback (most recent call last): File "", line 1, in NameError: name 'bla' is not defined >>> cwevceiv Traceback (most recent call last): File "", line 1, in NameError: name 'cwevceiv' is not defined >>> wobvwev Traceback (most recent call last): File "", line 1, in NameError: name 'wobvwev' is not defined >>> exirt() [?2004h(base) ainvc@Edge-Ai:~/junWhisper$ exit screen [?2004l exit bash: exit: screen: numeric argument required python3 taigiLocal_22ndMarch24.py [?2004l /home/ainvc/junWhisper/lib/python3.10/site-packages/datasets/load.py:2516: FutureWarning: 'use_auth_token' was deprecated in favor of 'token' in version 2.14.0 and will be removed in 3.0.0. You can remove this warning by passing 'token=' instead. warnings.warn( /home/ainvc/junWhisper/lib/python3.10/site-packages/datasets/load.py:1461: FutureWarning: The repository for mozilla-foundation/common_voice_16_1 contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/mozilla-foundation/common_voice_16_1 You can avoid this message in future by passing the argument `trust_remote_code=True`. Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`. warnings.warn( /home/ainvc/junWhisper/lib/python3.10/site-packages/datasets/load.py:2516: FutureWarning: 'use_auth_token' was deprecated in favor of 'token' in version 2.14.0 and will be removed in 3.0.0. You can remove this warning by passing 'token=' instead. warnings.warn( /home/ainvc/junWhisper/lib/python3.10/site-packages/datasets/load.py:1461: FutureWarning: The repository for mozilla-foundation/common_voice_16_1 contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/mozilla-foundation/common_voice_16_1 You can avoid this message in future by passing the argument `trust_remote_code=True`. Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`. warnings.warn( DatasetDict({ train: Dataset({ features: ['client_id', 'path', 'audio', 'sentence', 'up_votes', 'down_votes', 'age', 'gender', 'accent', 'locale', 'segment', 'variant'], num_rows: 5344 }) test: Dataset({ features: ['client_id', 'path', 'audio', 'sentence', 'up_votes', 'down_votes', 'age', 'gender', 'accent', 'locale', 'segment', 'variant'], num_rows: 2281 }) }) DatasetDict({ train: Dataset({ features: ['client_id', 'path', 'audio', 'sentence', 'up_votes', 'down_votes', 'age', 'gender', 'accent', 'locale', 'segment', 'variant'], num_rows: 5344 }) test: Dataset({ features: ['client_id', 'path', 'audio', 'sentence', 'up_votes', 'down_votes', 'age', 'gender', 'accent', 'locale', 'segment', 'variant'], num_rows: 2281 }) }) DatasetDict({ train: Dataset({ features: ['audio', 'sentence', 'variant'], num_rows: 5344 }) test: Dataset({ features: ['audio', 'sentence', 'variant'], num_rows: 2281 }) }) Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. {'audio': {'path': '/home/ainvc/.cache/huggingface/datasets/downloads/extracted/b73fc28748affdba97241c0ad6b94c62fc7184ab6ca30ad80352f578c5ab5609/nan-tw_train_0/common_voice_nan-tw_38070750.mp3', 'array': array([ 1.42108547e-14, -2.84217094e-13, -2.84217094e-13, ..., -1.18066964e-07, -2.61192326e-07, -9.84800863e-07]), 'sampling_rate': 16000}, 'sentence': '起歹勢(khí-pháinn-sè)', 'variant': ''} Map (num_proc=12): 0%| | 0/5344 [00:00>> trainer.pushtohubh_to_hub()*)*)k)wa)r)g)s) Traceback (most recent call last): File "", line 1, in NameError: name 'trainer' is not defined >>> trainer.push_to_hub(**kwargs) exit() wobvwev cwevceiv bla print(i) for i in range(10): print("output hello world") hello world  print(i) for i in range(10): print(i) for i in range(10): print("hello") blabla import torch exit()ndq:qd:;print(transformers.__version__) import transformers KeyboardInterrupt >>> H