Upload data/bulk_data_c67bcc1ced.jsonl with huggingface_hub
Browse files
data/bulk_data_c67bcc1ced.jsonl
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"instruction": "نظام جاذبية كوكبي (Gravity Point)", "output": "var force = (global_position - body.global_position).normalized() * gravity_strength"}
|
| 2 |
+
{"instruction": "كود ذكاء اصطناعي للهروب من المتفجرات", "output": "if area.is_in_group('danger'): run_away()"}
|
| 3 |
+
{"instruction": "نظام تسلق الجدران (Wall Climb)", "output": "if is_on_wall() and Input.is_action_pressed('up'): velocity.y = -speed"}
|
| 4 |
+
{"instruction": "كود ركوب السيارات (Vehicle Enter)", "output": "player.reparent(car_seat); player.enabled = false; car.driving = true"}
|
| 5 |
+
{"instruction": "نظام إضاءة مشاعل (Torches) متذبذب", "output": "light.energy = 1.0 + sin(Time.get_ticks_msec() * 0.01) * 0.2"}
|