suchirsalhan commited on
Commit
8f39a32
·
verified ·
1 Parent(s): 8531d59

Fix dataset config metadata for load_dataset compatibility

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
  configs:
3
- - config_name: python
4
  data_files:
5
  - split: train
6
- path: data/python-*.parquet
7
  ---
8
 
9
- # LangMap-TheStack-python-100M-olmo2
10
 
11
- Code finetuning dataset for **python** streamed from [bigcode/the-stack](https://huggingface.co/datasets/bigcode/the-stack).
 
12
 
13
- - **Tokens collected**: 100,000,000 (target: 100,000,000)
14
- - **Tokenizer**: `allenai/OLMo-2-1124-7B`
15
  - **Schema**: `{"text": [...]}` (sanitised source code)
 
1
  ---
2
  configs:
3
+ - config_name: default
4
  data_files:
5
  - split: train
6
+ path: data/train-*.parquet
7
  ---
8
 
9
+ # LangMap-TheStack-python-100M
10
 
11
+ Code finetuning dataset for **python** streamed from
12
+ [bigcode/the-stack](https://huggingface.co/datasets/bigcode/the-stack).
13
 
14
+ - **Target tokens**: 100,000,000
15
+ - **Tokenizer**: `allenai/OLMo-3-1025-7B`
16
  - **Schema**: `{"text": [...]}` (sanitised source code)