userdsr

Results 2 issues of userdsr

I used the trained model ,which was saved during training. The code is **_model = torch.load("xxxxx/xxxxx.bin")_** _**aspects = model.get_aspect_words(w2v_model, logger,topn=10)**_ Is this the right way to get the aspects ?...

I tried to run 'python -m ochat.data.generate_dataset --model-type MODEL_TYPE --model-path BASE_REPO --in-files data.jsonl --out-prefix PRETOKENIZED_DATA_OUTPUT_PATH' but failed: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "",...