--- dataset_info: features: - name: run_id dtype: string - name: timestamp dtype: string - name: service_name dtype: string - name: gpu_id dtype: 'null' - name: gpu_name dtype: 'null' - name: co2_emissions_gco2e dtype: float64 - name: power_cost_usd dtype: float64 - name: gpu_utilization_percent dtype: float64 - name: gpu_memory_used_mib dtype: float64 - name: gpu_memory_total_mib dtype: float64 - name: gpu_temperature_celsius dtype: float64 - name: gpu_power_watts dtype: float64 splits: - name: train num_bytes: 144 num_examples: 1 download_size: 5958 dataset_size: 144 configs: - config_name: default data_files: - split: train path: data/train-* ---