LemiSt commited on
Commit
32c3b16
1 Parent(s): b5ed404

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "_name_or_path": "code-segmentor-distilbert/checkpoint-55725",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertModel"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
 
1
  {
2
+ "_name_or_path": "code-segmentor-distilbert",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForTokenClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,