jiosephlee commited on
Commit
3a4ac04
·
verified ·
1 Parent(s): ee973af

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -28,6 +28,14 @@ normalizations:
28
  - `qualifying_conditions` → `qualifying_conditions_normalized`
29
  - `reported_value` → `scalar_value`
30
 
 
 
 
 
 
 
 
 
31
  `canonical_endpoint_key` is the endpoint identity field. No `condition_key` is added.
32
  `species_exact` is populated only for explicit, unambiguous species references. Narrative
33
  and other source fields without a validated normalization remain source text.
 
28
  - `qualifying_conditions` → `qualifying_conditions_normalized`
29
  - `reported_value` → `scalar_value`
30
 
31
+ The public column names on the left are retained; the names on the right identify the
32
+ validated internal values used to replace them. Columns omitted from this dataset:
33
+
34
+ - `extraction_id`: `internal_identifier`
35
+ - `global_identifier`: `internal_identifier`
36
+ - `direction`: `all_null_in_dataset`
37
+ - `auc_window`: `all_null_in_dataset`
38
+
39
  `canonical_endpoint_key` is the endpoint identity field. No `condition_key` is added.
40
  `species_exact` is populated only for explicit, unambiguous species references. Narrative
41
  and other source fields without a validated normalization remain source text.
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f7c5ada9b7d99631868391100b558e47c3b665a8f982009283abf903c9bd579
3
- size 3083166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e24c1d6472f7834445c6d7238ee8d99b1870809db52cd20bf02d835a9b4d0da
3
+ size 3038452
metadata/export_manifest.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "artifacts": {
3
- "README.md": "9fc87ea4436ea171f7dd58fee967e40f7a2378586928838fe985504f8727f836",
4
- "data/train-00000-of-00001.parquet": "2f7c5ada9b7d99631868391100b558e47c3b665a8f982009283abf903c9bd579"
5
  },
6
  "canonical_base_yields": {
7
  "accepted_base_children": 17637,
@@ -14,18 +14,14 @@
14
  "accompanying_interval_lower": "double",
15
  "accompanying_interval_upper": "double",
16
  "assay_system": "large_string",
17
- "auc_window": "large_string",
18
  "canonical_endpoint_key": "large_string",
19
  "child_id": "large_string",
20
  "confidence": "large_string",
21
  "defining_timepoint": "large_string",
22
- "direction": "large_string",
23
  "endpoint_family": "large_string",
24
  "endpoint_subtype": "large_string",
25
  "enzyme_or_pathway": "large_string",
26
  "extra_details": "large_string",
27
- "extraction_id": "large_string",
28
- "global_identifier": "large_string",
29
  "input_sha256": "large_string",
30
  "kinetic_parameter": "large_string",
31
  "metric_type": "large_string",
@@ -53,12 +49,30 @@
53
  "variation_value": "double"
54
  },
55
  "condition_key_included": false,
56
- "export_version": "hf_cleaned_v1",
57
  "input_records": {
58
  "manifest_sha256": "728962c727ed9d55050c9d95bb20c9284781f3040126b1e0e7b3b86a8f0febe9",
59
  "path": "/data1/joseph/starling_assay_transfer/datasets/base/canonical_endpoints_v1/hepatic/records.parquet",
60
  "sha256": "d175c8bbdac54b3f529b8ec93d913dd1695667fd873d2b4074b32cdca1187fcd"
61
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  "rows": 17637,
63
  "source_id": "q4",
64
  "source_name": "hepatic"
 
1
  {
2
  "artifacts": {
3
+ "README.md": "0e7470ddb84f002b2f693596d3822887f07d8ba813a7c0cdd3b7f8d02e87ecce",
4
+ "data/train-00000-of-00001.parquet": "8e24c1d6472f7834445c6d7238ee8d99b1870809db52cd20bf02d835a9b4d0da"
5
  },
6
  "canonical_base_yields": {
7
  "accepted_base_children": 17637,
 
14
  "accompanying_interval_lower": "double",
15
  "accompanying_interval_upper": "double",
16
  "assay_system": "large_string",
 
17
  "canonical_endpoint_key": "large_string",
18
  "child_id": "large_string",
19
  "confidence": "large_string",
20
  "defining_timepoint": "large_string",
 
21
  "endpoint_family": "large_string",
22
  "endpoint_subtype": "large_string",
23
  "enzyme_or_pathway": "large_string",
24
  "extra_details": "large_string",
 
 
25
  "input_sha256": "large_string",
26
  "kinetic_parameter": "large_string",
27
  "metric_type": "large_string",
 
49
  "variation_value": "double"
50
  },
51
  "condition_key_included": false,
52
+ "export_version": "hf_cleaned_v2",
53
  "input_records": {
54
  "manifest_sha256": "728962c727ed9d55050c9d95bb20c9284781f3040126b1e0e7b3b86a8f0febe9",
55
  "path": "/data1/joseph/starling_assay_transfer/datasets/base/canonical_endpoints_v1/hepatic/records.parquet",
56
  "sha256": "d175c8bbdac54b3f529b8ec93d913dd1695667fd873d2b4074b32cdca1187fcd"
57
  },
58
+ "omitted_columns": [
59
+ {
60
+ "column": "extraction_id",
61
+ "reason": "internal_identifier"
62
+ },
63
+ {
64
+ "column": "global_identifier",
65
+ "reason": "internal_identifier"
66
+ },
67
+ {
68
+ "column": "direction",
69
+ "reason": "all_null_in_dataset"
70
+ },
71
+ {
72
+ "column": "auc_window",
73
+ "reason": "all_null_in_dataset"
74
+ }
75
+ ],
76
  "rows": 17637,
77
  "source_id": "q4",
78
  "source_name": "hepatic"