├── CAFE_demo_release_ipynb.ipynb ├── Hopfield.py ├── Input_feature.txt ├── README.md ├── classification ├── classification.ipynb ├── label_data.csv ├── result1000.csv └── result2000.csv ├── compute_health_score.py ├── dataset_folder ├── health_report_{0} │ └── health_report_{0}.txt ├── health_report_{10} │ └── health_report_{10}.txt ├── health_report_{11} │ └── health_report_{11}.txt ├── health_report_{12} │ └── health_report_{12}.txt ├── health_report_{13} │ └── health_report_{13}.txt ├── health_report_{14} │ └── health_report_{14}.txt ├── health_report_{15} │ └── health_report_{15}.txt ├── health_report_{16} │ └── health_report_{16}.txt ├── health_report_{17} │ └── health_report_{17}.txt ├── health_report_{18} │ └── health_report_{18}.txt ├── health_report_{19} │ └── health_report_{19}.txt ├── health_report_{1} │ └── health_report_{1}.txt ├── health_report_{20} │ └── health_report_{20}.txt ├── health_report_{21} │ └── health_report_{21}.txt ├── health_report_{22} │ └── health_report_{22}.txt ├── health_report_{23} │ └── health_report_{23}.txt ├── health_report_{24} │ └── health_report_{24}.txt ├── health_report_{25} │ └── health_report_{25}.txt ├── health_report_{26} │ └── health_report_{26}.txt ├── health_report_{27} │ └── health_report_{26}.txt ├── health_report_{28} │ └── health_report_{28}.txt ├── health_report_{29} │ └── health_report_{29}.txt ├── health_report_{2} │ └── health_report_{2}.txt ├── health_report_{30} │ └── health_report_{30}.txt ├── health_report_{31} │ └── health_report_{31}.txt ├── health_report_{32} │ └── health_report_{32}.txt ├── health_report_{33} │ └── health_report_{33}.txt ├── health_report_{34} │ └── health_report_{34}.txt ├── health_report_{35} │ └── health_report_{35}.txt ├── health_report_{36} │ └── health_report_{36}.txt ├── health_report_{37} │ └── health_report_{37}.txt ├── health_report_{38} │ └── health_report_{38}.txt ├── health_report_{39} │ └── health_report_{39}.txt ├── health_report_{3} │ └── health_report_{3}.txt ├── health_report_{40} │ └── health_report_{40}.txt ├── health_report_{41} │ └── health_report_{41}.txt ├── health_report_{42} │ └── health_report_{42}.txt ├── health_report_{43} │ └── health_report_{43}.txt ├── health_report_{44} │ └── health_report_{44}.txt ├── health_report_{45} │ └── health_report_{45}.txt ├── health_report_{46} │ └── health_report_{46}.txt ├── health_report_{47} │ └── health_report_{47}.txt ├── health_report_{48} │ └── health_report_{48}.txt ├── health_report_{49} │ └── health_report_{49}.txt ├── health_report_{4} │ └── health_report_{4}.txt ├── health_report_{50} │ └── health_report_{50}.txt ├── health_report_{51} │ └── health_report_{51}.txt ├── health_report_{52} │ └── health_report_{52}.txt ├── health_report_{53} │ └── health_report_{53}.txt ├── health_report_{54} │ └── health_report_{54}.txt ├── health_report_{55} │ └── health_report_{55}.txt ├── health_report_{56} │ └── health_report_{56}.txt ├── health_report_{57} │ └── health_report_{57}.txt ├── health_report_{58} │ └── health_report_{58}.txt ├── health_report_{59} │ └── health_report_{59}.txt ├── health_report_{5} │ └── health_report_{5}.txt ├── health_report_{60} │ └── health_report_{60}.txt ├── health_report_{61} │ └── health_report_{61}.txt ├── health_report_{62} │ └── health_report_{62}.txt ├── health_report_{63} │ └── health_report_{63}.txt ├── health_report_{64} │ └── health_report_{63}.txt ├── health_report_{65} │ └── health_report_{65}.txt ├── health_report_{66} │ └── health_report_{66}.txt ├── health_report_{67} │ └── health_report_{67}.txt ├── health_report_{68} │ └── health_report_{68}.txt ├── health_report_{69} │ └── health_report_{69}.txt ├── health_report_{6} │ └── health_report_{6}.txt ├── health_report_{70} │ └── health_report_{70}.txt ├── health_report_{71} │ └── health_report_{71}.txt ├── health_report_{72} │ └── health_report_{72}.txt ├── health_report_{73} │ └── health_report_{73}.txt ├── health_report_{74} │ └── health_report_{74}.txt ├── health_report_{75} │ └── health_report_{75}.txt ├── health_report_{7} │ └── health_report_{7}.txt ├── health_report_{8} │ └── health_report_{8}.txt └── health_report_{9} │ └── health_report_{9}.txt ├── exsit_knowledge ├── Knowledge-translated.docx └── my_dict.pkl ├── generate_feature.py ├── knowledge ├── Knowledge-translated.docx └── my_dict.pkl ├── label and feature ├── Input_feature.txt ├── label_data.csv └── output_target.txt ├── label and feature\input_feature.txt ├── label and feature\label_data.csv ├── label and feature\output_target.txt ├── pic └── pic1.png ├── requirements.txt └── training ├── combined1.csv ├── combined2.csv ├── combined3.csv ├── combined4.csv ├── combined5.csv ├── combined6.csv ├── combined7.csv ├── combined_csv.csv ├── convert_txt_to_csv.py ├── feature.txt ├── feature_data.csv ├── feature_update.txt ├── label_data.csv ├── prepare_feature.py └── train.txt /CAFE_demo_release_ipynb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/CAFE_demo_release_ipynb.ipynb -------------------------------------------------------------------------------- /Hopfield.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/Hopfield.py -------------------------------------------------------------------------------- /Input_feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/Input_feature.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/README.md -------------------------------------------------------------------------------- /classification/classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/classification/classification.ipynb -------------------------------------------------------------------------------- /classification/label_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/classification/label_data.csv -------------------------------------------------------------------------------- /classification/result1000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/classification/result1000.csv -------------------------------------------------------------------------------- /classification/result2000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/classification/result2000.csv -------------------------------------------------------------------------------- /compute_health_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/compute_health_score.py -------------------------------------------------------------------------------- /dataset_folder/health_report_{0}/health_report_{0}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{0}/health_report_{0}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{10}/health_report_{10}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{10}/health_report_{10}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{11}/health_report_{11}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{11}/health_report_{11}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{12}/health_report_{12}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{12}/health_report_{12}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{13}/health_report_{13}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{13}/health_report_{13}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{14}/health_report_{14}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{14}/health_report_{14}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{15}/health_report_{15}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{15}/health_report_{15}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{16}/health_report_{16}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{16}/health_report_{16}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{17}/health_report_{17}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{17}/health_report_{17}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{18}/health_report_{18}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{18}/health_report_{18}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{19}/health_report_{19}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{19}/health_report_{19}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{1}/health_report_{1}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{1}/health_report_{1}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{20}/health_report_{20}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{20}/health_report_{20}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{21}/health_report_{21}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{21}/health_report_{21}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{22}/health_report_{22}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{22}/health_report_{22}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{23}/health_report_{23}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{23}/health_report_{23}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{24}/health_report_{24}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{24}/health_report_{24}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{25}/health_report_{25}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{25}/health_report_{25}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{26}/health_report_{26}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{26}/health_report_{26}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{27}/health_report_{26}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{27}/health_report_{26}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{28}/health_report_{28}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{28}/health_report_{28}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{29}/health_report_{29}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{29}/health_report_{29}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{2}/health_report_{2}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{2}/health_report_{2}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{30}/health_report_{30}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{30}/health_report_{30}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{31}/health_report_{31}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{31}/health_report_{31}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{32}/health_report_{32}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{32}/health_report_{32}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{33}/health_report_{33}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{33}/health_report_{33}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{34}/health_report_{34}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{34}/health_report_{34}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{35}/health_report_{35}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{35}/health_report_{35}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{36}/health_report_{36}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{36}/health_report_{36}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{37}/health_report_{37}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{37}/health_report_{37}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{38}/health_report_{38}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{38}/health_report_{38}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{39}/health_report_{39}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{39}/health_report_{39}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{3}/health_report_{3}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{3}/health_report_{3}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{40}/health_report_{40}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{40}/health_report_{40}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{41}/health_report_{41}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{41}/health_report_{41}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{42}/health_report_{42}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{42}/health_report_{42}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{43}/health_report_{43}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{43}/health_report_{43}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{44}/health_report_{44}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{44}/health_report_{44}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{45}/health_report_{45}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{45}/health_report_{45}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{46}/health_report_{46}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{46}/health_report_{46}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{47}/health_report_{47}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{47}/health_report_{47}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{48}/health_report_{48}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{48}/health_report_{48}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{49}/health_report_{49}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{49}/health_report_{49}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{4}/health_report_{4}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{4}/health_report_{4}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{50}/health_report_{50}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{50}/health_report_{50}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{51}/health_report_{51}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{51}/health_report_{51}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{52}/health_report_{52}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{52}/health_report_{52}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{53}/health_report_{53}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{53}/health_report_{53}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{54}/health_report_{54}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{54}/health_report_{54}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{55}/health_report_{55}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{55}/health_report_{55}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{56}/health_report_{56}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{56}/health_report_{56}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{57}/health_report_{57}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{57}/health_report_{57}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{58}/health_report_{58}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{58}/health_report_{58}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{59}/health_report_{59}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{59}/health_report_{59}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{5}/health_report_{5}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{5}/health_report_{5}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{60}/health_report_{60}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{60}/health_report_{60}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{61}/health_report_{61}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{61}/health_report_{61}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{62}/health_report_{62}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{62}/health_report_{62}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{63}/health_report_{63}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{63}/health_report_{63}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{64}/health_report_{63}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{64}/health_report_{63}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{65}/health_report_{65}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{65}/health_report_{65}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{66}/health_report_{66}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{66}/health_report_{66}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{67}/health_report_{67}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{67}/health_report_{67}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{68}/health_report_{68}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{68}/health_report_{68}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{69}/health_report_{69}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{69}/health_report_{69}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{6}/health_report_{6}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{6}/health_report_{6}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{70}/health_report_{70}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{70}/health_report_{70}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{71}/health_report_{71}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{71}/health_report_{71}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{72}/health_report_{72}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{72}/health_report_{72}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{73}/health_report_{73}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{73}/health_report_{73}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{74}/health_report_{74}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{74}/health_report_{74}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{75}/health_report_{75}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{75}/health_report_{75}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{7}/health_report_{7}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{7}/health_report_{7}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{8}/health_report_{8}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{8}/health_report_{8}.txt -------------------------------------------------------------------------------- /dataset_folder/health_report_{9}/health_report_{9}.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/dataset_folder/health_report_{9}/health_report_{9}.txt -------------------------------------------------------------------------------- /exsit_knowledge/Knowledge-translated.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/exsit_knowledge/Knowledge-translated.docx -------------------------------------------------------------------------------- /exsit_knowledge/my_dict.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/exsit_knowledge/my_dict.pkl -------------------------------------------------------------------------------- /generate_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/generate_feature.py -------------------------------------------------------------------------------- /knowledge/Knowledge-translated.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/knowledge/Knowledge-translated.docx -------------------------------------------------------------------------------- /knowledge/my_dict.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/knowledge/my_dict.pkl -------------------------------------------------------------------------------- /label and feature/Input_feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature/Input_feature.txt -------------------------------------------------------------------------------- /label and feature/label_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature/label_data.csv -------------------------------------------------------------------------------- /label and feature/output_target.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature/output_target.txt -------------------------------------------------------------------------------- /label and feature\input_feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature\input_feature.txt -------------------------------------------------------------------------------- /label and feature\label_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature\label_data.csv -------------------------------------------------------------------------------- /label and feature\output_target.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/label and feature\output_target.txt -------------------------------------------------------------------------------- /pic/pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/pic/pic1.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/requirements.txt -------------------------------------------------------------------------------- /training/combined1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined1.csv -------------------------------------------------------------------------------- /training/combined2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined2.csv -------------------------------------------------------------------------------- /training/combined3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined3.csv -------------------------------------------------------------------------------- /training/combined4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined4.csv -------------------------------------------------------------------------------- /training/combined5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined5.csv -------------------------------------------------------------------------------- /training/combined6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined6.csv -------------------------------------------------------------------------------- /training/combined7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined7.csv -------------------------------------------------------------------------------- /training/combined_csv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/combined_csv.csv -------------------------------------------------------------------------------- /training/convert_txt_to_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/convert_txt_to_csv.py -------------------------------------------------------------------------------- /training/feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/feature.txt -------------------------------------------------------------------------------- /training/feature_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/feature_data.csv -------------------------------------------------------------------------------- /training/feature_update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/feature_update.txt -------------------------------------------------------------------------------- /training/label_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/label_data.csv -------------------------------------------------------------------------------- /training/prepare_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/prepare_feature.py -------------------------------------------------------------------------------- /training/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/otto-dev/HealthLLM/HEAD/training/train.txt --------------------------------------------------------------------------------