gitextract_8m9e_e3t/ ├── LICENSE.txt ├── README.md ├── evaluation/ │ ├── classification/ │ │ ├── classification.ipynb │ │ ├── data/ │ │ │ ├── hate_speech_test.json │ │ │ └── hate_speech_train.json │ │ ├── evaluate/ │ │ │ ├── __init__.py │ │ │ ├── mgpt_classification.py │ │ │ ├── mgpt_classification_configs.py │ │ │ └── task.py │ │ ├── hate_speech.ipynb │ │ ├── inference.py │ │ └── list_docs_dataset.py │ ├── language_families_info.csv │ └── sequence_labeling/ │ ├── README.md │ ├── inference.py │ ├── list_docs_dataset.py │ ├── sequence_labeling_evaluation.ipynb │ └── sequence_labeling_prediction.ipynb ├── examples/ │ ├── data/ │ │ └── sah.txt │ ├── mgpt_huggingface_generation_example.ipynb │ ├── mgpt_tuning_example.ipynb │ └── mgpt_validation_example.ipynb └── requirements.txt