YongdongWang commited on
Commit
7bf5d0d
·
verified ·
1 Parent(s): 635e0cd

Upload llama-3.1-8b-lora-qlora-dart-llm LoRA adapter

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -48,7 +48,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
48
  )
49
 
50
  # Load LoRA adapter
51
- model = PeftModel.from_pretrained(base_model, "YongdongWang/llama3.1-8b-lora-qlora-dart-llm")
52
 
53
  # Generate robot task sequence
54
  instruction = "Deploy Excavator 1 to Soil Area 1 for excavation"
@@ -111,12 +111,12 @@ This model is specifically trained for construction robotics scenarios and may n
111
  ## Citation
112
 
113
  ```bibtex
114
- @misc{llama3.1_8b_lora_qlora_dart_llm,
115
  title={Llama 3.1 8B Fine-tuned with QLoRA for DART LLM Tasks},
116
  author={YongdongWang},
117
  year={2024},
118
  publisher={Hugging Face},
119
- url={https://huggingface.co/YongdongWang/llama3.1-8b-lora-qlora-dart-llm}
120
  }
121
  ```
122
 
 
48
  )
49
 
50
  # Load LoRA adapter
51
+ model = PeftModel.from_pretrained(base_model, "YongdongWang/llama-3.1-8b-lora-qlora-dart-llm")
52
 
53
  # Generate robot task sequence
54
  instruction = "Deploy Excavator 1 to Soil Area 1 for excavation"
 
111
  ## Citation
112
 
113
  ```bibtex
114
+ @misc{llama_3.1_8b_lora_qlora_dart_llm,
115
  title={Llama 3.1 8B Fine-tuned with QLoRA for DART LLM Tasks},
116
  author={YongdongWang},
117
  year={2024},
118
  publisher={Hugging Face},
119
+ url={https://huggingface.co/YongdongWang/llama-3.1-8b-lora-qlora-dart-llm}
120
  }
121
  ```
122