Blaise-g commited on
Commit
9547066
1 Parent(s): 10e2f1e

Model card metadata update to enable use in new model-evaluator space

Browse files

Would it be possible to update the model card metadata to also include the task it was trained on (summarization) so that the model can be used in the new model-evaluator space? I suggested a small edit that should solve the issue if you are willing to accept it.

Thanks again for sharing this interesting model!

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  language: en
 
 
3
  datasets:
4
  - scientific_papers
5
 
 
1
  ---
2
  language: en
3
+ tags:
4
+ - summarization
5
  datasets:
6
  - scientific_papers
7