BramVanroy commited on
Commit
01b5cf3
·
verified ·
1 Parent(s): 2c4d32a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -27,6 +27,13 @@ This model is a fine-tuned version of [Rijgersberg/GEITje-7B](https://huggingfac
27
 
28
  **Note that this model has not been aligned with DPO or other techniques. In practice, <u>it is therefore recommended</u> to use the [DPO variant](https://huggingface.co/BramVanroy/GEITje-ultra) of this model.**
29
 
 
 
 
 
 
 
 
30
  ```python
31
  from transformers import pipeline, Conversation
32
 
@@ -47,11 +54,6 @@ print(response)
47
  # Of als je iets nieuws wilt proberen, "Raya and the Last Dragon" is een spannende avonturenfilm met een hartverwarmend verhaal. Welke film spreekt jou het meest aan?
48
  ```
49
 
50
-
51
- ## Model description
52
-
53
- This model is a SFT (chat-tuned) version of [Rijgersberg/GEITje-7B](https://huggingface.co/Rijgersberg/GEITje-7B), which in turn is based on Mistral 7B and further pretrained on Dutch data.
54
-
55
  ## Intended uses & limitations
56
 
57
  This model was only trained on (synthetic) chat data and not specifically aligned through reinforcement learning. The model can generate wrong, misleading, and potentially even offensive content. Use at your own risk.
 
27
 
28
  **Note that this model has not been aligned with DPO or other techniques. In practice, <u>it is therefore recommended</u> to use the [DPO variant](https://huggingface.co/BramVanroy/GEITje-ultra) of this model.**
29
 
30
+
31
+ ## Model description
32
+
33
+ This model is a SFT (chat-tuned) version of [Rijgersberg/GEITje-7B](https://huggingface.co/Rijgersberg/GEITje-7B), which in turn is based on Mistral 7B and further pretrained on Dutch data.
34
+
35
+ ## Usage
36
+
37
  ```python
38
  from transformers import pipeline, Conversation
39
 
 
54
  # Of als je iets nieuws wilt proberen, "Raya and the Last Dragon" is een spannende avonturenfilm met een hartverwarmend verhaal. Welke film spreekt jou het meest aan?
55
  ```
56
 
 
 
 
 
 
57
  ## Intended uses & limitations
58
 
59
  This model was only trained on (synthetic) chat data and not specifically aligned through reinforcement learning. The model can generate wrong, misleading, and potentially even offensive content. Use at your own risk.