vesteinn commited on
Commit
f72e407
1 Parent(s): 1aff701

Removed trailing comma in json config

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -27,5 +27,5 @@
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.19.2",
29
  "use_cache": true,
30
- "vocab_size": 384,
31
  }
 
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.19.2",
29
  "use_cache": true,
30
+ "vocab_size": 384
31
  }