-
**Teddy**
- [ ] Investigate the connection between a "stable" and a "good" summary.
- [x] Implement a Greedy algorithm that takes a row + col in each iteration.
- [x] replacing the current "row" …
-
Let's collect remaining issues we are aware of related to sampler performance
- [x] Small regression (1 req / sec drop from `benchmark_throughput.py`) after https://github.com/octoml/mlc-llm/pull/1…
-
Hope you've been having a great day!
I've been trying to replicate the results of your paper "How Optimal is Greedy Decoding for Extractive Question Answering?", specifically the performance using …
-
Instead of generate the best (top 1) sequence from autoregressive generate function, it is useful to generate >1 best sequences. For example, in language translation, human users can have choices from…
-
Use a README.md file placed within the INC folder. Functions and variables must be defined in a way similar to the greedy documentation.
**Comment below if you're taking up this issue so as to avoid…
-
Hello,
I am encountering some wrong behavior when parsing CSV with error rows.
Version: 5.3.2
Test File:
1000 lines, wrong format at last line ( miss one column).
worker: true
header:…
-
reduce false positives - the detect is quite greedy, e.g. we're getting hits on saved lists etc. that we often don't support. Worth looking into.
-
saying "sed A B" should write
```/A/B/g```
Or maybe it should be "substitute A with B" or "match A" for `~ /A?/` (default to non-greedy)
-
Vulnerable Library - npm-check-updates-16.3.19.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: d672a8e906d9cd8aa604be3e37584301f4219b81…
-
Dear Interpretml team, thank you very much for your great work and a very useful package.
I have a question regarding ‘ordinal’ vs ‘nominal’ (please see the picture). This variable should be treate…