JasonWang1 commited on
Commit
1d1f59d
·
verified ·
1 Parent(s): 2b1b765

Fix config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -2
config.json CHANGED
@@ -26,5 +26,11 @@
26
  "transformers_version": "5.2.0",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
- "vocab_size": 28996
30
- }
 
 
 
 
 
 
 
26
  "transformers_version": "5.2.0",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
+ "vocab_size": 28996,
30
+ "temporal_labels": 246,
31
+ "pretraining_tasks": [
32
+ "TAMLM",
33
+ "DD"
34
+ ],
35
+ "temporal_granularity": "month"
36
+ }