Gagan Bhatia commited on
Commit
76b1521
1 Parent(s): b3c4ef9

Update model.py

Browse files
Files changed (1) hide show
  1. src/models/model.py +2 -0
src/models/model.py CHANGED
@@ -552,3 +552,5 @@ class Summarization:
552
  "rougeLsum High F1": results["rougeLsum"].high.fmeasure,
553
  }
554
  return output
 
 
 
552
  "rougeLsum High F1": results["rougeLsum"].high.fmeasure,
553
  }
554
  return output
555
+
556
+ def upload(self, hf_username, model_name):