dataset_outscale / iteration_1 /dataset_dpo.jsonl
yann23's picture
Upload iteration_1/dataset_dpo.jsonl with huggingface_hub
4c650e4 verified
raw
history blame
2.64 kB
{"instruction": "# Utilisation de l'endpoint CheckAuthentication", "prompt": "Comment utiliser l'endpoint CheckAuthentication ?", "chosen": "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CheckAuthentication ...", "rejected": "curl -X GET https://api.$OSC_REGION.outscale.com/api/v1/CheckAuthentication ...", "operationId": "CheckAuthentication", "path": "/CheckAuthentication", "method": "POST", "RequestId": "", "examples_0_name": "ex1", "examples_0_summary": "", "examples_0_value_Login": "[email protected]", "examples_0_value_Password": "$OSC_PASSWORD"}
{"instruction": "# Utilisation de l'endpoint CreateVms", "prompt": "Comment utiliser l'endpoint CreateVms ?", "chosen": "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVms ...", "rejected": "curl -X GET https://api.$OSC_REGION.outscale.com/api/v1/CreateVms ...", "operationId": "CreateVms", "path": "/CreateVms", "method": "POST", "RequestId": "", "examples_0_name": "ex1", "examples_0_summary": "Creating a VM (minimal syntax)", "examples_0_value_ImageId": "ami-12345678", "examples_1_name": "ex2", "examples_1_summary": "Creating a VM in a Net", "examples_1_value_ImageId": "ami-12345678", "examples_1_value_VmType": "tinav5.c1r1p2", "examples_1_value_KeypairName": "keypair-example", "examples_1_value_SecurityGroupIds_0": "sg-12345678", "examples_1_value_SubnetId": "subnet-12345678", "examples_1_value_UserData": "...", "examples_2_name": "ex3", "examples_2_summary": "Creating a VM with block device mappings", "examples_2_value_ImageId": "ami-12345678", "examples_2_value_VmType": "tinav5.c1r1p2", "examples_2_value_KeypairName": "keypair-example", "examples_2_value_SecurityGroupIds_0": "sg-12345678", "examples_2_value_SubnetId": "subnet-12345678", "examples_2_value_UserData": "...", "examples_2_value_BlockDeviceMappings_0_DeviceName": "/dev/sda1", "examples_2_value_BlockDeviceMappings_0_Bsu_VolumeSize": 15, "examples_2_value_BlockDeviceMappings_0_Bsu_VolumeType": "gp2", "examples_2_value_BlockDeviceMappings_1_DeviceName": "/dev/sdb", "examples_2_value_BlockDeviceMappings_1_Bsu_SnapshotId": "snap-12345678", "examples_2_value_BlockDeviceMappings_1_Bsu_VolumeSize": 22, "examples_2_value_BlockDeviceMappings_1_Bsu_VolumeType": "io1", "examples_2_value_BlockDeviceMappings_1_Bsu_Iops": 150, "examples_3_name": "ex4", "examples_3_summary": "Creating a VM with a NIC", "examples_3_value_ImageId": "ami-12345678", "examples_3_value_VmType": "tinav5.c1r1p2", "examples_3_value_KeypairName": "keypair-example", "examples_3_value_UserData": "...", "examples_3_value_Nics_0_DeviceNumber": 0, "examples_3_value_Nics_0_NicId": "eni-12345678"}