-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello there, I have an use case for my company of which I set up a naive RAG + reranker …
-
Hi,
This is a great work and thanks for sharing code.
In act_max.tvd.center_part.py, I think octaves hyperparams are used for denoise purpose. But I don't quite understand it. Could you please …
-
- [ ] Collect a bunch of example inputs and outputs from last summer's exploratory work
- **We have one or two examples already.**
- [ ] Wrangle these examples into something we can use to train (f…
-
Hi,
Thank you for developing this fantastic dataset for code generation!
I had a quick question about the evaluation script (`compute_metric.py`). In my experience, it takes about 17 hours compl…
-
Hi @thomasverelst
Congrats, nice work! I have two questions out of curiosity:
1) Forward pass: Why did you choose to sample from the Bernoulli distribution instead of the Gumbel-softmax? To my …
-
I am attempting to generate new TagStandard41h* and TagStandard52h* families and I am seeing extremely long generation time estimates. I have attempted to generate some of the larger Standard families…
-
Hi,
To version each project separately in nx, I'm using Independent Mode. However, I'd like to generate a Changelog for all of the projects in the root, rather than on a project-by-project basis.
I…
-
Hello,
I am still playing around with the awesome code you produced and I really like the way you implemented GG20 in the other dev branch using `round-based` etc. While working with the code there…
-
Hello @patil-suraj,
I get the following assertion error:
Code:
```
gen = pipeline("question-generation", model='valhalla/t5-base-qg-hl', ans_model='valhalla/t5-base-qa-qg-hl')
qa = gen('Dire…
-
Because of C# compiler still does not allow to generate expressions from statement lambdas (CS0834), is it feasible to have some workaround in the Salterelle Compiler? For instance my first idea:
An …