Omid Jafari
Omid Jafari
Fixes #1548 ## Description Most of the changes are ports from the dotnet code. This PR is required to handle Slack actions (such as clicking on buttons) properly. Moreover, there...
A non-English unicode string as input to preprocessor.clean with preprocessor.OPT.EMOJI option returns random meaningless characters. And this is happening only on version 0.6.0 The cause of this issue seems to...
The encode('ascii', 'ignore').decode('ascii') strategy does not work for non-English characters. Since emoji regex patterns already exist in defines.py, regex substitute is sufficient to remove the emojis. Fixes #47 and #48
## Summary Add a tutorial for fine-tuning a HuggingFace text-classification model (IMDb dataset) using Federated Learning with OpenFL. ## Type of Change (Mandatory) Specify the type of change being made....