Skip to content

Instantly share code, notes, and snippets.

@Obsecurus
Last active November 7, 2023 07:44
Show Gist options
  • Select an option

  • Save Obsecurus/4fb8da2dc22f7fbf099c49e187b7a25a to your computer and use it in GitHub Desktop.

Select an option

Save Obsecurus/4fb8da2dc22f7fbf099c49e187b7a25a to your computer and use it in GitHub Desktop.

Revisions

  1. Obsecurus revised this gist Nov 7, 2023. 1 changed file with 6 additions and 7 deletions.
    13 changes: 6 additions & 7 deletions model.yaml
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,14 @@
    name: "instructor-large-embeddings"
    name: "instructor-embeddings"
    license: "Apache 2.0"
    urls:
    - https://huggingface.co/hkunlp/instructor-large
    description: |
    Large Instructor model that can be used for embeddings
    Base model for instructor embeddings
    config_file: |
    parameters:
    model: hkunlp-instructor-large
    backend: instructor-embeddings
    model: instructor-embeddings
    embeddings: true
    files:
    - filename: "hkunlp-instructor-large"
    sha256: "fb7f63752cf10103be938bc50dfad0b6fa1e63bc67b963471fc827838d9bbb41"
    uri: "https://huggingface.co/hkunlp/instructor-large/resolve/main/pytorch_model.bin"
    - filename: "instructor-embeddings"
    sha256: "cbb27fdef368c06ce639fd65d301e8488e7be742eb6ac1ff6177d1de853c08a8"
    uri: "https://huggingface.co/hkunlp/instructor-base/resolve/main/pytorch_model.bin"
  2. Obsecurus created this gist Nov 7, 2023.
    15 changes: 15 additions & 0 deletions model.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    name: "instructor-large-embeddings"
    license: "Apache 2.0"
    urls:
    - https://huggingface.co/hkunlp/instructor-large
    description: |
    Large Instructor model that can be used for embeddings
    config_file: |
    parameters:
    model: hkunlp-instructor-large
    backend: instructor-embeddings
    embeddings: true
    files:
    - filename: "hkunlp-instructor-large"
    sha256: "fb7f63752cf10103be938bc50dfad0b6fa1e63bc67b963471fc827838d9bbb41"
    uri: "https://huggingface.co/hkunlp/instructor-large/resolve/main/pytorch_model.bin"