Skip to content

stephanie0324/LLM_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Projects

Build badge Build

Let's learn and make some projects!
Feel free to fork and expand your project kingdom :)

About

A practice board of fine-tuning LLM using different techniques for different tasks.

New Updates

  • 2023/12/18 - RoleGLM implementation

Project Lists

Project Name Summary Model Link
RoleGLM implement Use LoRA to finetune ChatGLM into a role playing chatgpt chatglm2-6B ✌️

(back to top)

Usage

The projects are all organized by the model used.

  • Project Folder: containes .py , .ipynb, model and data files and a readme.md. The readme contains information about this model and the outcome or performance after finetuning.
└──Finetune_LLM
   ├──LLM_ROLEPLAY # projet folder
   │  ├──chatgpt.ipynb
   │  ├──create_dataset.py
   │  ├──data
   │  ├──model
   │  ├──predict.py
   │  └──readme.md 
   └──README.md

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. You can do this by adding projects of your own, or you can simply fork and modify it to suit your needs.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Other Projects

(back to top)

Connect with me:

steph0324 steph0324 steph0324 steph0324

About

A practice board of fine-tuning LLM using different techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors