-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from jonheng/model-card-licenses
Add licenses in model cards
- Loading branch information
Showing
7 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} |