What model is needed for regression_data in esm.pretrained.load_model_and_alphabet_local?
See original GitHub issueBug description Use esm.pretrained.load_model_and_alphabet_local( ‘esm1_t12_85M_UR50S.pt’), i need to load esm1_t12_85M_UR50S-contact-regression.pt, but in fact this is not provided.
Logs
Output goes here
Additional context If you want to load the local esm model, besides the esm1_t12_85M_UR50S.pt you provided, do you need any regression model? What is the meaning of regression_data in your code esm.pretrained.load_model_and_alphabet_local .
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Error when loading esm transformer · Issue #109 - GitHub
Hi Kevin, so on the original post: you're running into this torch.hub bug first, which is fine, it's what load_hub_workaround is for. But...
Read more >Choosing the Correct Type of Regression Analysis
You can choose from many types of regression analysis. Learn which are appropriate for dependent variables that are continuous, categorical, and count data....
Read more >Choose Regression Model Options - MATLAB & Simulink
In Regression Learner, automatically train a selection of models, or compare and tune options of linear ... The best model type depends on...
Read more >How to Fine-Tune an NLP Regression Model with Transformers
In this post, we showed you how to use pre-trained models for regression problems. We used the Huggingface's transformers library to load the...
Read more >Basic regression: Predict fuel efficiency | TensorFlow Core
Model to do this kind of transformation for you but that's beyond the scope of this tutorial. Check out the Classify structured data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thx ,the problem is solved.
@Mountain-White
esm-1v
does not have contact-regression.pt because it is not optimal for that task (rather it is best for variant prediction). Does that answer your question?