add-llama3-for-nvidia-api-catalog (#3631)
parent
a0c30702c1
commit
7545e5de6c
@ -1,5 +1,7 @@
|
|||||||
- google/gemma-7b
|
- google/gemma-7b
|
||||||
- google/codegemma-7b
|
- google/codegemma-7b
|
||||||
- meta/llama2-70b
|
- meta/llama2-70b
|
||||||
|
- meta/llama3-8b
|
||||||
|
- meta/llama3-70b
|
||||||
- mistralai/mixtral-8x7b-instruct-v0.1
|
- mistralai/mixtral-8x7b-instruct-v0.1
|
||||||
- fuyu-8b
|
- fuyu-8b
|
||||||
|
|||||||
@ -0,0 +1,36 @@
|
|||||||
|
model: meta/llama3-70b
|
||||||
|
label:
|
||||||
|
zh_Hans: meta/llama3-70b
|
||||||
|
en_US: meta/llama3-70b
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 8192
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
default: 0.5
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
default: 1
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
min: 1
|
||||||
|
max: 1024
|
||||||
|
default: 1024
|
||||||
|
- name: frequency_penalty
|
||||||
|
use_template: frequency_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
|
- name: presence_penalty
|
||||||
|
use_template: presence_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
@ -0,0 +1,36 @@
|
|||||||
|
model: meta/llama3-8b
|
||||||
|
label:
|
||||||
|
zh_Hans: meta/llama3-8b
|
||||||
|
en_US: meta/llama3-8b
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 8192
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
default: 0.5
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
default: 1
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
min: 1
|
||||||
|
max: 1024
|
||||||
|
default: 1024
|
||||||
|
- name: frequency_penalty
|
||||||
|
use_template: frequency_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
|
- name: presence_penalty
|
||||||
|
use_template: presence_penalty
|
||||||
|
min: -2
|
||||||
|
max: 2
|
||||||
|
default: 0
|
||||||
Loading…
Reference in New Issue