-
Notifications
You must be signed in to change notification settings - Fork 22
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
Getting an error on mentalBart model #4
Comments
I have added [merges.txt], please try again |
Thanks for that I have one more querry I have then used the model using pipeline to generate text but it is generating some random one |
Firstly, make sure your code and padding sides are correct. As BART model is small in size, we expect its capability to be weaker. Please use the same prompt templates we provided when making inferences. |
Ok
…On Wed, 27 Dec 2023, 2:49 pm SteveKGYang, ***@***.***> wrote:
Firstly, make sure your code and padding sides are correct. As BART model
is small in size, we expect it to be somehow overfitting. Please use the
same prompt templates we provided when making inferences.
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A62HX4NG2S36QCC63J4SWU3YLPR2VAVCNFSM6AAAAABBD4T2GOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGEYDSMRSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
But I have checked out that templates too that are provided as examples on
hugging faces and there also to output seems quiet off
On Wed, 27 Dec 2023, 2:51 pm pranjal rana, ***@***.***>
wrote:
… Ok
On Wed, 27 Dec 2023, 2:49 pm SteveKGYang, ***@***.***>
wrote:
> Firstly, make sure your code and padding sides are correct. As BART model
> is small in size, we expect it to be somehow overfitting. Please use the
> same prompt templates we provided when making inferences.
>
> —
> Reply to this email directly, view it on GitHub
> <#4 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A62HX4NG2S36QCC63J4SWU3YLPR2VAVCNFSM6AAAAABBD4T2GOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGEYDSMRSHE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Could you try to use your own machine to run the experiments rather than using huggingface website? |
The text was updated successfully, but these errors were encountered: