Delete config.json
Browse files- config.json +0 -4
config.json
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
from transformers import DistilBertConfig
|
| 2 |
-
|
| 3 |
-
config = DistilBertConfig.from_pretrained("distilbert-base-uncased", num_labels=8)
|
| 4 |
-
config.save_pretrained("./")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|