Remove HFAbRestore.restore override to use original AbRestore.restore method 0e5736d hemantn commited on Jul 27, 2025
Remove problematic alignment from restore method - return sequences as-is 55a4139 hemantn commited on Jul 27, 2025
Implement proper restore method in HFAbRestore to actually restore masked residues d735513 hemantn commited on Jul 27, 2025
Add missing likelihood method implementation to adapter class dec4a70 hemantn commited on Jul 27, 2025
Add missing rescoding method implementation to adapter class b1f86f0 hemantn commited on Jul 27, 2025
Add missing seqcoding method implementation to adapter class 3d5a035 hemantn commited on Jul 27, 2025
Remove problematic imports and add utility files to config.json auto_map ae9a535 hemantn commited on Jul 27, 2025
Add imports for utility files to ensure they are downloaded with the model 4ce4395 hemantn commited on Jul 27, 2025
Force creation of utility files inline when in Hugging Face cache directory 18ddcf7 hemantn commited on Jul 27, 2025
Prioritize current directory for utility files to use downloaded files from Hugging Face 3aa0051 hemantn commited on Jul 27, 2025
Fix import conflicts by removing /content from sys.path and ensuring imports from cache directory 6db1bf7 hemantn commited on Jul 27, 2025
Add inline utility file creation for missing files in Google Colab and other environments 960915a hemantn commited on Jul 27, 2025
Improve utility file copying for Google Colab and other environments db23db1 hemantn commited on Jul 27, 2025
Override _encode_sequences and _predict_logits to use HuggingFace tokenizer interface 88ddbb1 hemantn commited on Jul 27, 2025
Fix tokenizer and format_seq_input to properly handle paired sequences with angle brackets ed12887 hemantn commited on Jul 27, 2025
Simplify adapter to use direct imports without package structure 056b066 hemantn commited on Jul 27, 2025
Add error handling and verification for encodings.py copy operation 9c57bc9 hemantn commited on Jul 27, 2025
Fix encodings.py copy condition to ensure it's always copied 44be57d hemantn commited on Jul 27, 2025
Add debugging to see what files are copied to pretrained_utils 6298f3b hemantn commited on Jul 27, 2025
Restore original adapter code from AbLang2_final_version with file copying mechanism 1304b94 hemantn commited on Jul 27, 2025
Fix adapter to copy utility files to cached directory when loaded from Hugging Face 7f948f6 hemantn commited on Jul 27, 2025
Fix adapter.py imports to work when loaded from Hugging Face Hub cache 1f81e2b hemantn commited on Jul 27, 2025
Remove ablang2.pretrained dependency - add local format_seq_input implementation 348b92b hemantn commited on Jul 27, 2025
Add ablang.py and encoderblock.py to root directory for Hugging Face compatibility 7ebbadf hemantn commited on Jul 27, 2025
Remove remaining ablang2 package import from modeling_ablang2paired.py cf7aac0 hemantn commited on Jul 27, 2025
Fix modeling_ablang2paired.py to work with integrated files instead of ablang2 package 009d04a hemantn commited on Jul 27, 2025
Integrate utility files into main repository - make self-contained 712d350 hemantn commited on Jul 27, 2025
Fix AutoTokenizer mapping to use list format to avoid parsing error 1f86c13 hemantn commited on Jul 26, 2025