वेदांत
वेदांत
Fixes #162 Changes proposed in this pull request: - Add `jsonl_to_markdown.py` utility script to convert JSONL files to Markdown format - Script extracts the 'text' field from each line in...
# docs: Add method comparison documentation This PR adds method comparison docs for PEFT methods, split from the original PR #2504 . The changes include: 1. Added a new section...
scripts
IGNORE THE DOCS FOLDER , main.ipynb has everything , rest ipynb files aree visualization , and py file are same as main just divided . Let me know if i...
# Enhance Method Comparison Suite and Documentation This PR significantly improves the method comparison capabilities and documentation of PEFT. The changes include: ## Documentation Updates - Added comprehensive documentation for...
## Problem The `add_special_tokens=False` parameter in the tokenizer's `encode`/`encode_batch` methods doesn't work as expected. Even when set to `False`, special tokens (like EOS) are still being added to the encoded...
Fix example usage documentation in convert_olmo_to_hf_new.py - Correct the script path from src/transformers/models/olmo/convert_olmo_weights_to_hf.py to scripts/convert_olmo_to_hf_new.py - Remove non-existent --model_size parameter from the example - Ensure example matches actual implementation parameters...
fix: preserve float16 precision in image_dot with IMAGE=2 mode - Modify image_dot to return float16 when both inputs are float16 with IMAGE=2 and FLOAT16=1 - Adjust test tolerances to account...
feat(download): implement user agent rotation to prevent server blocking - Add list of common browser user agents for rotation - Implement get_random_user_agent() function - Update TEMP_HEADERS to use random user...
feat(client): Add typed LogMessage structure for improved logging Add proper type structure for log messages in the fal.ai client to improve developer experience and type safety. This replaces the untyped...