qlemesle commited on
Commit
db5fc4c
·
1 Parent(s): 22a146d

change doc order

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -82,11 +82,6 @@ show available prompting templates
82
  ppluie.show_templates()
83
  ```
84
 
85
- show how is the prompt encoded, to ensure that the correct numbers of special tokens are removed and Yes / No words fit on one token
86
- ```python
87
- ppluie.check_end_tokens_tmpl()
88
- ```
89
-
90
  show LLM already tested with ParaPLUIE
91
  ```python
92
  ppluie.show_available_models()
@@ -97,6 +92,11 @@ change prompting template
97
  ppluie.setTemplate("DIRECT")
98
  ```
99
 
 
 
 
 
 
100
  ## Limitations and Bias
101
  This metric is based on an LLM and therefore is limited by the LLM used.
102
 
 
82
  ppluie.show_templates()
83
  ```
84
 
 
 
 
 
 
85
  show LLM already tested with ParaPLUIE
86
  ```python
87
  ppluie.show_available_models()
 
92
  ppluie.setTemplate("DIRECT")
93
  ```
94
 
95
+ show how is the prompt encoded, to ensure that the correct numbers of special tokens are removed and Yes / No words fit on one token
96
+ ```python
97
+ ppluie.check_end_tokens_tmpl()
98
+ ```
99
+
100
  ## Limitations and Bias
101
  This metric is based on an LLM and therefore is limited by the LLM used.
102