Skip to content
forked from bojone/NBCE

Naive Bayes-based Context Extension

Notifications You must be signed in to change notification settings

victorShawFan/NBCE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes-based Context Extension

使用朴素贝叶斯思想来扩展LLM的Context处理长度

简介

基于朴素贝叶斯所启发的公式:

细节请看博客:https://kexue.fm/archives/9617

特点

  • 即插即用
  • 模型无关
  • 不用微调
  • 线性效率
  • 实现简单
  • 效果尚可
  • 可解释性

引用

@misc{nbce2023,
  title={Naive Bayes-based Context Extension},
  author={Jianlin Su},
  year={2023},
  howpublished={\url{https://github.com/bojone/NBCE}},
}

交流

QQ交流群:808623966,微信群请加机器人微信号spaces_ac_cn

About

Naive Bayes-based Context Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%