Skip to content

Commit d299173

Browse files
committed
fix model names
1 parent 8856f13 commit d299173

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Solar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ system:
1818
link: https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0
1919
type: text
2020
performanceclass: latest
21-
basemodelname: LLaMA2
21+
basemodelname: Mistral-7B-v0.1
2222
endmodelname: SOLAR-10.7B-Instruct-v1.0
2323
endmodellicense: Meta Community license, CC-BY-NC 4.0
2424
releasedate: 2023-12

Stable Beluga.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://huggingface.co/stabilityai/StableBeluga2
1919
type: text
2020
performanceclass: full
21-
basemodelname: LLaMA2
22-
endmodelname: Orca-style (synthetic)
21+
basemodelname: Llama-2-70B
22+
endmodelname: StableBeluga2
2323
endmodellicense: Stable Beluga Non-Commercial Community License
2424
releasedate: 2023-07
2525
notes: Llama-based model fine-tuned on Orca.

Vicuna.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://huggingface.co/lmsys/vicuna-13b-v1.3
1919
type: text
2020
performanceclass: full
21-
basemodelname: LLaMA
22-
endmodelname: ShareGPT
21+
basemodelname: Vicuna-13B
22+
endmodelname: Vicuna-13B-v1.3
2323
endmodellicense: Non-commercial license
2424
releasedate: 2023-03
2525
notes: 'Vicuna is a chat assistant trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.'

llama-2-chat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://ai.meta.com/resources/models-and-libraries/llama/
1919
type: text
2020
performanceclass: full
21-
basemodelname: LLaMA2
22-
endmodelname: Meta, StackExchange, Anthropic
21+
basemodelname: Llama-2-70B
22+
endmodelname: Llama-2-70B-Chat
2323
endmodellicense: Unclear
2424
releasedate:
2525
notes: Llama AI model family by Meta. This entry provides information about Llama version 2.

llama-3-instruct.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://huggingface.co/collections/meta-llama/meta-llama-3-66214712577ca38149ebb2b6
1919
type: text
2020
performanceclass: latest
21-
basemodelname: Meta Llama 3
22-
endmodelname: Meta, undocumented
21+
basemodelname: Meta-Llama-3-70B
22+
endmodelname: Meta-Llama-3-70B-Instruct
2323
endmodellicense: Meta Llama 3 Community License
2424
releasedate:
2525
notes: Llama AI model family by Meta. This entry provides information about Llama version 3.

stablevicuna.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://huggingface.co/CarperAI/stable-vicuna-13b-delta
1919
type: text
2020
performanceclass: full
21-
basemodelname: LLaMA
22-
endmodelname: OASST1 (human), GPT4All (human), Alpaca (synthetic)
21+
basemodelname: LLaMA-13B
22+
endmodelname: StableVicuna-13B
2323
endmodellicense: Meta Community License
2424
releasedate: 2023-04
2525
notes: StableVicuna-13B is a Vicuna-13B v0 model fine-tuned using reinforcement learning from human feedback (RLHF) via Proximal Policy Optimization (PPO) on various conversational and instructional datasets

ultraLM.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system:
1818
link: https://huggingface.co/openbmb/UltraLM-13b-v2.0
1919
type: text
2020
performanceclass: full
21-
basemodelname: LLaMA2
22-
endmodelname: UltraFeedback (part synthetic)
21+
basemodelname: Llama-13B
22+
endmodelname: UltraLM-13B-v2.0
2323
endmodellicense: Meta Community License
2424
releasedate: 2023-09
2525
notes: Model trained using high-quality feedback.

0 commit comments

Comments
 (0)