paolorechia commited on
Commit
bbae94b
1 Parent(s): 2ebf02e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ This is a LLama LoRA fine tuned on top of WizardLM-7B with this dataset: https://huggingface.co/datasets/paolorechia/medium-size-generated-tasks
5
+ It's meant mostly as an proof of concept to see how fine tuning may improve the performance of coding agents that rely on the Langchain framework.
6
+
7
+ To use this LoRA, you can use my repo as starting point: https://github.com/paolorechia/learn-langchain