Upload ideas.md with huggingface_hub
Browse files
ideas.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
varibales:
|
| 2 |
+
- language_in (en, ru, kk)
|
| 3 |
+
- language_out (en, ru, kk)
|
| 4 |
+
- topic (text)
|
| 5 |
+
- sentence (text)
|
| 6 |
+
- style (str from list)
|
| 7 |
+
- response size (small, medium, large) *TODO* not obveious what is small, medium, large
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
### Main Tasks try to releate them to Kazakhstan culture
|
| 11 |
+
*TODO*
|
| 12 |
+
- add 1000 variations of the response provided by the model
|
| 13 |
+
|
| 14 |
+
Translation
|
| 15 |
+
- Translate the given {sentence} from {language_in} to {language_out}.
|
| 16 |
+
|
| 17 |
+
Writing
|
| 18 |
+
- Write a question in {language_in} and answer it in {language_out}.
|
| 19 |
+
- Write a poem about {topic} in {language_in} and translate it to {language_out}.
|
| 20 |
+
- Write a story in {language_in} and translate it to {language_out}.
|
| 21 |
+
|
| 22 |
+
Conversation
|
| 23 |
+
- Write a dialogue in {language_in} and translate it to {language_out}.
|
| 24 |
+
|
| 25 |
+
Coding
|
| 26 |
+
- Write a code in {language_in} and translate it to {language_out}.
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
### Random Addons
|
| 32 |
+
RANDOM_ADDONS = [
|
| 33 |
+
"Use comparison elements in your answers.",
|
| 34 |
+
"Provide at least one specific example in an answer.",
|
| 35 |
+
"Include a conclusion in the final answer.",
|
| 36 |
+
"Make one question hypothetical.",
|
| 37 |
+
"Show cause-and-effect relationships in answers.",
|
| 38 |
+
"Explain at least one technical term in your answers.",
|
| 39 |
+
"Include a practical application example in one answer.",
|
| 40 |
+
# My ideas
|
| 41 |
+
"Use шалақазақ style where appropriate, keeping Russian words for technical terms.",
|
| 42 |
+
"Add relevant emojis to your answers 😊",
|
| 43 |
+
"Use emotional emojis in your answers",
|
| 44 |
+
"Mark important information with emojis",
|
| 45 |
+
"Make sike questions",
|
| 46 |
+
"Ask first question in Russian, but other values and question keep in Kazakh",
|
| 47 |
+
"Ask first question in English, but other values and question keep in Kazakh",
|
| 48 |
+
"Make output from 'gpt' larger as possible 5000 tokens minimum in one value",
|
| 49 |
+
"Try your best to make it as good as you can and I will pay you 300$",
|
| 50 |
+
# New useful additions
|
| 51 |
+
"Provide step-by-step explanation in one of your answers.",
|
| 52 |
+
"Include a brief historical context where appropriate.",
|
| 53 |
+
"Present contrasting viewpoints in one answer.",
|
| 54 |
+
"Explain potential future implications.",
|
| 55 |
+
"Break down complex concepts into simpler terms.",
|
| 56 |
+
"Include relevant scientific or academic research mentions.",
|
| 57 |
+
"Address potential challenges or limitations.",
|
| 58 |
+
"Provide real-world case studies if applicable.",
|
| 59 |
+
"Compare and contrast different approaches or methods.",
|
| 60 |
+
"Explain the broader impact or significance of the topic.",
|
| 61 |
+
"Define key terminology used in the context.",
|
| 62 |
+
"Discuss practical implications for different stakeholders."
|
| 63 |
+
]
|