-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor issues for CRAN submission; RAG added to the readme
- Loading branch information
1 parent
41bb99f
commit 11ad5be
Showing
4 changed files
with
30 additions
and
5 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 |
---|---|---|
|
@@ -6,9 +6,9 @@ Authors@R: c(person("Alexander", "Christensen", email = "alexpaulchristensen@gma | |
role = "aut", comment = c(ORCID = "0000-0002-9798-7037")), | ||
person("Hudson", "Golino", email = "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-1601-1447")), | ||
person("Aleksandar", "Tomasevic", email = "[email protected]", role = c("aut", "cre"), | ||
person("Aleksandar", "Tomašević", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-4863-6051"))) | ||
Maintainer: Aleksandar Tomasevic <[email protected]> | ||
Maintainer: Aleksandar Tomašević <[email protected]> | ||
Description: Implements sentiment analysis using huggingface <https://huggingface.co> transformer zero-shot classification model pipelines for text and image data. The default text pipeline is Cross-Encoder's DistilRoBERTa <https://huggingface.co/cross-encoder/nli-distilroberta-base> and default image/video pipeline is Open AI's CLIP <https://huggingface.co/openai/clip-vit-base-patch32>. All other zero-shot classification model pipelines can be implemented using their model name from <https://huggingface.co/models?pipeline_tag=zero-shot-classification>. | ||
License: GPL (>= 3.0) | ||
Encoding: UTF-8 | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.