Initial DeepHealthExpo next-token codebase
This commit is contained in:
7
evaluate_token_auc.py
Normal file
7
evaluate_token_auc.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from evaluate_auc import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user