We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to add llama2 as one of the models under the framework. I'm curious re. the fit method here, seems you omitted it for some reason.
CEBaB/code/eval_pipeline/models/gpt2.py
Line 42 in 40e6851
Without this function or a training script, I'm thinking I could just take a LlamaForSequenceClassification model and train it on the exclusive train set for the different number of overall sentiment classes, for example following this script: https://huggingface.co/blog/Lora-for-sequence-classification-with-Roberta-Llama-Mistral#llama-2.
Thanks!
Best, Clément
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to add llama2 as one of the models under the framework. I'm curious re. the fit method here, seems you omitted it for some reason.
CEBaB/code/eval_pipeline/models/gpt2.py
Line 42 in 40e6851
Without this function or a training script, I'm thinking I could just take a LlamaForSequenceClassification model and train it on the exclusive train set for the different number of overall sentiment classes, for example following this script: https://huggingface.co/blog/Lora-for-sequence-classification-with-Roberta-Llama-Mistral#llama-2.
Thanks!
Best,
Clément
The text was updated successfully, but these errors were encountered: