-
This is no issue, but a suggestion for a feature.
Currently the objects include the estimated nuisance parameters `Y.hat`, `W.hat` ... However, the underlying `regression_forest` objects are gone …
-
I would like to know which streaming Speaker Enhancement models are currently supported by ESPNet. I only found `lichenda/wsj0_2mix_skim_small_causal` from the documents that can supprt streaming appl…
-
We have a scenario where we want to assess the impact of two continuous treatments, T1 and T2 on outcome Y. We have some common causes X1, X2, and X3 all continuous. Target Y is also continuous. The n…
-
In @chenmoneygithub scipy talk, the KerasNLP uses a custom preprocessor
```
custom_preprocessor = keras_nlp.models.GPT2CausalLMPreprocessor.from_preset(
"gpt2_base_en",
sequence_length=8…
-
from
https://github.com/pombase/canto/issues/2482#issuecomment-878120963
Note to self:
We also need to consider if this will work for
protein A directly inhibits [protein B protein-binding prot…
-
### Feature request
Using (https://pytorch.org/blog/flexattention/) Flex-attention (and [Paged attention](https://github.com/pytorch/pytorch/pull/121845/files)) to speedup transformers models and p…
-
## Background
*relevant information and motivation for this task*
For each combination of model size and training step, we can compute ontology scores (for example causal sep score below).
Thes…
-
Can we have a metric on the website about the number of genes in GO-CAM models (by species)
i.e. a non-redundant list of genes that are causally connected (obviously, some genes will be in mul…
-
### Feature request
HuggingFace Transformers currently supports causal language modeling (CLM) fine-tuning for BERT using`BertLMHeadModel` [as shown in the docs](https://huggingface.co/docs/transform…
-
I'd like to use Phi-2 to compute perplexity of the prompts over an entire dataset. Is there an API for this? In the short term, I'm happy to fork https://github.com/vllm-project/vllm/blob/d0215a58e785…