vinsblack commited on
Commit
8b3d39f
·
verified ·
1 Parent(s): e9b38a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -55,9 +55,9 @@ configs:
55
  ### Dataset Structure
56
  ```
57
  codereality-1t/
58
- ├── data/ # Evaluation subset data (19GB, 323 JSONL files)
59
- │ ├── README.md # Data access instructions
60
- │ └── [323 JSONL files] # Repository data in JSON Lines format
61
  ├── analysis/ # Analysis results and tools
62
  │ ├── dataset_index.json # File index and metadata
63
  │ └── metrics.json # Analysis results
@@ -68,9 +68,7 @@ codereality-1t/
68
  ├── results/ # Evaluation results and metrics
69
  ├── Notebook/ # Analysis notebooks and visualizations
70
  ├── eval_metadata.json # Evaluation metadata and statistics
71
- ├── dataset-config.yaml # Main dataset configuration
72
- ├── analysis-config.yaml # Analysis methodology and results configuration
73
- └── benchmarks-config.yaml # Benchmarking framework configuration
74
  ```
75
 
76
  ### Loading the Dataset
@@ -428,3 +426,6 @@ We welcome community contributions to improve CodeReality-1T:
428
 
429
 
430
 
 
 
 
 
55
  ### Dataset Structure
56
  ```
57
  codereality-1t/
58
+ ├── data_csv/ # Evaluation subset data (CSV format, 2,387 repositories)
59
+ │ ├── codereality_unified.csv # Main dataset file with unified schema
60
+ │ └── metadata.json # Dataset metadata and column information
61
  ├── analysis/ # Analysis results and tools
62
  │ ├── dataset_index.json # File index and metadata
63
  │ └── metrics.json # Analysis results
 
68
  ├── results/ # Evaluation results and metrics
69
  ├── Notebook/ # Analysis notebooks and visualizations
70
  ├── eval_metadata.json # Evaluation metadata and statistics
71
+ └── eval_subset_stats.json # Statistical analysis of the subset
 
 
72
  ```
73
 
74
  ### Loading the Dataset
 
426
 
427
 
428
 
429
+
430
+
431
+