-
## 🐛 Bug
When I'm trying to load the model in some way, I keep getting an error that the USER environment variable is missing, I have attempted to fix this by overriding the variable manually, howeve…
-
We have a lot of places where we do string matching, like:
https://github.com/facebookresearch/metaseq/blob/88ae968e679efbe84a8c246d1177852facfc43a2/metaseq/tasks/streaming_language_modeling.py#L33…
-
## 🐛 Bug
According to
https://github.com/facebookresearch/metaseq/blob/c4b33ba6e2cd9b33539bbb5a35d831096bde3282/setup.py#L12-L13
Python >= 3.6 should be compatible. However, since `TypedDict` was i…
-
Hi, thanks for open-sourcing model code! Could you release the log probabilities for evaluation tasks (i.e., the model probabilities for valid answers for each prompt on each question for all evaluate…
-
We currently have the following unfortunate naming: https://github.com/facebookresearch/metaseq/blob/4288451502667dda2be71a0a1a9df5066b583ae8/metaseq/tasks/streaming_language_modeling.py#L271-L290
…
-
We should be able to download the sequence of any part of a feature or any defined length upstream or downstream. Currently we can only extend the sequence of a feature and download it all, we cannot …
-
Right now, we have the option to use sequence parallel via the `--sequence-parallel` flag: https://github.com/facebookresearch/metaseq/blob/a6ef598cc7b4dac394ba2eab5d0e75ca27a9e8c0/metaseq/modules/tra…
-
Why do I get an AttributeError when I try to create an array in example 1?
>>> import multiprocessing
>>> processes = multiprocessing.cpu_count()
>>>
>>> if not os.path.exists('example.npz'):
…
-
Hello again. I am making an average plot of Bigwig (signal) files and a gff3 reference file (midpoint of binding sites). I have succesfully used this script before, but when I substitute this new gff…
-
Need to install pyyaml through pip