Upload README.md for citations
#27
by
yannisk2
- opened
Thanks for putting this together! Review comments follow.
- Please remove the old Granite-Experiments stuff in the first two paragraphs; this intrinsic is no longer part of the Granite-Experiments collection
- "This is a a family" => "This is a family"
- Hugging Face's Tranformers library is spelled with a capital "T".
- The correct install command for
granite-common
ispip install granite-common
. - The lines
in the code examples can be replaced with justintrinsic_kwargs = {} rewritten_request = rewriter.transform(request_json, **intrinsic_kwargs)
rewritten_request = rewriter.transform(request_json)
cguna
changed pull request status to
merged