Updating README.md to introduce sanctions integration
Updating the README to launch the new gated model sanctions integration.
Hey @samuelselvanmeta, it looks like the tags
and language
fields have disappeared from the README metadata in the PR (license
is still there though).
The extra_gated_prompt
and extra_gated_fields
fields look good (especially geo: ip_location
).
language:
- en
tags:
- facebook
- meta
- pytorch
- llama
- llama-2
Hmm, I realized that after I sent this PR. Trying to see how I can edit and add that back.
PR #20 looks good to me!
Just for your info, if you want to edit a PR from the browser, you can click on from: refs/pr/19
at the top:
Then select README.md
:
And then click on edit
:
Edit the file > create commit > that's it!
If you are using programmatic access (i.e. a script), you can update the file by passing revision="refs/pr/19"
as a parameter.