Commit History

fix: remove console log
6aae10b

fhueni commited on

fix: read out correct ground truth for spam/ham dataset and cleanup code in evaluator
68572c5

fhueni commited on

chore: commented hyperparameters for thompson algorithm (JSEQ Policy with Parameter Learning)
fea805d

Philip Kehl commited on

feat: added on the fly JSEQ parameter estimation with an RL bandits approach
ba8c3cf

Philip Kehl commited on

feat: add lorem ipsum dataset to selection
ea949d0

fhueni commited on

feat: add imdb and ag news dataset to datasets
3a94de3

fhueni commited on

feat: add spam or ham dataset for selection
9b487db

fhueni commited on

feat: added performance model parameters to UI instead of hardcoding
3a24ec3

Philip Kehl commited on

fix: logging issues because of type conflict that was introduced when adding new scheduler
8799da1

Philip Kehl commited on

feat: added jseq scheduler to javascript app
c9e2513

Philip Kehl commited on

fix: added error catch in request manager, adjusted cloud service getModelName method and inserted a console log for the no_think add-on
1d85bd9

Philip Kehl commited on

fix: fixed qwen3 check to check first if service.getModelName() is defined
fd2aa2a

nicolasfwyss commited on

fix: now the csv parsing ignores comma delimiters if they are inside quotes, to ensure all context is parsed correctly
ce9ac1b

Philip Kehl commited on

fix: minor typos
6057155

Philip Kehl commited on

Merge remote-tracking branch 'origin/main'
78f3afc

fhueni commited on

feat: remove f1 from csv download
4d3a24e

fhueni commited on

feat: changed maxTokens for cloud and on-device from 500 to 50
63f3bed

Philip Kehl commited on

Merge branch 'main' of github.com:fabianHueni/UNIBE_MSGAI_HS25_Project
3cce2bf

Philip Kehl commited on

feat: disable thinking for qwen model
578c052

Philip Kehl commited on

feat: add dataset item id to logs and csv result exports
40b0e49

fhueni commited on

feat: enhance download of csv after experiment completion
281044f

fhueni commited on

fix: re-add reload dataset method to scheduler
ad855a5

fhueni commited on

chore: added comments
752ec01

Philip Kehl commited on

feat: added stripping method for thinking tokens, increased maxNewTokens to 500, set enableThinking to false in onDeviceService
60c1285

Philip Kehl commited on

fix: made csv parsing more robust, changed prompt
c4ee980

Philip Kehl commited on

feat: wait until all items of experiment are run to download stats, split downloads in stats and raw data
d0ff20c

fhueni commited on

chore: renamed interarrival time method
42e1ab0

fhueni commited on

feat: add granit models and finish model selection
e779f87

fhueni commited on

feat: add option to specify model quantization in on device model selection
3a27a81

fhueni commited on

Merge branch 'main' of https://github.com/fabianHueni/UNIBE_MSGAI_HS25_Project
5ed4f39

Nicolas Wyss commited on

feat: added a button to start experiments with 1000 requests
091d979

Nicolas Wyss commited on

feat: add queues for on device and cloud processing to measure queue time
a2101c1

fhueni commited on

feat: track queueing time, inference time, and total latency separately. the timestamp for start inference should be taken somewhere else
0314e5b

Philip Kehl commited on

fix: changed prompt
d079140

Nicolas Wyss commited on

Merge branch 'main' of https://github.com/fabianHueni/UNIBE_MSGAI_HS25_Project
a7bacaa

Nicolas Wyss commited on

fix: changed the prompt to include the passage/context as well and moved the full prompt to scheduler.js file
9b3ecab

Nicolas Wyss commited on

feat: added additional models
241aff9

fhueni commited on

fix: correct shown device stats and add message template to on device service
714c7da

fhueni commited on

feat: implement CSV download and converted logs to a table
0726d27

fhueni commited on

feat: optimize console logging and fix import of transfromer.js library
296be2c

fhueni commited on

feat: fix prediction output object for evaluation
408650b

fhueni commited on

feat: implement OpenRouter as cloud model provider, optimize UI, fix some issues
7b5fcf7

fhueni commited on

feat: model download progress bar and added metrics f1WordLevel, Rouge1, TotalTokens, TokensPerSecond
048bfac

Philip Kehl commited on

feat: add on device model parameter and logging outputs
3b0c247

fhueni commited on

xenova transformers implemented
e1a3c89

Philip Kehl commited on

feat: add dataset, adjust scheduler to run full dataset, implement statistic download, add model load button
201511b

fhueni commited on

feat: setup base code structure for pipeline with todos
3ea6625

fhueni commited on