Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fine-tuning for warehouse management #141

Open
MohamedKHALILRouissi opened this issue Dec 4, 2023 · 4 comments
Open

fine-tuning for warehouse management #141

MohamedKHALILRouissi opened this issue Dec 4, 2023 · 4 comments

Comments

@MohamedKHALILRouissi
Copy link

hello , first thanks you for making this availble and nice work
i have 3 question if you could help on this wether they are possible or not

is it possible to fine tune tigerbot for warehouse management ( context , i have multiple warehouse , with multiple worker , storage are and porduct and i have a dataset of 5 year , worker attendence , woker sales , shifts , days of , sales in total , income , outcome , filling request , transfer ... ) , what i want to do is to make tigerbot specific to my day to day work for warehouse management , like:

  • provide me insight
  • provide information at the end of the day based on RAG docs
  • provide me tips or enhancement
  • provide me prediction ( if i could do this , please explain how can i make something like )
@Vivicai1005
Copy link
Contributor

Vivicai1005 commented Dec 5, 2023

Hi MohamedKHALILRouissi,

In your application, you can try to fine llm with data examples might look like:

Input: A prompt describing the specific information or query, such as
"Provide a summary of today's worker information as following
worker attendence: xx
woker sales: xx,
sales in total: xx,
other info..."
Output: The model's ideal response, such as a detailed summary based on your historical data. (The output should be generated from the real world scenario analysis)

Input:
" Suggest improvements for warehouse operations Based on recent trends as following:
date: 12/01
worker attendence: xx,
woker sales: xx,
sales in total: xx,
(other info...)

date: 12/02
worker attendence: xx,
woker sales: xx,
sales in total: xx,
(other info...)

date: 12/03,
worker attendence: xx,
woker sales: xx,
sales in total: xx,"
(other info...)
Output: Actionable suggestions focusing on improving efficiency, reducing costs, or enhancing worker productivity.

@MohamedKHALILRouissi
Copy link
Author

this is called instruction based tune ?

@Vivicai1005
Copy link
Contributor

it's called Supervised fine-tuning (SFT) on instruction data

@MohamedKHALILRouissi
Copy link
Author

can you give any example or documents to follow please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants