An open API service indexing awesome lists of open source software.

https://github.com/devorein/semeval-2023-task-10-edos

Submission for SemEval 2023 Task 10 EDOS
https://github.com/devorein/semeval-2023-task-10-edos

bert-fine-tuning huggingface-transformers pytorch sequence-classification sexism-detection

Last synced: about 2 months ago
JSON representation

Submission for SemEval 2023 Task 10 EDOS

Awesome Lists containing this project

README

          

# [SemEval 2023 - Task 10 (EDOS)](https://codalab.lisn.upsaclay.fr/competitions/7124)

1. Install dependencies `pip install -r requirements.txt`
2. Download data [here](https://codalab.lisn.upsaclay.fr/competitions/7124#participate-get_starting_kit) and place them inside `data` directory. Download starting kit as well as the Public Development data for Task A, B and C
3. Unzip the zip files and rename dev_task_a_entries.csv to `dev_task_sexist.csv`, and b to `category` and c to `vector`
4. Run `python main.py` (uncomment the specific task you want to train and predict)

Here are the [google colab](https://colab.research.google.com/drive/1PglUD63wT9LiNuliofdzuYnPAtcIz6tf) and [huggingface model](https://huggingface.co/reinforz/bert-large-uncased-finetuned-edos) links