songrunhe commited on
Commit
af6eec4
·
verified ·
1 Parent(s): 5f00e93

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -1,8 +1,18 @@
1
- # Model Card for ChronoBERT
2
-
3
- ## Model Details
4
-
5
- ### Model Description
 
 
 
 
 
 
 
 
 
 
6
 
7
  ChronoBERT is a series **high-performance chronologically consistent large language models (LLM)** designed to eliminate lookahead bias and training leakage while maintain good language understanding in time-sensitive applications. The model is pretrained on **diverse, high-quality, open-source, and timestamped text** to maintain chronological consistency.
8
 
@@ -13,7 +23,7 @@ All models in the series achieve **GLUE benchmark scores that surpass standard B
13
  - **Language(s) (NLP):** English
14
  - **License:** MIT License
15
 
16
- ### Model Sources
17
 
18
  - **Paper:** "Chronologically Consistent Large Language Models" (He, Lv, Manela, Wu, 2025)
19
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ language:
5
+ - en
6
+ tags:
7
+ - chronologically consistent
8
+ - modernbert
9
+ - glue
10
+ pipeline_tag: fill-mask
11
+ inference: false
12
+ ---
13
+ # ChronoBERT
14
+
15
+ ## Model Description
16
 
17
  ChronoBERT is a series **high-performance chronologically consistent large language models (LLM)** designed to eliminate lookahead bias and training leakage while maintain good language understanding in time-sensitive applications. The model is pretrained on **diverse, high-quality, open-source, and timestamped text** to maintain chronological consistency.
18
 
 
23
  - **Language(s) (NLP):** English
24
  - **License:** MIT License
25
 
26
+ ## Model Sources
27
 
28
  - **Paper:** "Chronologically Consistent Large Language Models" (He, Lv, Manela, Wu, 2025)
29