OSU-NLP-Group / TableLlama

[NAACL'24] Dataset, code and models for "TableLlama: Towards Open Large Generalist Models for Tables".
https://osu-nlp-group.github.io/TableLlama/
MIT License
102 stars 8 forks source link

2 modules are not found: `llama_attn_replace` and `supervised_fine_tune_rel_extraction` #1

Closed bienchudc closed 9 months ago

bienchudc commented 9 months ago

These 2 modules are imported in inference_rel_extraction_col_type.py but your repo is not providing them. I also setup the environment following the instruction. For llama_attn_replace, I found it in LongLoRa repo But I have no idea for supervised_fine_tune_rel_extraction.

zhangtianshu commented 9 months ago

Thanks for your correction! I have updated the repo and fixed the issues. Now you can find llama_attn_replace in the repo and "supervised_fine_tune_rel_extraction" should be "supervised_fine_tune".