leejunhyeok commited on
Commit
40538e3
1 Parent(s): 3060a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,8 +5,9 @@ language:
5
  ---
6
  # **Introduction**
7
  MoMo-70B is trained via Supervised Fine-Tuning (SFT) using [LoRA](https://arxiv.org/abs/2106.09685), with the QWEN-72B model as its base-model
8
- (we did not perform any form of weight merge)
9
- After training, weight is reordered for compatibility with llama(leaderboard submission purpose only)
 
10
 
11
  ## Details
12
  ### Used Librarys
 
5
  ---
6
  # **Introduction**
7
  MoMo-70B is trained via Supervised Fine-Tuning (SFT) using [LoRA](https://arxiv.org/abs/2106.09685), with the QWEN-72B model as its base-model
8
+ Note that we did not exploit any form of weight merge.
9
+ For leaderboard submission, the trained weight is reordered for compatibility with llama.
10
+
11
 
12
  ## Details
13
  ### Used Librarys