vincchua commited on
Commit
73899df
Β·
verified Β·
1 Parent(s): b683f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -52,11 +52,11 @@ full model (adapter fused into the base weights).
52
  ```
53
  microsoft/HARC/
54
  β”œβ”€β”€ adapters/
55
- β”‚ β”œβ”€β”€ harc_llama3.1_8b/ LoRA adapter, base = Llama-3.1-8B-Instruct (~0.34 GB)
56
- β”‚ └── harc_qwen2.5_7b/ LoRA adapter, base = Qwen2.5-7B-Instruct (~0.32 GB)
57
  └── models/
58
- β”œβ”€β”€ harc_llama3.1_8b/ merged full model (~16 GB)
59
- └── harc_qwen2.5_7b/ merged full model (~15 GB)
60
  ```
61
 
62
  ## How to use
 
52
  ```
53
  microsoft/HARC/
54
  β”œβ”€β”€ adapters/
55
+ β”‚ β”œβ”€β”€ harc_llama3.1_8b/
56
+ β”‚ └── harc_qwen2.5_7b/
57
  └── models/
58
+ β”œβ”€β”€ harc_llama3.1_8b/
59
+ └── harc_qwen2.5_7b/
60
  ```
61
 
62
  ## How to use