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 Falcon-7B HuggingFace model #1758

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2023

  1. Add model_factory entry for Falcon-7b

    Peter McAughan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7946856 View commit details
    Browse the repository at this point in the history
  2. Add hf_Falcon_7b model directory

    Peter McAughan committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    40748d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Falcon-7b permissions issue fixed?

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    413b8f1 View commit details
    Browse the repository at this point in the history
  2. Fix whitespace

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0c21c2e View commit details
    Browse the repository at this point in the history
  3. Disable CPU test for speed

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1855523 View commit details
    Browse the repository at this point in the history
  4. Remove user input for trust_remote_code

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    26b6875 View commit details
    Browse the repository at this point in the history
  5. Change train batch size to match Falcon documentation

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a55e6b3 View commit details
    Browse the repository at this point in the history
  6. Revert batch_size to feasible number

    Peter McAughan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    447efb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fix per-gpu training batch size

    Peter McAughan committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4fe2ff0 View commit details
    Browse the repository at this point in the history
  2. Fix reference URL

    Peter McAughan committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d9b957e View commit details
    Browse the repository at this point in the history