Skip to content

Commit

Permalink
Merge pull request #4 from jonheng/model-card-licenses
Browse files Browse the repository at this point in the history
Add licenses in model cards
  • Loading branch information
jonheng authored Aug 2, 2021
2 parents af22369 + 5708322 commit 6d53e3b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"text": "https://github.com/declare-lab/RECCON",
"url": "https://github.com/declare-lab/RECCON"
},
"license": {
"text": "MIT License",
"url": "https://choosealicense.com/licenses/mit"
},
"contact": "[email protected]"
}
7 changes: 5 additions & 2 deletions demo_api/lif_3way_ap/model_card/lif_3way_ap.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"text": "https://github.com/nusnlp/LIF",
"url": "https://github.com/nusnlp/LIF"
},
"contact": "[email protected]",
"additionalInfo": "-"
"license": {
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
"url": "https://choosealicense.com/licenses/gpl-3.0"
},
"contact": "[email protected]"
}
4 changes: 4 additions & 0 deletions demo_api/lsr/model_card/lsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"text": "https://github.com/nanguoshun/LSR",
"url": "https://github.com/nanguoshun/LSR"
},
"license": {
"text": "MIT License",
"url": "https://choosealicense.com/licenses/mit"
},
"contact": "[email protected]",
"additionalInfo": "CAVEATS: The model trained in this paper alone is not sufficient to do extract relations from a document. It requires other models to perform entity recognition and coreference between the entities. For this demo, two other pretrained models from AllenNLP is used: Fine Grained Name Entity Recognition and Coreference SpanBERT."
}
4 changes: 4 additions & 0 deletions demo_api/nea/model_card/nea.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"text": "https://github.com/nusnlp/nea",
"url": "https://github.com/nusnlp/nea"
},
"license": {
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
"url": "https://choosealicense.com/licenses/gpl-3.0"
},
"contact": "[email protected]"
}
4 changes: 4 additions & 0 deletions demo_api/rumour_detection_twitter/model_card/rumour.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"text": "https://github.com/serenaklm/rumor_detection",
"url": "https://github.com/serenaklm/rumor_detection"
},
"license": {
"text": "MIT License",
"url": "https://choosealicense.com/licenses/mit"
},
"contact": "[email protected]"
}
4 changes: 4 additions & 0 deletions demo_api/span_extraction/model_card/span_extraction.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"text": "https://github.com/declare-lab/RECCON",
"url": "https://github.com/declare-lab/RECCON"
},
"license": {
"text": "MIT License",
"url": "https://choosealicense.com/licenses/mit"
},
"contact": "[email protected]"
}
4 changes: 4 additions & 0 deletions demo_api/ufd/model_card/ufd.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"text": "https://github.com/lijuntaopku/UFD",
"url": "https://github.com/lijuntaopku/UFD"
},
"license": {
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
"url": "https://choosealicense.com/licenses/gpl-3.0"
},
"contact": "[email protected]"
}

0 comments on commit 6d53e3b

Please sign in to comment.