RobbeSneyders commited on
Commit
ad3bce8
1 Parent(s): 0888bd4

Add configuration to split id_mapping from data (#2)

Browse files

- Add configuration to split id_mapping from data (cc6cbe60bde0535a97a42bc8b5e3b4f6ea698f96)

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: embeddings
5
+ data_files: "data/*.parquet"
6
+ - config_name: id_mapping
7
+ data_files: "id_mapping/*.parquet"
8
  ---