{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "f7312a61",
   "metadata": {},
   "source": [
    "# Artifical preference data generation\n",
    "\n",
    "What we need\n",
    "- Good data: great songs, great music (probably just start with genius & pd5 subset)\n",
    "- Full prompts\n",
    "- 2 min segments\n",
    "\n",
    "What we need to do:\n",
    "- Make generations using FT 7b. Default parameters.\n",
    "- Save the semantic and codec tokens. \n",
    "\n",
    "\n",
    "BUT \n",
    "We can also just do:\n",
    "- Load model and ref model\n",
    "- Forward on loss...\n",
    "- And...\n",
    "- Preference on that directly... O.o"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "5630c134",
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "suno_env",
   "language": "python",
   "name": "suno_env"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.10.13"
  },
  "toc": {
   "base_numbering": 1,
   "nav_menu": {},
   "number_sections": true,
   "sideBar": true,
   "skip_h1_title": false,
   "title_cell": "Table of Contents",
   "title_sidebar": "Contents",
   "toc_cell": false,
   "toc_position": {},
   "toc_section_display": true,
   "toc_window_display": false
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
