Commit History

Remove HFAbRestore.restore override to use original AbRestore.restore method
0e5736d

hemantn commited on

Use original AbLang2 restore logic from restoration.py
2b25439

hemantn commited on

Add debug prints to restore method
f9eb722

hemantn commited on

Fix restore method to properly handle masked tokens
acf4b07

hemantn commited on

Revert restore method to use original AbLang2 logic
eb85d4e

hemantn commited on

Remove problematic alignment from restore method - return sequences as-is
55a4139

hemantn commited on

Add basic alignment support to restore method
de33042

hemantn commited on

Remove spaces from decoded sequences in restore method
7ca5e33

hemantn commited on

Fix decode method in restore to use original tokenizer
4b2339a

hemantn commited on

Fix tokenizer interface in HFAbRestore.restore method
53de0f7

hemantn commited on

Implement proper restore method in HFAbRestore to actually restore masked residues
d735513

hemantn commited on

Fix restore method to not add double angle brackets
1bea915

hemantn commited on

Add missing likelihood method implementation to adapter class
dec4a70

hemantn commited on

Add missing rescoding method implementation to adapter class
b1f86f0

hemantn commited on

Add missing seqcoding method implementation to adapter class
3d5a035

hemantn commited on

Remove problematic imports and add utility files to config.json auto_map
ae9a535

hemantn commited on

Force import utility files to ensure they are downloaded
51b62cf

hemantn commited on

Add imports for utility files to ensure they are downloaded with the model
4ce4395

hemantn commited on

Force creation of utility files inline when in Hugging Face cache directory
18ddcf7

hemantn commited on

Prioritize current directory for utility files to use downloaded files from Hugging Face
3aa0051

hemantn commited on

Fix import conflicts by removing /content from sys.path and ensuring imports from cache directory
6db1bf7

hemantn commited on

Fix syntax error in inline alignment.py template
f07c732

hemantn commited on

Add inline utility file creation for missing files in Google Colab and other environments
960915a

hemantn commited on

Improve utility file copying for Google Colab and other environments
db23db1

hemantn commited on

updated notebook with updated adapter code
bd0d9fa

hemantn commited on

Override _encode_sequences and _predict_logits to use HuggingFace tokenizer interface
88ddbb1

hemantn commited on

Fix tokenizer and format_seq_input to properly handle paired sequences with angle brackets
ed12887

hemantn commited on

Simplify adapter to use direct imports without package structure
056b066

hemantn commited on

Add error handling and verification for encodings.py copy operation
9c57bc9

hemantn commited on

Fix path issue for encodings.py copy operation
cec6abd

hemantn commited on

Add debugging to see why encodings.py copy is not working
c838b3c

hemantn commited on

Fix encodings.py copy condition to ensure it's always copied
44be57d

hemantn commited on

Add debugging to see what files are copied to pretrained_utils
6298f3b

hemantn commited on

Fix directory creation issue in adapter file copying
88a90b6

hemantn commited on

Restore original adapter code from AbLang2_final_version with file copying mechanism
1304b94

hemantn commited on

Fix adapter to copy utility files to cached directory when loaded from Hugging Face
7f948f6

hemantn commited on

Fix adapter.py imports to work when loaded from Hugging Face Hub cache
1f81e2b

hemantn commited on

Remove ablang2.pretrained dependency - add local format_seq_input implementation
348b92b

hemantn commited on

Remove ablang2 folder - repository now fully self-contained
ddafba1

hemantn commited on

Add ablang.py and encoderblock.py to root directory for Hugging Face compatibility
7ebbadf

hemantn commited on

Remove remaining ablang2 package import from modeling_ablang2paired.py
cf7aac0

hemantn commited on

Fix modeling_ablang2paired.py to work with integrated files instead of ablang2 package
009d04a

hemantn commited on

Integrate utility files into main repository - make self-contained
712d350

hemantn commited on

adapter description updated
e1df3c0

hemantn commited on

changed description for ablang2 model
d873a76

hemantn commited on

tokenizer load & save path added
c128a07

hemantn commited on

updated notebook with correct usage
0c337fe

hemantn commited on

updated with correct adapter use
3d3c39b

hemantn commited on

Fix AutoTokenizer mapping to use list format to avoid parsing error
1f86c13

hemantn commited on

Add AutoTokenizer mapping back to auto_map
bb40601

hemantn commited on