Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f9f1d40
add token count, flexible batch size and kwargs to vllm class
mo374z Mar 6, 2025
b20495f
add testing script for implementation
mo374z Mar 6, 2025
e27fa6c
fix batch size calculation
mo374z Mar 6, 2025
01eeb6d
small changes
mo374z Mar 6, 2025
045ffb8
add revision test
mo374z Mar 6, 2025
ad54496
add argument to parser
mo374z Mar 6, 2025
fc8d779
max model len to int
mo374z Mar 6, 2025
469117c
remove script
mo374z Mar 6, 2025
6b543fa
Change version and Release notes
mo374z Mar 6, 2025
619ce65
changed callback behaviour and impelemented token count callback
finitearth Mar 7, 2025
2588664
added super inits
finitearth Mar 7, 2025
8c365c7
allow for splits not based on white space (such as new line break etc)
finitearth Mar 8, 2025
7e7d2b5
include task descriptions
finitearth Mar 8, 2025
edcd28d
add tokenizer based token count to vllm class
mo374z Mar 8, 2025
f2d73d4
update test run script
mo374z Mar 8, 2025
a725384
use classifiers accordingly
mo374z Mar 8, 2025
b0f7931
small fix
mo374z Mar 8, 2025
30e1712
add storage path
mo374z Mar 8, 2025
80b19d2
helpers should use classificator
mo374z Mar 8, 2025
ec4861a
use different model
mo374z Mar 8, 2025
bf7f1df
changes in opro test
mo374z Mar 8, 2025
3969e03
change get_predictor function
mo374z Mar 8, 2025
bd05cd8
fix callback calling
mo374z Mar 8, 2025
96e1bf6
change optimizer test run script
mo374z Mar 8, 2025
62c8de7
small alignments
mo374z Mar 8, 2025
1aa5606
small alignments
mo374z Mar 8, 2025
7214658
small alignments
mo374z Mar 8, 2025
0b15410
some changes to match the current optimizer implementation
mo374z Mar 8, 2025
3967978
changes in template and config
finitearth Mar 9, 2025
9f8c0b6
allow for batching of prompt creation
finitearth Mar 9, 2025
8ecc6a8
v1.3.0 (#34)
mo374z Mar 9, 2025
859831c
fixed prompt creation with task description
finitearth Mar 9, 2025
f53e4d2
make classifaction task for prompt creation optional
finitearth Mar 9, 2025
c063039
fix meta_prompt_template
finitearth Mar 9, 2025
5e0b8f7
enable not forcing class output for marker based classifactor
finitearth Mar 9, 2025
b81d953
Merge branch 'main' into fix/prompt_creation
mo374z Mar 10, 2025
eeb6995
updated callbacks
finitearth Mar 11, 2025
0ad7a05
fix marker based classificator
finitearth Mar 11, 2025
b75d4f0
refactoring of task
finitearth Mar 11, 2025
e5c0f04
merge
finitearth Mar 11, 2025
f4a299d
change variable naming
finitearth Mar 12, 2025
e525dd2
refactor logging
finitearth Mar 12, 2025
f072631
remove token from args of vllm
finitearth Mar 12, 2025
e3e5dea
add test script fro evoprompt run
mo374z Mar 12, 2025
b517f76
resolve merge chaos
finitearth Mar 12, 2025
11518af
Merge branch 'fix/prompt_creation' of https://github.com/finitearth/p…
finitearth Mar 12, 2025
e9a2c77
small fixes
mo374z Mar 12, 2025
d203ec9
Merge branch 'fix/prompt_creation' of https://github.com/finitearth/p…
mo374z Mar 12, 2025
16e8101
resolve comments
finitearth Mar 12, 2025
87769c3
Merge branch 'fix/prompt_creation' of https://github.com/finitearth/p…
finitearth Mar 12, 2025
ef032a7
add gsm8k test script
mo374z Mar 12, 2025
aa62c0d
bring back init
finitearth Mar 12, 2025
91bbfce
changes
mo374z Mar 12, 2025
4a31739
changes
mo374z Mar 12, 2025
098f0b0
removed return seq
finitearth Mar 12, 2025
81f06ce
Merge branch 'fix/prompt_creation' of https://github.com/finitearth/p…
finitearth Mar 12, 2025
95f45f7
change release num and add release notes
mo374z Mar 12, 2025
93c6d62
move n_eval_samples to the evoprompt optimizers
mo374z Mar 12, 2025
a8cfc50
Add initial prompts argument to classification task
mo374z Mar 12, 2025
5356f31
Merge branch 'dev' into fix/prompt_creation
mo374z Mar 12, 2025
2eddeb7
fix formatting and unused input
mo374z Mar 12, 2025
751e5c0
add initial prompts to comment
mo374z Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions data_sets/cls/agnews/description.json

This file was deleted.

15 changes: 0 additions & 15 deletions data_sets/cls/agnews/prompts.txt

This file was deleted.

20 changes: 0 additions & 20 deletions data_sets/cls/agnews/prompts_auto.txt

This file was deleted.

200 changes: 0 additions & 200 deletions data_sets/cls/agnews/seed5/dev.txt

This file was deleted.

500 changes: 0 additions & 500 deletions data_sets/cls/agnews/seed5/test.txt

This file was deleted.

10 changes: 0 additions & 10 deletions data_sets/cls/cr/description.json

This file was deleted.

16 changes: 0 additions & 16 deletions data_sets/cls/cr/prompts.txt

This file was deleted.

20 changes: 0 additions & 20 deletions data_sets/cls/cr/prompts_auto.txt

This file was deleted.

Loading
Loading