TeePoat commited on
Commit
0768779
·
verified ·
1 Parent(s): 64611e9

Update models/transformer/constants.py

Browse files
Files changed (1) hide show
  1. models/transformer/constants.py +5 -1
models/transformer/constants.py CHANGED
@@ -1 +1,5 @@
1
- CHECKPOINT_PATH = "TeePoat"
 
 
 
 
 
1
+ import os
2
+
3
+
4
+ CHECKPOINT_PATH = "TeePoat"
5
+ HF_TOKEN = os.environ.get("HF_TOKEN")