variables
Data license: CC-BY
3 rows where datasetId = 6553 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: unit, createdAt, updatedAt, timespan, type, createdAt (date), updatedAt (date)
id ▲ | name | unit | description | createdAt | updatedAt | code | coverage | timespan | datasetId | sourceId | shortUnit | display | columnOrder | originalMetadata | grapherConfigAdmin | shortName | catalogPath | dimensions | schemaVersion | processingLevel | processingLog | titlePublic | titleVariant | attributionShort | attribution | descriptionShort | descriptionFromProducer | descriptionKey | descriptionProcessing | licenses | license | grapherConfigETL | type | sort | dataChecksum | metadataChecksum |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
930599 | Domain | 2024-06-10 11:03:08 | 2024-07-08 15:47:05 | The rising costs of training frontier AI models 6553 | { "zeroDay": "1949-01-01", "yearIsDay": true } |
0 | domain | grapher/artificial_intelligence/2024-06-06/epoch_compute_cost/epoch_compute_cost#domain | 2 | minor | Specific area, application, or field in which an AI system is designed to operate. | [] |
string | [] |
db4288abedde7474d179d959155d6a00 | 72c84d430163c5c2dc3dfeb9b1b0e27d | ||||||||||||||||||||
930598 | Cost (inflation-adjusted) | constant 2023 US$ | 2024-06-10 11:03:07 | 2024-07-08 15:47:04 | 24447-27367 | The rising costs of training frontier AI models 6553 | $ | { "name": "Cost", "unit": "constant 2023 US$", "shortUnit": "$", "numDecimalPlaces": 0 } |
0 | cost__inflation_adjusted | grapher/artificial_intelligence/2024-06-06/epoch_compute_cost/epoch_compute_cost#cost__inflation_adjusted | 2 | minor | The cost of developing the AI system expressed in 2023 US dollars, adjusted for inflation. | The cost of developing the AI system was adjusted for inflation using the Consumer Price Index (CPI) for the United States. The CPI was used to account for the changes in the price level of consumer goods and services over time. The inflation-adjusted cost is presented in 2023 US dollars. | [] |
float | [] |
577dfd72e9e1f03f4a9c0445b8346f15 | 80a4b61e10af3749956390370956c442 | ||||||||||||||||
930597 | Publication date | 2024-06-10 11:03:07 | 2024-07-08 15:47:05 | 24447-27367 | The rising costs of training frontier AI models 6553 | {} |
0 | publication_date | grapher/artificial_intelligence/2024-06-06/epoch_compute_cost/epoch_compute_cost#publication_date | 2 | minor | The date when the AI system was first published. | The publication, announcement, or release date of the model, in YYYY-MM-DD format. If the year and month are known but the day is unknown, the day is filled in as YYYY-MM-15. If the year is known but the month and day are unknown, the month and day are filled in as YYYY-07-01. | [] |
string | [] |
40ff7d886b8520f254acf5fb373d2e48 | 139b1519c23214cbf9246a0b559423c2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(750) NULL , "unit" VARCHAR(255) NOT NULL , "description" TEXT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "code" VARCHAR(255) NULL , "coverage" VARCHAR(255) NOT NULL , "timespan" VARCHAR(255) NOT NULL , "datasetId" INTEGER NOT NULL , "sourceId" INTEGER NULL , "shortUnit" VARCHAR(255) NULL , "display" TEXT NOT NULL , "columnOrder" INTEGER NOT NULL DEFAULT '0' , "originalMetadata" TEXT NULL , "grapherConfigAdmin" TEXT NULL , "shortName" VARCHAR(255) NULL , "catalogPath" VARCHAR(767) NULL , "dimensions" TEXT NULL , "schemaVersion" INTEGER NOT NULL DEFAULT '1' , "processingLevel" VARCHAR(30) NULL , "processingLog" TEXT NULL , "titlePublic" VARCHAR(512) NULL , "titleVariant" VARCHAR(255) NULL , "attributionShort" VARCHAR(512) NULL , "attribution" TEXT NULL , "descriptionShort" TEXT NULL , "descriptionFromProducer" TEXT NULL , "descriptionKey" TEXT NULL , "descriptionProcessing" TEXT NULL , "licenses" TEXT NULL , "license" TEXT NULL , "grapherConfigETL" TEXT NULL , "type" TEXT NULL , "sort" TEXT NULL , "dataChecksum" VARCHAR(64) NULL , "metadataChecksum" VARCHAR(64) NULL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("sourceId") REFERENCES "sources" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE UNIQUE INDEX "idx_catalogPath" ON "variables" ("catalogPath"); CREATE UNIQUE INDEX "unique_short_name_per_dataset" ON "variables" ("shortName", "datasetId"); CREATE UNIQUE INDEX "variables_code_fk_dst_id_7bde8c2a_uniq" ON "variables" ("code", "datasetId"); CREATE INDEX "variables_datasetId_50a98bfd_fk_datasets_id" ON "variables" ("datasetId"); CREATE UNIQUE INDEX "variables_name_fk_dst_id_f7453c33_uniq" ON "variables" ("name", "datasetId"); CREATE INDEX "variables_sourceId_31fce80a_fk_sources_id" ON "variables" ("sourceId");