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
Issue:
I try to train my own model to TERRA from Russian SuperGlue. I changed BASE_MODEL to path to my own pretrained model in deeppavlov/configs/russian_super_glue/russian_superglue_terra_rubert.json and run
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/XXX/Documents/maga research/disser/randRoberta_dp/deeppavlov/__main__.py", line 4, in <module>
main()
File "/Users/XXX/Documents/maga research/disser/randRoberta_dp/deeppavlov/deep.py", line 67, in main
train_evaluate_model_from_config(pipeline_config_path,
File "/Users/XXX/Documents/maga research/disser/randRoberta_dp/deeppavlov/core/commands/train.py", line 94, in train_evaluate_model_from_config
data = read_data_by_config(config)
File "/Users/XXX/Documents/maga research/disser/randRoberta_dp/deeppavlov/core/commands/train.py", line 58, in read_data_by_config
return reader.read(**reader_config)
File "/Users/XXX/Documents/maga research/disser/randRoberta_dp/deeppavlov/dataset_readers/huggingface_dataset_reader.py", line 72, in read
dataset = load_dataset(path=path, name=name, split=list(split_mapping.values()), **kwargs)
File "/Users/XXX/Documents/PythonEnvs/deeppvlv/lib/python3.9/site-packages/datasets/load.py", line 2587, in load_dataset
builder_instance = load_dataset_builder(
File "/Users/XXX/Documents/PythonEnvs/deeppvlv/lib/python3.9/site-packages/datasets/load.py", line 2296, in load_dataset_builder
builder_instance: DatasetBuilder = builder_cls(
File "/Users/XXX/Documents/PythonEnvs/deeppvlv/lib/python3.9/site-packages/datasets/builder.py", line 374, in __init__
self.config, self.config_id = self._create_builder_config(
File "/Users/XXX/Documents/PythonEnvs/deeppvlv/lib/python3.9/site-packages/datasets/builder.py", line 599, in _create_builder_config
raise ValueError(
ValueError: BuilderConfig 'terra' not found. Available: ['default']
The text was updated successfully, but these errors were encountered:
DeepPavlov version: Version: 1.6.0
Python version: Python 3.9.8
Libs versions:
Operating system: macOS 12.7.2
Issue:
I try to train my own model to TERRA from Russian SuperGlue. I changed BASE_MODEL to path to my own pretrained model in
deeppavlov/configs/russian_super_glue/russian_superglue_terra_rubert.json
and runAnd I got this Error.
Content or a name of a configuration file:
Command that led to error:
Error (including full traceback):
The text was updated successfully, but these errors were encountered: