6cf commited on
Commit
b9e88d6
·
verified ·
1 Parent(s): aad629a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -82,6 +82,18 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
82
 
83
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
84
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
  # Traning Dataset
87
 
 
82
 
83
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
84
 
85
+ # Example Outputs
86
+
87
+ ```
88
+ Alright,
89
+
90
+ ...
91
+
92
+ **Final Idea:** Engineering exosomes to express checkpoint inhibitors on their surface for targeted delivery to the tumor microenvironment, with the aim of enhancing
93
+ immune-mediated elimination of cancer cells. This approach combines the natural tropism of exosomes for tumor sites with the immunostimulatory effects of checkpoint inhibitors, potentially leading to more effective and less toxic cancer treatments.
94
+ ```
95
+
96
+
97
 
98
  # Traning Dataset
99