-
### Discussed in https://github.com/huggingface/candle/discussions/2634
Originally posted by **imihalcea** November 21, 2024
Hello,
I am currently unable to perform inference on my model be…
-
When I open the evaluation tab none of the matches are shown and i get this error:
AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To…
-
Hello! I hope this message finds you well. I have a question regarding the evaluation metrics in the validation part of your work. Specifically, I would like to inquire about the unit to which the CT …
-
How about adding "stats" as function output when called with named inputs:
```python
# Pass bounds, initial guess and solve NLP
sol, stats = solver(lbx = lbw, # Lower variable bound
…
-
https://www.chessprogramming.org/NNUE
-
If the user runs two instances of the same REPL run config, currently there's no good way to indicate which should be used to evaluate. There's really no way to distinguish this case, since REPLs are …
-
Hi, I have three questions:
# 1/3 Evaluation of searched code:
I use the searched code in results/arc_gpt3.5_results.jsonl, which has Median: 13.7%, Line 147.
But I get a much lower result, 95% Boo…
-
## Issue encountered
The metrics only include rather outdated translation metrics.
## Solution/Feature
[Gemba MQM](https://aclanthology.org/2023.wmt-1.64.pdf) seems to be a current metric. Addin…
-
Reference (section label): [[expr.throw]](https://eel.is/c++draft/expr.throw)
## Issue description
It is unclear what happens when two *throw-expression*s are unsequenced, such as in:
```cpp
(…
-
Hi, thank you for your great work.
Can you provide more details about the CHAIR evaluation? Are all COCO val2014 images used for evaluation? And what prompt is used for inference? It would be appreci…