Skip to content

Commit

Permalink
Update README.md (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Nov 13, 2023
1 parent a3111ed commit de023a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/whisper-federated-finetuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ python sim.py # append --num_gpus=0 if you don't have GPUs on your system

# Once finished centralised evaluation loss/acc metrics will be shown

INFO flwr 2023-11-08 14:03:57,557 | app.py:229 | app_fit: metrics_centralized {'val_accuracy': [(0, 0.03977158885994791),
(1, 0.6940492887196954), (2, 0.5969745541975556), (3, 0.8794830695251452), (4, 0.9021238228811861), (5, 0.8943097575636145),
(6, 0.9047285113203767), (7, 0.9330795431777199), (8, 0.9446002805049089), (9, 0.9556201162091765)],
'test_accuracy': [(10, 0.9719836400817996)]}
INFO flwr 2023-11-08 14:03:57,557 | app.py:229 | app_fit: metrics_centralized {'val_accuracy': [(0, 0.03977158885994791), (1, 0.6940492887196954), (2, 0.5969745541975556), (3, 0.8794830695251452), (4, 0.9021238228811861), (5, 0.8943097575636145), (6, 0.9047285113203767), (7, 0.9330795431777199), (8, 0.9446002805049089), (9, 0.9556201162091765)], 'test_accuracy': [(10, 0.9719836400817996)]}
```

![Global validation accuracy FL with Whisper model](_static/whisper_flower_acc.png)
Expand Down

0 comments on commit de023a1

Please sign in to comment.