Spaces:
Runtime error
Runtime error
File size: 127 Bytes
3fe739b |
1 2 3 4 5 |
import os
model_path = 'intent_classification/TinyBERT_106_V2' # can try other checkpoints
print(os.path.exists(model_path)) |