Commit History
feat: add spam or ham dataset for selection
9b487db
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
feat: remove f1 from csv download
4d3a24e
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
feat: enhance download of csv after experiment completion
281044f
fix: re-add reload dataset method to scheduler
ad855a5
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
chore: renamed interarrival time method
42e1ab0
download flickering (#1)
e9f725e
feat: add granit models and finish model selection
e779f87
feat: add option to specify model quantization in on device model selection
3a27a81
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
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
fix: correct shown device stats and add message template to on device service
714c7da
feat: implement CSV download and converted logs to a table
0726d27
feat: optimize console logging and fix import of transfromer.js library
296be2c
feat: fix prediction output object for evaluation
408650b
feat: implement OpenRouter as cloud model provider, optimize UI, fix some issues
7b5fcf7
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
xenova transformers implemented
e1a3c89
Philip Kehl
commited on