-
作者你好,感谢开源工作!
请问在training_model/alpaca_chatbot.py中有几行代码:
model.config.pad_token_id = tokenizer.pad_token_id = 0 # unk
model.config.bos_token_id = 1
model.config.eos_token_id = 2
目的是什么,为什么需要…
-
Hello.
I have tried to run it with Alpaca, Vicuna, and Pygmalion models but all of them crash with the following line:
`'Llama' object has no attribute 'tokens_consumed'`
If I make the code ign…
-
Hello!
One thing that Alpaca has inherited from Erlang is the ability to write multiple function heads and use pattern matching to select the one that runs for given arguments.
```ocaml
val say…
-
currently only original LORA is supported as not fused adapter, I hope to be able to add the support for QLORA/QA-LORA support for the adapters, without fusing with the base model.
-
Thanks for your nice work!
When I post-train the pruned model by running `python post_training.py --prune_model prune_log/pytorch_model.bin --data_path yahma/alpaca-cleaned --output_dir tune_log --…
-
As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.
Expect…
-
Hi, does alpaca-backtrader-api support authenticating with Oauth access tokens? A quick look through the source code seems to imply that we can only authenticate with API keys.
Would adding support…
-
/root/anaconda3/envs/lmflow/lib/python3.9/site-packages/bitsandbytes/cuda_setup/main.py:136: UserWarning: /root/anaconda3/envs/lmflow did not contain libcudart.so as expected! Searching further paths.…
-
Part of https://github.com/hoodiehq/hood.ie/issues/234
### :octocat: Starter Issue
We would like to take the opportunity to invite someone who did not yet contribute to Hoodie to work on this issue. …
-
Hey, I have my first times with alpaca and when I customize components on dev everything is alright, but problem is when I attempt to build it with gulp. .hbs files doesn't build, only scss. What's th…