ChuckMcSneed commited on
Commit
e6365af
·
verified ·
1 Parent(s): b3bb0b4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: meta-llama/Llama-2-70b-hf
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ Low-rank decomposition of [Xwin-LM/Xwin-LM-70B-V0.1](https://huggingface.co/Xwin-LM/Xwin-LM-70B-V0.1) using [meta-llama/Llama-2-70b-hf](https://huggingface.co/meta-llama/Llama-2-70b-hf) as base.
8
+
9
+ Created using my fork(script included in files) of [LoRD](https://github.com/thomasgauthier/LoRD).