Spaces:
Running
Running
2024-02-27 18:59:27.464755: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. | |
2024-02-27 18:59:27.511609: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered | |
2024-02-27 18:59:27.511670: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered | |
2024-02-27 18:59:27.513106: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered | |
2024-02-27 18:59:27.520759: I external/local_tsl/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. | |
2024-02-27 18:59:27.521010: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. | |
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. | |
tokenizer_config.json: 100%|██████████| 25.0/25.0 | |
config.json: 0%| | 0.00/481 config.json: 100%|██████████| 481/481 | |
vocab.json: 0%| | 0.00/899k vocab.json: 100%|██████████| 899k/899k vocab.json: 100%|██████████| 899k/899k | |
merges.txt: 0%| | 0.00/456k merges.txt: 100%|██████████| 456k/456k | |
tokenizer.json: 0%| | 0.00/1.36M tokenizer.json: 100%|██████████| 1.36M/1.36M | |
config.json: 0%| | 0.00/866 config.json: 100%|██████████| 866/866 | |
Traceback (most recent call last): | |
File "/home/aliasgarov/copyright_checker/app.py", line 197, in <module> | |
quillbot_model = AutoModelForSequenceClassification.from_pretrained("polygraf-ai/quillbot-detector-roberta-base-28K").to(device) | |
File "/usr/local/lib/python3.9/dist-packages/transformers/models/auto/auto_factory.py", line 463, in from_pretrained | |
return model_class.from_pretrained( | |
File "/usr/local/lib/python3.9/dist-packages/transformers/modeling_utils.py", line 2182, in from_pretrained | |
raise EnvironmentError( | |
OSError: polygraf-ai/quillbot-detector-roberta-base-28K does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack. | |