- python test_hindi_bpe.py
- The test suite includes:
- Training pipeline verification
- Compression ratio validation
- Token count requirements
- Encoding/decoding accuracy
Performance Metrics
The tokenizer aims to achieve:
- Vocabulary size < 5000 tokens
- Compression ratio ≥ 3.2
- Fast encoding/decoding
- Memory-efficient operation
Contributing
Fork the repository
Create feature branch
Commit changes
Push to branch
Create Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.