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

Inference Code and trained Model #47

Open
J-M-pixel opened this issue Nov 20, 2024 · 1 comment
Open

Inference Code and trained Model #47

J-M-pixel opened this issue Nov 20, 2024 · 1 comment

Comments

@J-M-pixel
Copy link

Hi,
Thanks a lot for your great work.
Is it possible that you could provide trained model (the parameters), and inference code of your model which can be directly compared to Llama 2-7b or Llama 3-8b opensource models ?

@ridgerchu
Copy link
Owner

Hi,
Sorry for the late reply! You can use lm-evaluation-harness (lm-harness) to evaluate HuggingFace models, including ours, in a straightforward manner.

Regarding your comparison question, it's important to note that our model was trained on 100B tokens, which is optimized for academic research and designed with more lightweight training in mind. In contrast, LLaMA 2-7B was trained on 2T tokens, and LLaMA 3-8B on 15T tokens, making them more industrial-scale models.

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