fullstack commited on
Commit
6f81f69
1 Parent(s): c46926b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -174,10 +174,10 @@ Output JSONL format:
174
  }
175
  ```
176
 
177
- ## Performance Considerations
178
 
179
- - Uses thread pooling for parallel processing
180
- - Implements atomic writes with file locking
181
  - Progress tracking with tqdm
182
  - Automatic error handling and logging
183
  - Configurable thread count for optimization
 
174
  }
175
  ```
176
 
177
+ ## Implementation and Performance Considerations
178
 
179
+ - Use thread pooling for parallel processing
180
+ - Implement atomic writes with file locking
181
  - Progress tracking with tqdm
182
  - Automatic error handling and logging
183
  - Configurable thread count for optimization