├── Control.py ├── Evaluation ├── 1_GenerateTestOutput.py ├── 2_EvaluateTestOutput.py ├── 3_CheckDifferencesToLastRun.py ├── INT_Inf_benchmarkTest.csv └── evaluation.sh ├── LICENSE ├── Memory.py ├── NAL.py ├── NarsGPT.py ├── Prompts.py ├── README.md ├── Stamp.py ├── Truth.py └── examples └── kitchen.english /Control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Control.py -------------------------------------------------------------------------------- /Evaluation/1_GenerateTestOutput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Evaluation/1_GenerateTestOutput.py -------------------------------------------------------------------------------- /Evaluation/2_EvaluateTestOutput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Evaluation/2_EvaluateTestOutput.py -------------------------------------------------------------------------------- /Evaluation/3_CheckDifferencesToLastRun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Evaluation/3_CheckDifferencesToLastRun.py -------------------------------------------------------------------------------- /Evaluation/INT_Inf_benchmarkTest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Evaluation/INT_Inf_benchmarkTest.csv -------------------------------------------------------------------------------- /Evaluation/evaluation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Evaluation/evaluation.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/LICENSE -------------------------------------------------------------------------------- /Memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Memory.py -------------------------------------------------------------------------------- /NAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/NAL.py -------------------------------------------------------------------------------- /NarsGPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/NarsGPT.py -------------------------------------------------------------------------------- /Prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Prompts.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/README.md -------------------------------------------------------------------------------- /Stamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Stamp.py -------------------------------------------------------------------------------- /Truth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/Truth.py -------------------------------------------------------------------------------- /examples/kitchen.english: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patham9/NarsGPT/HEAD/examples/kitchen.english --------------------------------------------------------------------------------