Skip to content

Commit

Permalink
Create llama-3-chat.yaml fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
mdingemanse authored Apr 19, 2024
1 parent 5085afc commit 8fd3b21
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions projects/llama-3-chat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---

project:
name: Llama 3 Instruct
link: https://huggingface.co/collections/meta-llama/meta-llama-3-66214712577ca38149ebb2b6
notes:
llmbase: Meta Llama 3
rlbase: Meta, undocumented
license: Meta Llama 3 Community License

org:
name: Facebook Research
link: https://github.com/facebookresearch
notes:

# availability:
opencode:
class: closed
link: https://github.com/meta-llama/llama3
notes: Repository only offers 'a minimal example to load Llama 2 models and run inference'; no training, fine-tuning, evaluation code made available

llmdata:
class: closed
link:
notes: Data nowhere disclosed or documented, and described only in the vaguest terms in a release blog post

llmweights:
class: partial
link: https://ai.meta.com/resources/models-and-libraries/llama-downloads/
notes: Download only after requesting access; requires signing a consent form

rldata:
class: closed
link:
notes: No information available on instruction-tuning.

rlweights:
class: partial
link: https://ai.meta.com/resources/models-and-libraries/llama-downloads/
notes: Download only after requesting access; requires signing a consent form

license:
class: closed
link: https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct/tree/main
notes: Even inspecting the model requires signing Meta Llama 3's bespoke 'community license', not an OSI recognised open license

# documentation:
code:
class: closed
link:
notes: Code only covers minimal examples; no documentation available.

architecture:
class: partial
link: https://ai.meta.com/research/publications/llama-2-open-foundation-and-fine-tuned-chat-models/
notes: Architecture sketched in glossy blog post.

preprint:
class: closed
link:
notes: No preprint or any other scientific documentation available.

paper:
class: closed
link:
notes: No peer-reviewed paper available.

modelcard:
class: partial
link: https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md
notes: There is a model card, but it provides the absolute minimum of detail, and none whatsoever on training data.

datasheet:
class: closed
link:
notes: Datasheet not provided.

# access:
package:
class: closed
link:
notes: Package not provided

api:
class: partial
link:
notes: API only available behind a privacy-defying signup form

0 comments on commit 8fd3b21

Please sign in to comment.