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

How to use llama3-8b-instruct model besides Ollma #64

Open
fantastic-413 opened this issue Dec 13, 2024 · 1 comment
Open

How to use llama3-8b-instruct model besides Ollma #64

fantastic-413 opened this issue Dec 13, 2024 · 1 comment

Comments

@fantastic-413
Copy link

I want to use the llama3-8b-instruct model, but when I use ollama, compared with the gpt api, a considerable part of the return format cannot be directly parsed by the following method, resulting in a considerable part (about one tenth) of the extracted_triples after openie being empty, while GPT may be less than one percent.
image

@fantastic-413
Copy link
Author

fantastic-413 commented Dec 14, 2024

I checked that a considerable part of the json format output by ollama's llama3:instruct contains errors, so parsing fails, resulting in an empty extracted_triples. But the llama3-8b-instruct reported in the paper can achieve the effect second only to gpt-3.5-turbo, so I am very confused, is llama3:instruct of ollama not the real llama3-8b-instruct?
image
image
image

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

1 participant