BeardedMonster commited on
Commit
fa77c71
·
verified ·
1 Parent(s): d53f6bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -28,11 +28,11 @@ st.sidebar.title("Instructions: How to use")
28
  # 1. Write something in the text area (a prompt or random text) or use the dropdown menu to select predefined sample text.
29
  # 2. Select a task from the **task dropdown menu** below only if you are providing your own text. **This is very important as it ensures the model responds accordingly.**
30
  # 3. If you are providing your own text, please do not select any predefined sample text from the dropdown menu.
31
- # 3. If a dropdown menu pops up for a nigerian language, **select the nigerian language (base language for diacritization and text cleaning tasks, target language for translation task).**
32
  # 4. Then, click the Generate button.\n
33
- # 5. For Translation tasks, setting english as the target language yields the best result (english as base language performs the worst).
34
- # **Note: Model's overall performance vary (hallucinates) due to model size and training data distribution (majorly from articles and the bible). Performance may worsen with other task outside text generation and translation.
35
- # For other tasks, we suggest you try them several times due to the generator's sampling method.**\n
36
  # 6. Lastly, you can play with some of the generation parameters below to improve performance.
37
  # """)
38
 
 
28
  # 1. Write something in the text area (a prompt or random text) or use the dropdown menu to select predefined sample text.
29
  # 2. Select a task from the **task dropdown menu** below only if you are providing your own text. **This is very important as it ensures the model responds accordingly.**
30
  # 3. If you are providing your own text, please do not select any predefined sample text from the dropdown menu.
31
+ # 3. If a dropdown menu pops up for a nigerian language, **select the nigerian language (it represents a base language for diacritization and text cleaning tasks & target language for translation task).**
32
  # 4. Then, click the Generate button.\n
33
+ # 5. For Translation tasks, setting english as the target language yields the best result (english as base language performs the worse).
34
+ # **Note: Model's overall performance vary (hallucinates) due to model size and training data distribution. Performance may worsen with other task outside text generation and translation.
35
+ # For other tasks, we suggest you try them several times due to the generator's sampling parameter settings.**\n
36
  # 6. Lastly, you can play with some of the generation parameters below to improve performance.
37
  # """)
38