Skip to content

Commit 5708322

Browse files
committed
Add licenses in model cards
1 parent af22369 commit 5708322

File tree

7 files changed

+29
-2
lines changed

7 files changed

+29
-2
lines changed

demo_api/emotion_entailment/model_card/emotion_entailment.json

+4
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"text": "https://github.com/declare-lab/RECCON",
3434
"url": "https://github.com/declare-lab/RECCON"
3535
},
36+
"license": {
37+
"text": "MIT License",
38+
"url": "https://choosealicense.com/licenses/mit"
39+
},
3640
"contact": "[email protected]"
3741
}

demo_api/lif_3way_ap/model_card/lif_3way_ap.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"text": "https://github.com/nusnlp/LIF",
3737
"url": "https://github.com/nusnlp/LIF"
3838
},
39-
"contact": "[email protected]",
40-
"additionalInfo": "-"
39+
"license": {
40+
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
41+
"url": "https://choosealicense.com/licenses/gpl-3.0"
42+
},
43+
"contact": "[email protected]"
4144
}

demo_api/lsr/model_card/lsr.json

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"text": "https://github.com/nanguoshun/LSR",
3737
"url": "https://github.com/nanguoshun/LSR"
3838
},
39+
"license": {
40+
"text": "MIT License",
41+
"url": "https://choosealicense.com/licenses/mit"
42+
},
3943
"contact": "[email protected]",
4044
"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."
4145
}

demo_api/nea/model_card/nea.json

+4
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"text": "https://github.com/nusnlp/nea",
3434
"url": "https://github.com/nusnlp/nea"
3535
},
36+
"license": {
37+
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
38+
"url": "https://choosealicense.com/licenses/gpl-3.0"
39+
},
3640
"contact": "[email protected]"
3741
}

demo_api/rumour_detection_twitter/model_card/rumour.json

+4
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@
3636
"text": "https://github.com/serenaklm/rumor_detection",
3737
"url": "https://github.com/serenaklm/rumor_detection"
3838
},
39+
"license": {
40+
"text": "MIT License",
41+
"url": "https://choosealicense.com/licenses/mit"
42+
},
3943
"contact": "[email protected]"
4044
}

demo_api/span_extraction/model_card/span_extraction.json

+4
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"text": "https://github.com/declare-lab/RECCON",
3434
"url": "https://github.com/declare-lab/RECCON"
3535
},
36+
"license": {
37+
"text": "MIT License",
38+
"url": "https://choosealicense.com/licenses/mit"
39+
},
3640
"contact": "[email protected]"
3741
}

demo_api/ufd/model_card/ufd.json

+4
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"text": "https://github.com/lijuntaopku/UFD",
3434
"url": "https://github.com/lijuntaopku/UFD"
3535
},
36+
"license": {
37+
"text": "For non-commercial use: GNU GPLv3. For commercial use, please contact us.",
38+
"url": "https://choosealicense.com/licenses/gpl-3.0"
39+
},
3640
"contact": "[email protected]"
3741
}

0 commit comments

Comments
 (0)