121tester commited on
Commit
cc78a1b
·
verified ·
1 Parent(s): 6968445

Refactor model files

Browse files

Add new training script and remove old vocab file

Files changed (2) hide show
  1. train.py +1 -0
  2. vocab.txt +0 -1
train.py ADDED
@@ -0,0 +1 @@
 
 
1
+ import torch\n\ndef train_model():\n print('Training...')\n
vocab.txt DELETED
@@ -1 +0,0 @@
1
- [PAD]\n[UNK]\n[CLS]\n[SEP]\n[MASK]