infinex commited on
Commit
e3c248b
·
verified ·
1 Parent(s): 30a0963

Uploading dataset files from the local data folder.

Browse files
Files changed (1) hide show
  1. chunking.txt +6 -1
chunking.txt CHANGED
@@ -43,7 +43,12 @@ logger = logging.getLogger(__name__)
43
  # -----------------------------------------------------------------------------
44
  # Configuration
45
  # -----------------------------------------------------------------------------
46
-
 
 
 
 
 
47
  @dataclass
48
  class ChunkingConfig:
49
  """Configuration object loaded from YAML."""
 
43
  # -----------------------------------------------------------------------------
44
  # Configuration
45
  # -----------------------------------------------------------------------------
46
+ @dataclass
47
+ class GroupInterval:
48
+ start: int
49
+ end: int
50
+ line_numbers: Set[int]
51
+
52
  @dataclass
53
  class ChunkingConfig:
54
  """Configuration object loaded from YAML."""