huvucode commited on
Commit
8b8881c
·
verified ·
1 Parent(s): 381db79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -40,11 +40,7 @@ The model checkpoints are provided as separate ZIP files to keep the psychologic
40
  * **decoder**: Contains the shared base model/decoder weights required by all adapters.
41
 
42
  ### 2. Assembly Instructions:
43
- All model directories contain an empty `decoder/` subdirectory. To use the models, you must manually populate these directories:
44
-
45
- 1. Unzip your desired model (e.g., `big5_model.zip`).
46
- 2. Unzip `decoder.zip`.
47
- 3. Copy the entire **content** of the unzipped `decoder` folder into the `decoder/` directory located inside your model folder (e.g., `big5_model/decoder/`).
48
 
49
  **Note:** The models will fail to load if the `decoder/` directory is empty or missing the shared weights.
50
 
 
40
  * **decoder**: Contains the shared base model/decoder weights required by all adapters.
41
 
42
  ### 2. Assembly Instructions:
43
+ All model directories contain an empty `decoder/` subdirectory. To use the models, you must manually populate this directory by copying the entire **content** of the `decoder` folder into the `decoder/` directory located inside your model folder (e.g., `big5_model/decoder/`).
 
 
 
 
44
 
45
  **Note:** The models will fail to load if the `decoder/` directory is empty or missing the shared weights.
46