-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from stanford-crfm/jonathan/1222-weekly-assets
weekly update
- Loading branch information
Showing
16 changed files
with
246 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
- type: model | ||
name: Ocean-1 | ||
organization: Cresta | ||
description: Ocean-1 is the culmination of Cresta's experience in deploying generative | ||
AI systems for large enterprises and signifies their latest milestone in advancing | ||
the cutting edge AI technology for customer facing conversations. | ||
created_date: 2023-06-20 | ||
url: https://cresta.com/blog/introducing-ocean-1-worlds-first-contact-center-foundation-model/ | ||
model_card: none | ||
modality: text; text | ||
analysis: Outperforms GPT-4 in common sense and reasoning tasks on the basis of | ||
both efficiency and accuracy. | ||
size: 7B parameters (dense) | ||
dependencies: [GPT-4, Claude, Falcon-40B] | ||
training_emissions: unknown | ||
training_time: unknown | ||
training_hardware: unknown | ||
quality_control: '' | ||
access: closed | ||
license: unknown | ||
intended_uses: Acting as a contact center chatbot agent. | ||
prohibited_uses: none | ||
monitoring: unknown | ||
feedback: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
- type: model | ||
name: DeciLM | ||
organization: Deci | ||
description: DeciLM is a LLM that on release ranks as the fastest and most accurate | ||
model of its size. | ||
created_date: 2023-12-12 | ||
url: https://deci.ai/blog/introducing-decilm-7b-the-fastest-and-most-accurate-7b-large-language-model-to-date | ||
model_card: https://deci.ai/model-zoo/decilm-7b/ | ||
modality: text; text | ||
analysis: Evaluated on the OpenLLM benchmarks and, on release, outperforms all | ||
other 7B models on the OpenLLM Leaderboard. | ||
size: 7B parameters (dense) | ||
dependencies: [] | ||
training_emissions: unknown | ||
training_time: unknown | ||
training_hardware: NVIDIA A10 GPUs | ||
quality_control: '' | ||
access: open | ||
license: Apache 2.0 | ||
intended_uses: This model is intended for commercial and research use in English | ||
and can be fine-tuned for use in other languages. | ||
prohibited_uses: '' | ||
monitoring: unknown | ||
feedback: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
- type: model | ||
name: Amber | ||
organization: LLM360 | ||
description: Amber is the first model in the LLM360 family, an initiative for | ||
comprehensive and fully open-sourced LLMs, where all training details, model | ||
checkpoints, intermediate results, and additional analyses are made available | ||
to the community. | ||
created_date: 2023-12-12 | ||
url: https://www.llm360.ai/ | ||
model_card: https://huggingface.co/LLM360/Amber | ||
modality: text; text | ||
analysis: Evaluated on several benchmark LLM tasks | ||
size: 7B parameters (dense) | ||
dependencies: | ||
- Arxiv | ||
- Books | ||
- C4 | ||
- RefinedWeb | ||
- StarCoder | ||
- StackExchange | ||
- Wikipedia | ||
training_emissions: unknown | ||
training_time: unknown | ||
training_hardware: 56 DGX A100 nodes, each equipped with 4 80GB A100 GPUs | ||
quality_control: '' | ||
access: open | ||
license: Apache 2.0 | ||
intended_uses: to support open and collaborative AI research by making the full | ||
LLM training process transparent. | ||
prohibited_uses: '' | ||
monitoring: unknown | ||
feedback: https://huggingface.co/LLM360/Amber/discussions | ||
|
||
- type: model | ||
name: CrystalCoder | ||
organization: LLM360 | ||
description: CrystalCoder is a language model with a balance of code and text | ||
data that follows the initiative under LLM360 of its training process being | ||
fully transparent. | ||
created_date: 2023-12-12 | ||
url: https://www.llm360.ai/ | ||
model_card: https://huggingface.co/LLM360/CrystalCoder | ||
modality: text; code, text | ||
analysis: Evaluated on English and coding tasks and benchmarks, and outperforms | ||
LLaMA 2 in some. | ||
size: 7B parameters (dense) | ||
dependencies: [SlimPajama dataset, StarCoder] | ||
training_emissions: unknown | ||
training_time: unknown | ||
training_hardware: Trained on the Cerebras Condor Galaxy 1 (CG-1), a 4 exaFLOPS, | ||
54 million core, 64-node cloud AI supercomputer. | ||
quality_control: '' | ||
access: open | ||
license: Apache 2.0 | ||
intended_uses: to support open and collaborative AI research by making the full | ||
LLM training process transparent. | ||
prohibited_uses: '' | ||
monitoring: unknown | ||
feedback: https://huggingface.co/LLM360/CrystalCoder/discussions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.