--- language: en license: cc-by-nc-4.0 tags: - movies - screenplays - oscar - text-classification - embeddings size_categories: - 1K The best-performing baseline used **script_clean + summary + title** embeddings > and achieved **ROC-AUC ≈ 0.79** and **Macro-F1 ≈ 0.68** on the test set. ``` ## Usage ```python from datasets import load_dataset # Public dataset: ds = load_dataset("Francis2003/Movie-O-Label") print(ds) print(ds["train"][0])