-
Site Search Keywords should be handled case insensitive, so that "Harry Potter" and "harry potter" are grouped together as the same search term in the Site Search Keywords list.
Reported in http://f…
-
When rendering a list with duplicate keys, React incorrectly renders an extra item, which is interactable, despite the console logging the correct number of items. This behavior occurs even though the…
-
![image](https://raw.githubusercontent.com/advancedresearch/avatar_graph/master/images/avatar8-hp-scar-01.png)
Artwork:
![image](https://raw.githubusercontent.com/advancedresearch/avatar_graph/m…
-
### Description
Game loads fine, displays logo and intro movie. If you press a button to skip the intro, it crashes immediately and the error below is shown. Otherwise, the intro plays out fu…
-
```
grep Rowling sql/data/books.csv |cut -f 2 -d,
```
Correction to output of the above
```diff
-J.K. Rowling
+J. K. Rowling
J. K. Rowling
J. K. Rowling
J. K. Rowling
J. K. Rowling
…
gaand updated
7 years ago
-
-
This game is pain.
4 versions exist:
- Nokia 176x208: this version quits itself after the loading title screen. Previously it used to freeze on said screen.
- Motorola Triplets 176x182: this vers…
-
I have tried your llama example and the output is **random** and took 770 second to finish:
**commmand :**
```
python src/run_generation.py --model_type llama --model_name_or_path meta-llama/Ll…
-
# Cannot Search on ISBN Alone
## Issue Description
When searching with ISBN 13 or 10, results are bad or limited. Searching with more general terms and names gives better and more relevant results…
-
It could be clearer how to use the evaluators that use "context" in addition to input and output in the `Eval` run, such as `Faithfulness` and `ContextRelevancy`.
Right now, I'm including contexts …