-
Hi @fattorib, I'm super interested in your practice on jax-zero, and trying to reproduce it in my development enviorment. May I know how to download the training data to my local laptop? Thanks!
-
Whenever I use a LM to evaluate something I ask a Yes/No question and do `logprob_yes - logprob_no`. This worked very well for me in the past. How can I access logprobs in my metric function?
-
Assertion: Student and teacher must have the same number of predictors.
Code sample to repro:
optimizer = BootstrapFewShotWithRandomSearch(
metric=MyModule.metric,
…
-
when I prepare the environment by using pip24.2 all package successfully installed except torchsde:
pip install torchsde==0.2.5
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collec…
-
I want to install kenlm, but I got this error. And I've already installed 'pyproject.toml'. How can I fix this issue?
```
(asr2) $ pip install https://github.com/kpu/kenlm/archive/master.zip
C…
-
WARNING:[auto-llm]:[][AutoLLM][getReq][llm_text_ur_prompt]A superstar Flirting on stage.
WARNING:[auto-llm]:[][AutoLLM][getReq][Header]{'Content-Type': 'application/json', 'Authorization': 'Bearer lm…
-
The amount of computation for mlp_act in the latest code is
```
for name in ["mlp_act"]:
self._analyze_to_results(
"prefill",
name,
…
-
```
When I use interpolate-ngram to interpolate two models by CM or GLI with
perplexity optimization, I get following faults:
1st:
interpolate-ngram -lm "model1.lm, model2.lm" -smoothing ModKN -inte…
-
FYI looks like ESPN changed their API again. You may need to update to hit `https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/seasons/`
(I'm working on a JVM implementation of a similar libra…
-
The following setup in the TokenEnforcer initialization cause any custom CharacterLevelParserConfigs to be overriden with default values
https://github.com/noamgat/lm-format-enforcer/blob/fe6cbf107…