-
Notifications
You must be signed in to change notification settings - Fork 83
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
Bugs when I try to access the embeddings #62
Comments
hello~do you know how to access the embeddings from hyenaDNA? |
Yes, hi I finally can access it by referring the codes in the main text for generating embeddings:
|
thank you very much for your response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I met a bug to access the embeddings from hyenaDNA, especially for the code:
/evals/hg38_inference.py
Traceback (most recent call last):
File "/gpfs/gibbs/pi/zhao/tl688/hyena-dna/evals/hg38_inference.py", line 115, in
task = HG38Encoder(args.model_cfg, args.ckpt_path, max_seq_len=1024)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/gpfs/gibbs/pi/zhao/tl688/hyena-dna/evals/hg38_inference.py", line 34, in init
self.model, self.tokenizer = self.load_model(model_cfg, ckpt_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/gpfs/gibbs/pi/zhao/tl688/hyena-dna/evals/hg38_inference.py", line 60, in load_model
config = yaml.load(open(model_cfg, 'r'), Loader=yaml.FullLoader)
^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './configs/evals/hyena_small_150b.yaml'
The text was updated successfully, but these errors were encountered: