Skip to content

Commit c5df66d

Browse files
authored
Merge pull request #180 from tiffc/txgemma
[TxGemma] Update notebook documentation and README
2 parents f74e8fd + a4048ea commit c5df66d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

TxGemma/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ For more information on TxGemma, please visit the [HAI-DEF developer site](https
1818
}
1919
```
2020

21+
Find the paper [here](https://arxiv.org/abs/2504.06196).
22+
2123
## Inference and serving
2224

2325
| Notebook Name | Description |

TxGemma/[TxGemma]Quickstart_with_Hugging_Face.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,9 @@
514514
"source": [
515515
"### Prepare sample prompt\n",
516516
"\n",
517-
"Construct a prompt using the template and an input drug SMILES string from the [BBB (Blood-Brain Barrier), Martins et al.](https://tdcommons.ai/single_pred_tasks/adme#bbb-blood-brain-barrier-martins-et-al) dataset. This prompt will be used for generating predictions in the next sections."
517+
"Construct a prompt using the template and an input drug SMILES string from the [BBB (Blood-Brain Barrier), Martins et al.](https://tdcommons.ai/single_pred_tasks/adme#bbb-blood-brain-barrier-martins-et-al) dataset. This prompt will be used for generating predictions in the next sections.\n",
518+
"\n",
519+
"**Note:** The prompt should not be modified from the template except for replacing the inputs."
518520
]
519521
},
520522
{

TxGemma/[TxGemma]Quickstart_with_Model_Garden.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@
209209
"\n",
210210
"# @markdown Construct a prompt using the template and an input drug SMILES string from the [BBB (Blood-Brain Barrier), Martins et al.](https://tdcommons.ai/single_pred_tasks/adme#bbb-blood-brain-barrier-martins-et-al) dataset. This prompt will be used for generating predictions in the next sections.\n",
211211
"\n",
212+
"# @markdown **Note:** The prompt should not be modified from the template except for replacing the inputs.",
213+
"\n",
212214
"# Example task and input\n",
213215
"task_name = \"BBB_Martins\"\n",
214216
"input_type = \"{Drug SMILES}\"\n",

0 commit comments

Comments
 (0)