Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. sergey@laptop:~/prog/ipavlov$ python3.6 hello_bot.py
  2. 2019-04-23 15:51:02.309 INFO in 'deeppavlov.download'['download'] at line 116: Skipped http://files.deeppavlov.ai/vectorizer/tfidf_vectorizer_ruwiki.pkl download because of matching hashes
  3. 2019-04-23 15:51:02.412 INFO in 'deeppavlov.download'['download'] at line 116: Skipped http://files.deeppavlov.ai/faq/school/tfidf_cos_sim_classifier.pkl download because of matching hashes
  4. Traceback (most recent call last):
  5. File "hello_bot.py", line 17, in <module>
  6. train = True)
  7. File "/usr/local/lib/python3.6/site-packages/deeppavlov/contrib/skills/similarity_matching_skill/similarity_matching_skill.py", line 68, in __init__
  8. self.model = train_model(model_config, download=True)
  9. File "/usr/local/lib/python3.6/site-packages/deeppavlov/__init__.py", line 31, in train_model
  10. train_evaluate_model_from_config(config, download=download, recursive=recursive)
  11. File "/usr/local/lib/python3.6/site-packages/deeppavlov/core/commands/train.py", line 92, in train_evaluate_model_from_config
  12. data = read_data_by_config(config)
  13. File "/usr/local/lib/python3.6/site-packages/deeppavlov/core/commands/train.py", line 58, in read_data_by_config
  14. return reader.read(data_path, **reader_config)
  15. File "/usr/local/lib/python3.6/site-packages/deeppavlov/dataset_readers/faq_reader.py", line 43, in read
  16. data = read_csv(data_url)
  17. File "/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 678, in parser_f
  18. return _read(filepath_or_buffer, kwds)
  19. File "/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 446, in _read
  20. data = parser.read(nrows)
  21. File "/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 1036, in read
  22. ret = self._engine.read(nrows)
  23. File "/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 1848, in read
  24. data = self._reader.read(nrows)
  25. File "pandas/_libs/parsers.pyx", line 876, in pandas._libs.parsers.TextReader.read
  26. File "pandas/_libs/parsers.pyx", line 891, in pandas._libs.parsers.TextReader._read_low_memory
  27. File "pandas/_libs/parsers.pyx", line 945, in pandas._libs.parsers.TextReader._read_rows
  28. File "pandas/_libs/parsers.pyx", line 932, in pandas._libs.parsers.TextReader._tokenize_rows
  29. File "pandas/_libs/parsers.pyx", line 2112, in pandas._libs.parsers.raise_parser_error
  30. pandas.errors.ParserError: Error tokenizing data. C error: Expected 2 fields in line 3, saw 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement