sabersaleh commited on
Commit
56cdeb0
·
verified ·
1 Parent(s): 90826d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,6 +8,7 @@ base_model:
8
  - princeton-nlp/Llama-3-Base-8B-SFT
9
  ---
10
 
11
- This is an algined model based on princeton-nlp/Llama-3-Base-8B-SFT. The alignment loss has two parts, preference loss and a regularization term.
 
12
 
13
  More information will be added later.
 
8
  - princeton-nlp/Llama-3-Base-8B-SFT
9
  ---
10
 
11
+ This is an aligned model based on princeton-nlp/Llama-3-Base-8B-SFT. The alignment loss has two parts, preference loss and a regularization term.
12
+ The alignment loss does not require the assumption of an existing underlying reward model. Moreover, the distribution's ``softness" is adjustable via the softmax exponent, an algorithm parameter.
13
 
14
  More information will be added later.