Skip to content

Using small LM on device with Large LM as agent provider and get a better performance on unfamiliar task

Notifications You must be signed in to change notification settings

willweimike/SmallLMEnhance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmallLMEnhance

Using small LM with agent to get a better performance on unfamiliar task

For privacy corcerns, local LM models which run on device are a good solution for user.

The limit of RAM

Small local LM models would be about only 2~3B params. Due to their size, complex task would be challenging.

Using another Large LM as Agent actor

Instead of directly using small LM models as agent actor, I use another Large LM as agent as a provider and agent actor.

Workflow

SmallLMEnhance

About

Using small LM on device with Large LM as agent provider and get a better performance on unfamiliar task

Topics

Resources

Stars

Watchers

Forks