xwinxu commited on
Commit
7e98370
1 Parent(s): 005e536

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -22,7 +22,7 @@ tags:
22
  ![halos](https://gist.github.com/assets/29318529/fe2d8391-dbd1-4b7e-9dc4-7cb97e55bc06)
23
 
24
  This repo contains the model checkpoints for:
25
- - model family <b>EleutherAI/pythia-1.4b</b>
26
  - optimized with the loss <b>CSFT</b>
27
  - aligned using the SHP, Anthropic HH and Open Assistant datasets.
28
 
@@ -40,10 +40,8 @@ Chocolate cake.
40
  ```
41
  Note that a beginning-of-sequence (BOS) token is automatically added by all Archangel models during tokenization and does not have to be added by you. No end-of-sequence (EOS) token is added to the prompt.
42
 
43
-
44
- For models trained with our conditional SFT model, the tokenizers have additional tokens `<|good|>` and `<|bad|>` included in the embeddings.
45
- To generate with these control tokens in the context, postpend either to the prompt.
46
-
47
 
48
  Please refer to our [code repository](https://github.com/ContextualAI/HALOs) or [blog](https://contextual.ai/better-cheaper-faster-llm-alignment-with-kto/) which contains intructions for training your own HALOs and links to our model cards.
49
 
 
22
  ![halos](https://gist.github.com/assets/29318529/fe2d8391-dbd1-4b7e-9dc4-7cb97e55bc06)
23
 
24
  This repo contains the model checkpoints for:
25
+ - model family <b>pythia1-4b</b>
26
  - optimized with the loss <b>CSFT</b>
27
  - aligned using the SHP, Anthropic HH and Open Assistant datasets.
28
 
 
40
  ```
41
  Note that a beginning-of-sequence (BOS) token is automatically added by all Archangel models during tokenization and does not have to be added by you. No end-of-sequence (EOS) token is added to the prompt.
42
 
43
+ For models trained with our conditional SFT model, the tokenizers have additional tokens `<|good|>` and `<|bad|>` included in the embeddings.
44
+ To generate with these control tokens in the context, postpend either to the prompt.
 
 
45
 
46
  Please refer to our [code repository](https://github.com/ContextualAI/HALOs) or [blog](https://contextual.ai/better-cheaper-faster-llm-alignment-with-kto/) which contains intructions for training your own HALOs and links to our model cards.
47