siraxe commited on
Commit
a29dc2e
·
verified ·
1 Parent(s): 72f0814

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +15 -0
config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ filter: [
2
+ {
3
+ bool: {
4
+ /// Include documents that match at least one of the following rules
5
+ should: [
6
+ /// Downloaded
7
+ {
8
+ regexp: { path: "[^/]*\\.safetensors" },
9
+ },
10
+ ],
11
+ minimum_should_match: 1,
12
+ },
13
+ },
14
+ ]
15
+ }