git ignore model files
Some checks failed
studiorailgun/trpg/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-12-31 20:18:24 -05:00
parent 2aa4db5108
commit 9b0063f919

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ target
src/trpg.egg-info src/trpg.egg-info
# ml model files # ml model files
data/semantic/model data/model/sent_func/**
**.keras **.keras
**.h5 **.h5