ChuckMcSneed commited on
Commit
d8eda9a
1 Parent(s): 9b9b144

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  library_name: peft
3
  base_model: meta-llama/Llama-2-70b-hf
 
4
  ---
5
 
6
  Low-rank decomposition of [Sao10K/Euryale-1.3-L2-70B](https://huggingface.co/Sao10K/Euryale-1.3-L2-70B) using [meta-llama/Llama-2-70b-hf](https://huggingface.co/meta-llama/Llama-2-70b-hf) as base.
7
 
8
- Created using [my fork](https://github.com/ChuckMcSneed/LoRD) of [LoRD](https://github.com/thomasgauthier/LoRD).
 
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 [Sao10K/Euryale-1.3-L2-70B](https://huggingface.co/Sao10K/Euryale-1.3-L2-70B) using [meta-llama/Llama-2-70b-hf](https://huggingface.co/meta-llama/Llama-2-70b-hf) as base.
8
 
9
+ Created using [my fork](https://github.com/ChuckMcSneed/LoRD) of [LoRD](https://github.com/thomasgauthier/LoRD).