Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About "robertagen can't be found" #16

Open
Changgeng-Wei opened this issue Mar 14, 2022 · 1 comment
Open

About "robertagen can't be found" #16

Changgeng-Wei opened this issue Mar 14, 2022 · 1 comment

Comments

@Changgeng-Wei
Copy link

Hi, I wanted to trained the model by RobertaGen, but it always showed the error "robertagen can't be found", why did it happend? That's my code below:
python run_mwptoolkit.py --model=RoBERTaGen --dataset=math23k --task_type=single_equation --equation_fix=prefix --test_step=10 --gpu_id=0

@LYH-YF
Copy link
Owner

LYH-YF commented Mar 15, 2022

we name the model class as RobertaGen, not RoBERTaGen,so you setup --model=RobertaGen to find the model.

the framework is not supporting finding model through different uppercase or lowercase letters yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants