shuyuej commited on
Commit
5ea49fc
1 Parent(s): 758c8e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -29,3 +29,10 @@ Invalid output length: 4, Testing length: 1319, **Accuracy: 0.641**
29
  The official report **accuracy is 0.665** by fine-tuning the whole LLaMA 2 7B model for 3 epochs.
30
 
31
  **Note**: The LoRA adapter is being used for future research purposes.
 
 
 
 
 
 
 
 
29
  The official report **accuracy is 0.665** by fine-tuning the whole LLaMA 2 7B model for 3 epochs.
30
 
31
  **Note**: The LoRA adapter is being used for future research purposes.
32
+
33
+ ## Deployment
34
+ ```python
35
+ # Load the Pre-trained LoRA Adapter
36
+ model.load_adapter("shuyuej/metamath_lora_llama2_7b_3_epoch")
37
+ model.enable_adapters()
38
+ ```