soldni commited on
Commit
166bbe2
1 Parent(s): 5e729f5

fixing loading with Datasets library

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -4,7 +4,7 @@ task_categories:
4
  - text-generation
5
  language:
6
  - en
7
- pretty_name: OLMo Mix 1124
8
  size_categories:
9
  - 1B<n<10B
10
 
@@ -40,11 +40,22 @@ configs:
40
  - config_name: wiki
41
  data_files:
42
  - split: train
43
- path: data/wiki/*
 
 
 
 
 
 
 
 
 
 
44
  ---
45
 
46
- # OLMo 1124 Pretraining set
47
- Collection of data used to train OLMo2-1124 models. The majority of this dataset comes from DCLM-Baseline with no additional filtering, but we provide the explicit breakdowns below.
 
48
 
49
  | Name | Tokens | Bytes (uncompressed) | Documents | License |
50
  |-----------------|--------|----------------------|-----------|-----------|
 
4
  - text-generation
5
  language:
6
  - en
7
+ pretty_name: OLMo 2 Mix (November 2024)
8
  size_categories:
9
  - 1B<n<10B
10
 
 
40
  - config_name: wiki
41
  data_files:
42
  - split: train
43
+ path: data/wiki/*
44
+ dataset_info:
45
+ features:
46
+ - name: id
47
+ dtype: string
48
+ - name: text
49
+ dtype: string
50
+ - name: added
51
+ dtype: string
52
+ - name: created
53
+ dtype: string
54
  ---
55
 
56
+ # OLMo 2 (November 2024) Pretraining set
57
+
58
+ Collection of data used to train OLMo-2-1124 models. The majority of this dataset comes from DCLM-Baseline with no additional filtering, but we provide the explicit breakdowns below.
59
 
60
  | Name | Tokens | Bytes (uncompressed) | Documents | License |
61
  |-----------------|--------|----------------------|-----------|-----------|