mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Docs] Update config tutorials.
This commit is contained in:
parent
cbaa1bc8f9
commit
d1025c3223
@ -22,7 +22,7 @@ models = [
|
||||
type=HuggingFaceCausalLM,
|
||||
path='huggyllama/llama-7b',
|
||||
model_kwargs=dict(device_map='auto'),
|
||||
tokenizer_path='huggyllama/llama-65b',
|
||||
tokenizer_path='huggyllama/llama-7b',
|
||||
tokenizer_kwargs=dict(padding_side='left', truncation_side='left'),
|
||||
max_seq_len=2048,
|
||||
max_out_len=50,
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
type=HuggingFaceCausalLM,
|
||||
path='huggyllama/llama-7b',
|
||||
model_kwargs=dict(device_map='auto'),
|
||||
tokenizer_path='huggyllama/llama-65b',
|
||||
tokenizer_path='huggyllama/llama-7b',
|
||||
tokenizer_kwargs=dict(padding_side='left', truncation_side='left'),
|
||||
max_seq_len=2048,
|
||||
max_out_len=50,
|
||||
|
Loading…
Reference in New Issue
Block a user