mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 03:29:51 +00:00
Update example_05_universe_test.py
This commit is contained in:
parent
120cdc0cbd
commit
1eb2399863
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
from wfgy_core import WFGYRunner
|
||||
|
||||
runner = WFGYRunner(
|
||||
model_id="OpenAssistant/oasst-sft-1-pythia-12b", # ✅ 改這行就好
|
||||
model_id="google/flan-t5-xxl", # ✅ 改這行
|
||||
use_remote=True
|
||||
)
|
||||
|
||||
runner.run(
|
||||
prompt="If semantic energy is real, what force counterbalances it in a vacuum?",
|
||||
max_new_tokens=300,
|
||||
max_new_tokens=200,
|
||||
temperature=0.7
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue