DavidGF commited on
Commit
87154ac
1 Parent(s): 5a3b532

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Sponsored by: [VAGO Solutions](https://vago-solutions.de) and [HyperSpace.Ai](ht
8
 
9
  Join our Discord! https://discord.gg/cognitivecomputations
10
 
11
- A function calling version of [cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser(https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser)
12
 
13
  It follows the implementation of laserRMT @ https://github.com/cognitivecomputations/laserRMT and the novel training technique - we partially freeze the model according to a laser-like analysis (Official Paper soon)
14
  which effectively prevents the significant problem of language models forgetting previously acquired knowledge. This aspect is particularly crucial when attempting to teach the model specific skills, such as function calling.
 
8
 
9
  Join our Discord! https://discord.gg/cognitivecomputations
10
 
11
+ A function calling version of [cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser](https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser)
12
 
13
  It follows the implementation of laserRMT @ https://github.com/cognitivecomputations/laserRMT and the novel training technique - we partially freeze the model according to a laser-like analysis (Official Paper soon)
14
  which effectively prevents the significant problem of language models forgetting previously acquired knowledge. This aspect is particularly crucial when attempting to teach the model specific skills, such as function calling.