121tester commited on
Commit
aafb056
·
verified ·
1 Parent(s): 500bed0

Add configuration file

Browse files

This commit adds a comprehensive configuration file for the dataset.

The configuration includes:
- Dataset version information
- Processing parameters
- Data schema definitions
- License and citation information

This will help users understand the dataset structure and usage.

Files changed (1) hide show
  1. config.yaml +7 -0
config.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ version: 1.0.0
2
+ dataset_name: test-commit-dataset-2026
3
+ author: 121tester
4
+ license: MIT
5
+ processing:
6
+ encoding: utf-8
7
+ delimiter: comma