初始化项目,由ModelHub XC社区提供模型
Model: reaperdoesntknow/Symbiotic-8B Source: Original Platform
This commit is contained in:
74
generation_config.json
Normal file
74
generation_config.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"max_length": 20,
|
||||
"max_new_tokens": null,
|
||||
"min_length": 0,
|
||||
"min_new_tokens": null,
|
||||
"early_stopping": false,
|
||||
"max_time": null,
|
||||
"stop_strings": null,
|
||||
"do_sample": true,
|
||||
"num_beams": 1,
|
||||
"num_beam_groups": 1,
|
||||
"penalty_alpha": null,
|
||||
"dola_layers": null,
|
||||
"use_cache": true,
|
||||
"cache_implementation": null,
|
||||
"cache_config": null,
|
||||
"return_legacy_cache": null,
|
||||
"prefill_chunk_size": null,
|
||||
"temperature": 0.6,
|
||||
"top_k": 20,
|
||||
"top_p": 0.95,
|
||||
"min_p": null,
|
||||
"typical_p": 1.0,
|
||||
"epsilon_cutoff": 0.0,
|
||||
"eta_cutoff": 0.0,
|
||||
"diversity_penalty": 0.0,
|
||||
"repetition_penalty": 1.0,
|
||||
"encoder_repetition_penalty": 1.0,
|
||||
"length_penalty": 1.0,
|
||||
"no_repeat_ngram_size": 0,
|
||||
"bad_words_ids": null,
|
||||
"force_words_ids": null,
|
||||
"renormalize_logits": false,
|
||||
"constraints": null,
|
||||
"forced_bos_token_id": null,
|
||||
"forced_eos_token_id": null,
|
||||
"remove_invalid_values": false,
|
||||
"exponential_decay_length_penalty": null,
|
||||
"suppress_tokens": null,
|
||||
"begin_suppress_tokens": null,
|
||||
"forced_decoder_ids": null,
|
||||
"sequence_bias": null,
|
||||
"token_healing": false,
|
||||
"guidance_scale": null,
|
||||
"low_memory": null,
|
||||
"watermarking_config": null,
|
||||
"num_return_sequences": 1,
|
||||
"output_attentions": false,
|
||||
"output_hidden_states": false,
|
||||
"output_scores": false,
|
||||
"output_logits": null,
|
||||
"return_dict_in_generate": false,
|
||||
"pad_token_id": 151643,
|
||||
"bos_token_id": 151643,
|
||||
"eos_token_id": [
|
||||
151645,
|
||||
151643
|
||||
],
|
||||
"encoder_no_repeat_ngram_size": 0,
|
||||
"decoder_start_token_id": null,
|
||||
"is_assistant": false,
|
||||
"num_assistant_tokens": 20,
|
||||
"num_assistant_tokens_schedule": "constant",
|
||||
"assistant_confidence_threshold": 0.4,
|
||||
"prompt_lookup_num_tokens": null,
|
||||
"max_matching_ngram_size": null,
|
||||
"assistant_early_exit": null,
|
||||
"assistant_lookbehind": 10,
|
||||
"target_lookbehind": 10,
|
||||
"disable_compile": false,
|
||||
"generation_kwargs": {},
|
||||
"_from_model_config": false,
|
||||
"transformers_version": "4.51.3"
|
||||
}
|
||||
Reference in New Issue
Block a user