CoolFace
Datasetpublic

IPTesting/inference-provider-test-results

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes14downloads
README.md54 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: model5    dtype: string6  - name: provider7    dtype: string8  - name: last_run9    dtype: string10  - name: status11    dtype: string12  - name: current_score13    dtype: float6414  - name: previous_score15    dtype: float6416  - name: job_id17    dtype: string18  - name: start_time19    dtype: string20  - name: duration21    dtype: float6422  - name: completed_at23    dtype: string24  - name: runs25    list:26    - name: completed_at27      dtype: string28    - name: duration29      dtype: float6430    - name: job_id31      dtype: string32    - name: run_number33      dtype: int6434    - name: score35      dtype: float6436    - name: start_time37      dtype: string38    - name: status39      dtype: string40  - name: score_variance41    dtype: float6442  splits:43  - name: train44    num_bytes: 9864145    num_examples: 16646  download_size: 3114047  dataset_size: 9864148configs:49- config_name: default50  data_files:51  - split: train52    path: data/train-*53---54