tiedaar commited on
Commit
10bce5e
1 Parent(s): 63124d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,9 +43,11 @@ The following diagram illustrates the model architecture:
43
  ![model diagram](model_diagram.png)
44
 
45
  When providing input to the model, the summary and the source should be concatenated using the seperator token \</s>.
 
46
  This allows the model to have access to both the summary and the source to provide more accurate scores. The model reported an R2 of 0.82 on the test set of summaries.
47
  ![content scatter](content_scatter.png)
48
 
49
  ## Contact
 
50
  For questions or comments about this model, please contact [[email protected]]([email protected]).
51
  ---
 
43
  ![model diagram](model_diagram.png)
44
 
45
  When providing input to the model, the summary and the source should be concatenated using the seperator token \</s>.
46
+ All summaries for 15 sources were withheld from the training set to use for testing.
47
  This allows the model to have access to both the summary and the source to provide more accurate scores. The model reported an R2 of 0.82 on the test set of summaries.
48
  ![content scatter](content_scatter.png)
49
 
50
  ## Contact
51
+ This model was developed by LEAR Lab at Vanderbilt University.
52
  For questions or comments about this model, please contact [[email protected]]([email protected]).
53
  ---