Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Model pre-trained on MS-MARCO (contrastive).
|
2 |
+
|
3 |
+
Starting model: jmvcoelho/t5-base-marco-lm-pretrain-2048
|
4 |
+
|
5 |
+
Training script: https://github.com/cxcscmu/LongEmbeddingAnalysis/blob/main/scripts/contrastive_pretrain_dr.sh
|
6 |
+
T5ForConditionalGenerationRoPE class: https://github.com/cxcscmu/LongEmbeddingAnalysis/blob/main/OpenMatch/src/openmatch/modeling/rope_t5.py
|