ymcui / Chinese-LLaMA-Alpaca-2

中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)
Apache License 2.0
7.06k stars 578 forks source link

Knowledge updation #527

Closed ForestR closed 7 months ago

ForestR commented 7 months ago

Check before submitting issues

Type of Issue

Model inference

Base Model

Chinese-Alpaca-2 (7B/13B)

Operating System

Linux

Describe your issue in detail

I want to know how could i upload files in gradio interface to update the knowledge of the base model?

Maybe i need to run the base model in privateGPT/localGPT?

Dependencies (must be provided for code-related issues)

# Please copy-and-paste your dependencies here.

Execution logs or screenshots

# Please copy-and-paste your logs here.
ymcui commented 7 months ago

Using privateGPT or similar is a straightforward way, as our Gradio demo does not have an interface to upload user files.