Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ahmadzei
/
RAG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RAG
/
chunked
/
nltk_chunking
/
tasks_language_modeling
/
chunk_38.txt
Ahmadzei
added 3 more tables for large emb model
5fa1a76
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
134 Bytes
if total_length >= block_size:
total_length = (total_length // block_size) * block_size
# Split by chunks of block_size.