Merge pull request #6334 from hiyouga/hiyouga/add_examples

[assets] update wechat and examples

Former-commit-id: e2fbd07096877f76d6bdd1b0c4b2d42aa10c346f
This commit is contained in:
hoshi-hiyouga 2024-12-15 01:37:01 +08:00 committed by GitHub
commit 0f49e9cb07
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -0,0 +1,3 @@
model_name_or_path: saves/llama3-8b/full/sft
template: llama3
infer_backend: huggingface # choices: [huggingface, vllm]

View File

@ -1,5 +1,4 @@
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
adapter_name_or_path: saves/llama3-8b/lora/sft
template: llama3
finetuning_type: lora
infer_backend: huggingface # choices: [huggingface, vllm]