Skip to content

Commit

Permalink
[no ci] README
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Apr 1, 2023
1 parent 6e89479 commit b7f319b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### News and Announcements
- **2023-04-01**
- **ktrain 0.35.x** is released and supports Generative AI using an instruction-fine-tuned version of GPT-J that can run on your own machine. See the [example notebook](https://nbviewer.jupyter.org/github/amaiya/ktrain/blob/develop/examples/text/generative_ai_example.ipynb) for more information.
- **ktrain 0.35.x** is released and supports Generative AI using an instruction-fine-tuned version of GPT-J that can run on your own machine. See the [example notebook](https://nbviewer.jupyter.org/github/amaiya/ktrain/blob/develop/examples/text/generative_ai_example.ipynb) for more information. Supply prompts in the form of instructions for what you want the model to do:
```python
# Example: Generative AI in ktrain
from ktrain.text.generative_ai import GenerativeAI
Expand Down
2 changes: 1 addition & 1 deletion examples/text/generative_ai_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Notice that the words \"strength\" and \"power\" were used in this description of this men's shirt. We call attention to this, as output of this model may potentially be biased. Such bias may reveal itself more in tasks that are more generative and less extractive in nature like this and the next examples."
"Notice that the words \"strength\" and \"power\" were used in this description of this men's shirt. We call attention to this, as output of this model may potentially be biased, harmful, or offensive. Such issues may reveal itself more in tasks that are more generative and less extractive in nature like this and the next examples."
]
},
{
Expand Down

0 comments on commit b7f319b

Please sign in to comment.