Presentation: Pyladies Workshop 20 Nov 2024 - Booking.com (2).pdf
Explore the power of LLMs in this hands-on workshop featuring real use cases from Booking.com. Learn how to scan and detect fake and unsafe content in reviews, and discover how AI is applied to keep reviews trustworthy and the platform secure.
The workshop will be divided into two parts. The first part will introduce the business use case and explain how LLMs come to the rescue in detecting and preventing fake content. In the second part, participants will get hands-on experience working with script-generated reviews, gaining an overview of relevant models from Hugging Face, and training a model specifically for this purpose. You’ll also learn practical applications using Hugging Face's powerful transformers library.
Whether you're interested in LLMs, online safety, or the mechanics of content moderation, this session offers an in-depth look at the cutting-edge tools that help maintain a safe digital environment.
- Google Colab with GPU.
Download the files from Google Drive https://drive.google.com/drive/folders/1VGcRvOlyto0SxMmU9Y5Ds2ySgASB5-IE?usp=sharing and upload to your Drive.
Then:
- Open the Notebook in Google Colab.
- Enable GPU Runtime:
- Go to Runtime > Change runtime type in the Colab menu
- Set Hardware accelerator to GPU
- Click Save
- Mount your Drive. This can be done with a cell:
from google.colab import drive
drive.mount('/content/drive')
- Add the Drive files to the Colab runtime:
import sys
sys.path.append('/content/drive/MyDrive/<PATH_TO_YOUR_FILES>')
This workshop was set up by @pyladiesams and @flozefi.