GPL
/

kwang2049 commited on
Commit
c00aa64
1 Parent(s): 3524667

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Naming pattern:
2
+
3
+ 1. `GPL/${dataset}-msmarco-distilbert-gpl`: Model with training order of (1) MarginMSE on MSMARCO -> (2) GPL on ${dataset};
4
+ 2. `GPL/${dataset}-tsdae-msmarco-distilbert-gpl`: Model with training order of (1) TSDAE on ${dataset} -> (2) MarginMSE on MSMARCO -> (3) GPL on ${dataset};
5
+ 3. `GPL/msmarco-distilbert-margin-mse`: Model trained on MSMARCO with MarginMSE;
6
+ 4. `GPL/${dataset}-tsdae-msmarco-distilbert-margin-mse`: Model with training order of (1) TSDAE on ${dataset} -> (2) MarginMSE on MSMARCO;
7
+
8
+ Actually, models in 1. and 2. are built on top of 3. and 4., respectively.
9
+
10
+