Upload llama-3.1-8b-lora-qlora-dart-llm LoRA adapter
Browse files
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/
|
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{
|
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/
|
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 |
|