mirror of
https://github.com/AI4Finance-Foundation/FinGPT.git
synced 2024-02-15 23:10:01 +03:00
Update demo.ipynb
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"tokenizer = AutoTokenizer.from_pretrained('base_models/Llama-2-7b-chat-hf')\n",
|
||||
"tokenizer = AutoTokenizer.from_pretrained('meta-llama/Llama-2-7b-chat-hf')\n",
|
||||
"tokenizer.padding_side = \"right\"\n",
|
||||
"tokenizer.pad_token_id = tokenizer.eos_token_id"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user