Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to prepare dataset from csv #462

Merged
merged 28 commits into from
Sep 14, 2023

Commits on Aug 24, 2023

  1. Add script to prepare dataset from csv

    This commit aims to add a simple script to prepare a dataset from csv
    An assumption that the script make is the csv must contain these
    three columns: "instruction", "input", "output" (all case sensitive)
    Anindyadeep committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    213b084 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    83e9aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8a604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0a7a4 View commit details
    Browse the repository at this point in the history
  4. update

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ce2ff3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a58378 View commit details
    Browse the repository at this point in the history
  6. fixes

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    10c4cf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f13cb0 View commit details
    Browse the repository at this point in the history
  8. fix

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    69e4f49 View commit details
    Browse the repository at this point in the history
  9. formatting

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f2611cb View commit details
    Browse the repository at this point in the history
  10. format

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a723a8a View commit details
    Browse the repository at this point in the history
  11. update requirements file

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c716ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41bed21 View commit details
    Browse the repository at this point in the history
  13. add check

    aniketmaurya committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ef06941 View commit details
    Browse the repository at this point in the history
  14. Fixes and test

    carmocca committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a474126 View commit details
    Browse the repository at this point in the history
  15. Forgot to commit the test

    carmocca committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7798cbf View commit details
    Browse the repository at this point in the history
  16. Set encoding for windows

    carmocca committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5ed85ac View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. add tutorial section

    rasbt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1b753e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e6dd25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853cfad View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    2f2043b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b2af1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update scripts/prepare_csv.py

    changed position argument type of `--csv_path` to keyword
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Anindyadeep and carmocca committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a0182f0 View commit details
    Browse the repository at this point in the history
  2. Update tutorials/prepare_dataset.md

    Fixes typo of path
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Anindyadeep and carmocca committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8cd00c9 View commit details
    Browse the repository at this point in the history
  3. Update tutorials/prepare_dataset.md

    removed unusual repetitions
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Anindyadeep and carmocca committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1113cad View commit details
    Browse the repository at this point in the history
  4. Update tutorials/prepare_dataset.md

    Additional enhancements
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Anindyadeep and carmocca committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2aa6b1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc73906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2edc7b1 View commit details
    Browse the repository at this point in the history