File size: 41,705 Bytes
d5be919
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
[
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو نوکیں فلم دیستگ؟   ہاں، باز جوان ات.   چہ ژانر ءِ ات؟",
    "output": "Have you seen the new movie?   Yes, it was very good.   What genre was it?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے آفر باز جوان انت.   بلے ما گیشتر رعایت لوٹیں.   اگاں اے شرطاں منگہ بہ بیت، گڑا ما راضی ایں.",
    "output": "This offer is very good.   But we want more discount.   If these conditions are accepted, then we agree.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من باز وھد ءَ چہ اے ادارہ ءَ کار کنگ ءَ اوں.   من وتی ذمہ واری ءَ گوں ایمانداری ءَ پیلو کتگ.   من یک گیشتر تنخواہ ءِ خواستگار آں.",
    "output": "I have been working for this organization for a long time.   I have fulfilled my responsibilities with sincerity.   I am requesting a higher salary.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے اسائنمنٹ ءِ بارو ءَ یک سوالے ہست.   مہربانی کن ات، اے گپ ءَ گیشتر وضاحت بدے.   آخری تاریخ کدی انت؟",
    "output": "Teacher, I have a question about this assignment.   Please explain this further.   What is the deadline?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من شمے دیما وتی منصوبہ پیش دارگ ءَ آں.   اے منصوبہ ءِ مولود مردمانی کمک کنگ اِنت.   من امید داراں کہ شما آئی ءَ پسند کن اِت.",
    "output": "I am presenting my project to you.   The aim of this project is to help people.   I hope you like it.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے سوال ءِ جواب چے اِنت؟,من اے گپ ءَ سرپد نہ بوتگاں   مہربانی کن ات، گیشتر وضاحت بدے.",
    "output": "Teacher, what is the answer to this question?   I didn't understand this.   Please explain further.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "فردا گندگ ءَ رویں؟   کجا رویں؟   مہربانی کن ات، یک جاگہے تجویز کن.",
    "output": "Shall we meet tomorrow?   Where shall we go?   Please suggest a place.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے منصوبہ کدی سرجم بیت؟   ما باید گیشتر ترندی ءَ کار بہ کنیں۔   آخری تاریخ باز نزیک انت.",
    "output": "When will this project be completed?   We need to work more quickly.   The deadline is very close.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کوئٹہ ءَ سفر کتگ.   آئی یک باز جوانیں شہرے.   تو کجا سفر کتگ؟",
    "output": "I have traveled to Quetta.   It is a very beautiful city.   Where have you traveled?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو چون ئے؟ وش آتک ئے!   من ءَ لہتیں مشکل انت   تئی کار چون انت؟",
    "output": "How are you? Welcome!   I'm having some difficulties   How is yourgoing?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "مرچی سک گرم اِنت۔   آسمان جمبر اِنت   بوت کنت کہ ھئور بہ بیت   موسم وش انت",
    "output": "It's very hot today.   The sky is cloudy, it might rain.   The weather is very nice.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تئی کار باز جوان ات.   بلے اے جاگہ ءَ گیشتر توجہ دیگ لوٹیت.   گیشتر کوشست کن.",
    "output": "Your work was very good.   But this area needs more attention.   Try harder.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما فردا سینما ءَ رویں؟   ہاں، باز وش انت.   چہ وخت ءَ رویں؟",
    "output": "Shall we go to the cinema tomorrow?   Yes, that sounds great.   What time shall we go?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے قیمت چنت انت؟   مہربانی کن ات، کم کن ات.   من اے کپڑا ءَ زوراں.",
    "output": "How much does this cost?   Please reduce the price.   I will take this cloth.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی شوق کتاب وانگ انت.   من گیتار ہم جنیں.   تئی شوق چے اَنت؟”",
    "output": "My hobby is reading books.   I also play the guitar.   What are your hobbies?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "باز مہربانی! تئی کمک ءَ من ءَ باز وش بوت.   من تئی مھر ءَ ھچبر شموشت نہ کناں   تو باز جوانیں مردمے ئے.",
    "output": "Thank you very much! I really appreciate your help.   I will never forget your kindness.   You are a very good person.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی ھاندان ءَ پنچ مردم اَنت   منی پت استاد اِنت   منی مات لوگبانک اِنت",
    "output": "My family has five members   My father is a teacher   My mother is a housewife",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من ءَ چپس ءِ گوں برگر لوٹ اِیت۔,،   سافٹ ڈرنک ھم بیار۔,،   بل چنچو اِنت؟",
    "output": "I'll have a burger with chips.   Bring a soft drink too.   How much is the bill?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے تاریخی واقعہ باز اہم ات.   چہ شما ءَ اے بارو ءَ چیزے زانگ ءَ انت؟   اے واقعہ کدی بوتگ ات؟",
    "output": "This historical event was very important.   Do you know anything about it?   When did this event happen?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے جاہ کجا اِنت؟   سیدھا برو   پدا اولی چپ ءَ بہ رو۔   مہربانی ءَ من ءَ راہ ءَ بہ گش۔",
    "output": "Where is this place?   Go straight, then take the first left.   Please tell me the way.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے باز توار انت! من آرام لوٹاں.   مہربانی کن ات، توار ءَ کم کن ات.   من وپسگ ءَ اوں.",
    "output": "This is very noisy! I want some peace.   Please turn down the volume.   I'm trying to sleep.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے شہر ءَ گندگ ءِ واستہ جوانیں جاگہ کجا انت؟   شما چے تجویز کن ات؟   من تاریخ ءُ ثقافت ءَ دوست داراں.",
    "output": "Where are some good places to visit in this city?   What do you recommend?   I like history and culture.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "امتحان باز نزیک انت، باید گیشتر وانیگ بہ بیت.   اے کتاب باز کمک کنت.   سوال باز مشکل انت.",
    "output": "The exam is very close, we need to study more.   This book helps a lot.   The questions are very difficult.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "چہ نوکیں خبراں تئی سرپدی ہست؟   ہاں، من نیوز ونتگ.   اے بارو ءَ تئی نظر چی انت؟",
    "output": "Are you aware of the latest news?   Yes, I read the news.   What is your opinion on this?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو چون ئے؟ وش آتک ئے!   من ءَ لہتیں مشکل انت   تئی کار چون انت؟",
    "output": "How are you? Welcome!   I'm having some difficulties   How is yourgoing?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی ھاندان ءَ پنچ مردم اَنت   منی پت استاد اِنت   منی مات لوگبانک اِنت",
    "output": "My family has five members   My father is a teacher   My mother is a housewife",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من ءَ چپس ءِ گوں برگر لوٹ اِیت۔,،    سافٹ ڈرنک ھم بیار۔,،   بل چنچو اِنت؟",
    "output": "I'll have a burger with chips.   Bring a soft drink too.   How much is the bill?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے جاہ کجا اِنت؟   سیدھا برو    پدا اولی چپ ءَ بہ رو۔   مہربانی ءَ من ءَ راہ ءَ بہ گش۔",
    "output": "Where is this place?   Go straight, then take the first left.   Please tell me the way.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "مرچی سک گرم اِنت۔   آسمان جمبر اِنت    بوت کنت کہ ھئور بہ بیت   موسم وش انت",
    "output": "It's very hot today.   The sky is cloudy, it might rain.   The weather is very nice.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما فردا سینما ءَ رویں؟   ہاں، باز وش انت.   چہ وخت ءَ رویں؟",
    "output": "Shall we go to the cinema tomorrow?   Yes, that sounds great.   What time shall we go?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کمپیوٹر سائنس ءِ ماہر آں   من پروگرامنگ ءِ تہا کار کناں   من ءَ پنچ سال ءِ تجربہ اِنت",
    "output": "I am a computer science expert   I work in programming   I have five years of experience",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما نوکیں منصوبہ ءِ سرا گپ ءُ تران کنگ ءَ ایں   اے منصوبہ سک باز المی انت۔   مارا گیشتر محنت کنگ لوٹیت۔",
    "output": "We are discussing the new project.   This project is very important.   We need to work harder.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من شمے دیما وتی منصوبہ پیش دارگ ءَ آں.   اے منصوبہ ءِ مولود مردمانی کمک کنگ اِنت.   من امید داراں کہ شما آئی ءَ پسند کن اِت.",
    "output": "I am presenting my project to you.   The aim of this project is to help people.   I hope you like it.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے سوال ءِ جواب چے اِنت؟,من اے گپ ءَ سرپد نہ بوتگاں   مہربانی کن ات، گیشتر وضاحت بدے.",
    "output": "Teacher, what is the answer to this question?   I didn't understand this.   Please explain further.",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے کتاب باز دلچسپ ات.   چہ شما ءَ ہم اے کتاب ونتگ؟   اے کتاب ءِ مستریں ھیال چے بوتگ؟”",
    "output": "This book was very interesting.   Have you also read this book?   What was the main idea of this book?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی شوق کتاب وانگ انت.   من گیتار ہم جنیں.   تئی شوق چے اَنت؟”",
    "output": "My hobby is reading books.   I also play the guitar.   What are your hobbies?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کوئٹہ ءَ سفر کتگ.   آئی یک باز جوانیں شہرے.   تو کجا سفر کتگ؟",
    "output": "I have traveled to Quetta.   It is a very beautiful city.   Where have you traveled?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے قیمت چنت انت؟   مہربانی کن ات، کم کن ات.   من اے کپڑا ءَ زوراں.",
    "output": "How much does this cost?   Please reduce the price.   I will take this cloth.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "می سر درد کنت.   من ءَ دوا بدے.   باز مہربانی.",
    "output": "I have a headache.   Give me some medicine.   Thank you very much.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے آفر باز جوان انت.   بلے ما گیشتر رعایت لوٹیں.   اگاں اے شرطاں منگہ بہ بیت، گڑا ما راضی ایں.",
    "output": "This offer is very good.   But we want more discount.   If these conditions are accepted, then we agree.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تئی کار باز جوان ات.   بلے اے جاگہ ءَ گیشتر توجہ دیگ لوٹیت.   گیشتر کوشست کن.",
    "output": "Your work was very good.   But this area needs more attention.   Try harder.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے اسائنمنٹ ءِ بارو ءَ یک سوالے ہست.   مہربانی کن ات، اے گپ ءَ گیشتر وضاحت بدے.   آخری تاریخ کدی انت؟",
    "output": "Teacher, I have a question about this assignment.   Please explain this further.   What is the deadline?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "امتحان باز نزیک انت، باید گیشتر وانیگ بہ بیت.   اے کتاب باز کمک کنت.   سوال باز مشکل انت.",
    "output": "The exam is very close, we need to study more.   This book helps a lot.   The questions are very difficult.",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "می پاسپورٹ کجا انت؟   جہاز کدی روانہ بیت؟   مہربانی کن ات، کمک کن ات.",
    "output": "Where is my passport?   When does the plane depart?   Please help me.",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "یک کمرہ لوٹاں دو شپ ءِ واستہ.   قیمت چنت انت؟   صبحانہ ہم شامل انت؟",
    "output": "I want a room for two nights.   How much is the price?   Is breakfast included?",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے باز توار انت! من آرام لوٹاں.   مہربانی کن ات، توار ءَ کم کن ات.   من وپسگ ءَ اوں.",
    "output": "This is very noisy! I want some peace.   Please turn down the volume.   I'm trying to sleep.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "باز مہربانی! تئی کمک ءَ من ءَ باز وش بوت.   من تئی مھر ءَ ھچبر شموشت نہ کناں   تو باز جوانیں مردمے ئے.",
    "output": "Thank you very much! I really appreciate your help.   I will never forget your kindness.   You are a very good person.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من باز وھد ءَ چہ اے ادارہ ءَ کار کنگ ءَ اوں.   من وتی ذمہ واری ءَ گوں ایمانداری ءَ پیلو کتگ.   من یک گیشتر تنخواہ ءِ خواستگار آں.",
    "output": "I have been working for this organization for a long time.   I have fulfilled my responsibilities with sincerity.   I am requesting a higher salary.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے منصوبہ کدی سرجم بیت؟   ما باید گیشتر ترندی ءَ کار بہ کنیں۔   آخری تاریخ باز نزیک انت.",
    "output": "When will this project be completed?   We need to work more quickly.   The deadline is very close.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے تاریخی واقعہ باز اہم ات.   چہ شما ءَ اے بارو ءَ چیزے زانگ ءَ انت؟   اے واقعہ کدی بوتگ ات؟",
    "output": "This historical event was very important.   Do you know anything about it?   When did this event happen?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے شہر ءَ گندگ ءِ واستہ جوانیں جاگہ کجا انت؟   شما چے تجویز کن ات؟   من تاریخ ءُ ثقافت ءَ دوست داراں.",
    "output": "Where are some good places to visit in this city?   What do you recommend?   I like history and culture.",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو نوکیں فلم دیستگ؟   ہاں، باز جوان ات.   چہ ژانر ءِ ات؟",
    "output": "Have you seen the new movie?   Yes, it was very good.   What genre was it?",
    "context": "chat_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "فردا گندگ ءَ رویں؟   کجا رویں؟   مہربانی کن ات، یک جاگہے تجویز کن.",
    "output": "Shall we meet tomorrow?   Where shall we go?   Please suggest a place.",
    "context": "chat_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "چہ نوکیں خبراں تئی سرپدی ہست؟   ہاں، من نیوز ونتگ.   اے بارو ءَ تئی نظر چی انت؟",
    "output": "Are you aware of the latest news?   Yes, I read the news.   What is your opinion on this?",
    "context": "chat_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو نوکیں فلم دیستگ؟   ہاں، باز جوان ات.   چہ ژانر ءِ ات؟",
    "output": "Have you seen the new movie?   Yes, it was very good.   What genre was it?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے آفر باز جوان انت.   بلے ما گیشتر رعایت لوٹیں.   اگاں اے شرطاں منگہ بہ بیت، گڑا ما راضی ایں.",
    "output": "This offer is very good.   But we want more discount.   If these conditions are accepted, then we agree.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من باز وھد ءَ چہ اے ادارہ ءَ کار کنگ ءَ اوں.   من وتی ذمہ واری ءَ گوں ایمانداری ءَ پیلو کتگ.   من یک گیشتر تنخواہ ءِ خواستگار آں.",
    "output": "I have been working for this organization for a long time.   I have fulfilled my responsibilities with sincerity.   I am requesting a higher salary.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے اسائنمنٹ ءِ بارو ءَ یک سوالے ہست.   مہربانی کن ات، اے گپ ءَ گیشتر وضاحت بدے.   آخری تاریخ کدی انت؟",
    "output": "Teacher, I have a question about this assignment.   Please explain this further.   What is the deadline?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من شمے دیما وتی منصوبہ پیش دارگ ءَ آں.   اے منصوبہ ءِ مولود مردمانی کمک کنگ اِنت.   من امید داراں کہ شما آئی ءَ پسند کن اِت.",
    "output": "I am presenting my project to you.   The aim of this project is to help people.   I hope you like it.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے سوال ءِ جواب چے اِنت؟,من اے گپ ءَ سرپد نہ بوتگاں   مہربانی کن ات، گیشتر وضاحت بدے.",
    "output": "Teacher, what is the answer to this question?   I didn't understand this.   Please explain further.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "فردا گندگ ءَ رویں؟   کجا رویں؟   مہربانی کن ات، یک جاگہے تجویز کن.",
    "output": "Shall we meet tomorrow?   Where shall we go?   Please suggest a place.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے منصوبہ کدی سرجم بیت؟   ما باید گیشتر ترندی ءَ کار بہ کنیں۔   آخری تاریخ باز نزیک انت.",
    "output": "When will this project be completed?   We need to work more quickly.   The deadline is very close.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کوئٹہ ءَ سفر کتگ.   آئی یک باز جوانیں شہرے.   تو کجا سفر کتگ؟",
    "output": "I have traveled to Quetta.   It is a very beautiful city.   Where have you traveled?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو چون ئے؟ وش آتک ئے!   من ءَ لہتیں مشکل انت   تئی کار چون انت؟",
    "output": "How are you? Welcome!   I'm having some difficulties   How is yourgoing?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "مرچی سک گرم اِنت۔   آسمان جمبر اِنت   بوت کنت کہ ھئور بہ بیت   موسم وش انت",
    "output": "It's very hot today.   The sky is cloudy, it might rain.   The weather is very nice.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تئی کار باز جوان ات.   بلے اے جاگہ ءَ گیشتر توجہ دیگ لوٹیت.   گیشتر کوشست کن.",
    "output": "Your work was very good.   But this area needs more attention.   Try harder.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما فردا سینما ءَ رویں؟   ہاں، باز وش انت.   چہ وخت ءَ رویں؟",
    "output": "Shall we go to the cinema tomorrow?   Yes, that sounds great.   What time shall we go?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے قیمت چنت انت؟   مہربانی کن ات، کم کن ات.   من اے کپڑا ءَ زوراں.",
    "output": "How much does this cost?   Please reduce the price.   I will take this cloth.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی شوق کتاب وانگ انت.   من گیتار ہم جنیں.   تئی شوق چے اَنت؟”",
    "output": "My hobby is reading books.   I also play the guitar.   What are your hobbies?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "باز مہربانی! تئی کمک ءَ من ءَ باز وش بوت.   من تئی مھر ءَ ھچبر شموشت نہ کناں   تو باز جوانیں مردمے ئے.",
    "output": "Thank you very much! I really appreciate your help.   I will never forget your kindness.   You are a very good person.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی ھاندان ءَ پنچ مردم اَنت   منی پت استاد اِنت   منی مات لوگبانک اِنت",
    "output": "My family has five members   My father is a teacher   My mother is a housewife",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من ءَ چپس ءِ گوں برگر لوٹ اِیت۔,،   سافٹ ڈرنک ھم بیار۔,،   بل چنچو اِنت؟",
    "output": "I'll have a burger with chips.   Bring a soft drink too.   How much is the bill?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے تاریخی واقعہ باز اہم ات.   چہ شما ءَ اے بارو ءَ چیزے زانگ ءَ انت؟   اے واقعہ کدی بوتگ ات؟",
    "output": "This historical event was very important.   Do you know anything about it?   When did this event happen?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے جاہ کجا اِنت؟   سیدھا برو   پدا اولی چپ ءَ بہ رو۔   مہربانی ءَ من ءَ راہ ءَ بہ گش۔",
    "output": "Where is this place?   Go straight, then take the first left.   Please tell me the way.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے باز توار انت! من آرام لوٹاں.   مہربانی کن ات، توار ءَ کم کن ات.   من وپسگ ءَ اوں.",
    "output": "This is very noisy! I want some peace.   Please turn down the volume.   I'm trying to sleep.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے شہر ءَ گندگ ءِ واستہ جوانیں جاگہ کجا انت؟   شما چے تجویز کن ات؟   من تاریخ ءُ ثقافت ءَ دوست داراں.",
    "output": "Where are some good places to visit in this city?   What do you recommend?   I like history and culture.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "امتحان باز نزیک انت، باید گیشتر وانیگ بہ بیت.   اے کتاب باز کمک کنت.   سوال باز مشکل انت.",
    "output": "The exam is very close, we need to study more.   This book helps a lot.   The questions are very difficult.",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "چہ نوکیں خبراں تئی سرپدی ہست؟   ہاں، من نیوز ونتگ.   اے بارو ءَ تئی نظر چی انت؟",
    "output": "Are you aware of the latest news?   Yes, I read the news.   What is your opinion on this?",
    "context": "general"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو چون ئے؟ وش آتک ئے!   من ءَ لہتیں مشکل انت   تئی کار چون انت؟",
    "output": "How are you? Welcome!   I'm having some difficulties   How is yourgoing?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی ھاندان ءَ پنچ مردم اَنت   منی پت استاد اِنت   منی مات لوگبانک اِنت",
    "output": "My family has five members   My father is a teacher   My mother is a housewife",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من ءَ چپس ءِ گوں برگر لوٹ اِیت۔,،    سافٹ ڈرنک ھم بیار۔,،   بل چنچو اِنت؟",
    "output": "I'll have a burger with chips.   Bring a soft drink too.   How much is the bill?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے جاہ کجا اِنت؟   سیدھا برو    پدا اولی چپ ءَ بہ رو۔   مہربانی ءَ من ءَ راہ ءَ بہ گش۔",
    "output": "Where is this place?   Go straight, then take the first left.   Please tell me the way.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "مرچی سک گرم اِنت۔   آسمان جمبر اِنت    بوت کنت کہ ھئور بہ بیت   موسم وش انت",
    "output": "It's very hot today.   The sky is cloudy, it might rain.   The weather is very nice.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما فردا سینما ءَ رویں؟   ہاں، باز وش انت.   چہ وخت ءَ رویں؟",
    "output": "Shall we go to the cinema tomorrow?   Yes, that sounds great.   What time shall we go?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کمپیوٹر سائنس ءِ ماہر آں   من پروگرامنگ ءِ تہا کار کناں   من ءَ پنچ سال ءِ تجربہ اِنت",
    "output": "I am a computer science expert   I work in programming   I have five years of experience",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "ما نوکیں منصوبہ ءِ سرا گپ ءُ تران کنگ ءَ ایں   اے منصوبہ سک باز المی انت۔   مارا گیشتر محنت کنگ لوٹیت۔",
    "output": "We are discussing the new project.   This project is very important.   We need to work harder.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من شمے دیما وتی منصوبہ پیش دارگ ءَ آں.   اے منصوبہ ءِ مولود مردمانی کمک کنگ اِنت.   من امید داراں کہ شما آئی ءَ پسند کن اِت.",
    "output": "I am presenting my project to you.   The aim of this project is to help people.   I hope you like it.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے سوال ءِ جواب چے اِنت؟,من اے گپ ءَ سرپد نہ بوتگاں   مہربانی کن ات، گیشتر وضاحت بدے.",
    "output": "Teacher, what is the answer to this question?   I didn't understand this.   Please explain further.",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے کتاب باز دلچسپ ات.   چہ شما ءَ ہم اے کتاب ونتگ؟   اے کتاب ءِ مستریں ھیال چے بوتگ؟”",
    "output": "This book was very interesting.   Have you also read this book?   What was the main idea of this book?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "منی شوق کتاب وانگ انت.   من گیتار ہم جنیں.   تئی شوق چے اَنت؟”",
    "output": "My hobby is reading books.   I also play the guitar.   What are your hobbies?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من کوئٹہ ءَ سفر کتگ.   آئی یک باز جوانیں شہرے.   تو کجا سفر کتگ؟",
    "output": "I have traveled to Quetta.   It is a very beautiful city.   Where have you traveled?",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے قیمت چنت انت؟   مہربانی کن ات، کم کن ات.   من اے کپڑا ءَ زوراں.",
    "output": "How much does this cost?   Please reduce the price.   I will take this cloth.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "می سر درد کنت.   من ءَ دوا بدے.   باز مہربانی.",
    "output": "I have a headache.   Give me some medicine.   Thank you very much.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے آفر باز جوان انت.   بلے ما گیشتر رعایت لوٹیں.   اگاں اے شرطاں منگہ بہ بیت، گڑا ما راضی ایں.",
    "output": "This offer is very good.   But we want more discount.   If these conditions are accepted, then we agree.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تئی کار باز جوان ات.   بلے اے جاگہ ءَ گیشتر توجہ دیگ لوٹیت.   گیشتر کوشست کن.",
    "output": "Your work was very good.   But this area needs more attention.   Try harder.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "استاد، اے اسائنمنٹ ءِ بارو ءَ یک سوالے ہست.   مہربانی کن ات، اے گپ ءَ گیشتر وضاحت بدے.   آخری تاریخ کدی انت؟",
    "output": "Teacher, I have a question about this assignment.   Please explain this further.   What is the deadline?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "امتحان باز نزیک انت، باید گیشتر وانیگ بہ بیت.   اے کتاب باز کمک کنت.   سوال باز مشکل انت.",
    "output": "The exam is very close, we need to study more.   This book helps a lot.   The questions are very difficult.",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "می پاسپورٹ کجا انت؟   جہاز کدی روانہ بیت؟   مہربانی کن ات، کمک کن ات.",
    "output": "Where is my passport?   When does the plane depart?   Please help me.",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "یک کمرہ لوٹاں دو شپ ءِ واستہ.   قیمت چنت انت؟   صبحانہ ہم شامل انت؟",
    "output": "I want a room for two nights.   How much is the price?   Is breakfast included?",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے باز توار انت! من آرام لوٹاں.   مہربانی کن ات، توار ءَ کم کن ات.   من وپسگ ءَ اوں.",
    "output": "This is very noisy! I want some peace.   Please turn down the volume.   I'm trying to sleep.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "باز مہربانی! تئی کمک ءَ من ءَ باز وش بوت.   من تئی مھر ءَ ھچبر شموشت نہ کناں   تو باز جوانیں مردمے ئے.",
    "output": "Thank you very much! I really appreciate your help.   I will never forget your kindness.   You are a very good person.",
    "context": "daily_interactions"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "من باز وھد ءَ چہ اے ادارہ ءَ کار کنگ ءَ اوں.   من وتی ذمہ واری ءَ گوں ایمانداری ءَ پیلو کتگ.   من یک گیشتر تنخواہ ءِ خواستگار آں.",
    "output": "I have been working for this organization for a long time.   I have fulfilled my responsibilities with sincerity.   I am requesting a higher salary.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے منصوبہ کدی سرجم بیت؟   ما باید گیشتر ترندی ءَ کار بہ کنیں۔   آخری تاریخ باز نزیک انت.",
    "output": "When will this project be completed?   We need to work more quickly.   The deadline is very close.",
    "context": "professional_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے تاریخی واقعہ باز اہم ات.   چہ شما ءَ اے بارو ءَ چیزے زانگ ءَ انت؟   اے واقعہ کدی بوتگ ات؟",
    "output": "This historical event was very important.   Do you know anything about it?   When did this event happen?",
    "context": "educational_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "اے شہر ءَ گندگ ءِ واستہ جوانیں جاگہ کجا انت؟   شما چے تجویز کن ات؟   من تاریخ ءُ ثقافت ءَ دوست داراں.",
    "output": "Where are some good places to visit in this city?   What do you recommend?   I like history and culture.",
    "context": "travel_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "تو نوکیں فلم دیستگ؟   ہاں، باز جوان ات.   چہ ژانر ءِ ات؟",
    "output": "Have you seen the new movie?   Yes, it was very good.   What genre was it?",
    "context": "chat_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "فردا گندگ ءَ رویں؟   کجا رویں؟   مہربانی کن ات، یک جاگہے تجویز کن.",
    "output": "Shall we meet tomorrow?   Where shall we go?   Please suggest a place.",
    "context": "chat_scenarios"
  },
  {
    "instruction": "Translate the following Balochi text to English:",
    "input": "چہ نوکیں خبراں تئی سرپدی ہست؟   ہاں، من نیوز ونتگ.   اے بارو ءَ تئی نظر چی انت؟",
    "output": "Are you aware of the latest news?   Yes, I read the news.   What is your opinion on this?",
    "context": "chat_scenarios"
  }
]