Triangle104 commited on
Commit
97ad90b
·
verified ·
1 Parent(s): 055fe1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -24,6 +24,53 @@ extra_gated_button_content: Acknowledge license
24
  This model was converted to GGUF format from [`google/txgemma-9b-chat`](https://huggingface.co/google/txgemma-9b-chat) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
25
  Refer to the [original model card](https://huggingface.co/google/txgemma-9b-chat) for more details on the model.
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ## Use with llama.cpp
28
  Install llama.cpp through brew (works on Mac and Linux)
29
 
 
24
  This model was converted to GGUF format from [`google/txgemma-9b-chat`](https://huggingface.co/google/txgemma-9b-chat) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
25
  Refer to the [original model card](https://huggingface.co/google/txgemma-9b-chat) for more details on the model.
26
 
27
+ ---
28
+ TxGemma is a collection of lightweight, state-of-the-art, open language models
29
+ built upon Gemma 2, fine-tuned for therapeutic development. It comes in 3 sizes,
30
+ 2B, 9B, and 27B.
31
+
32
+ TxGemma models are designed to process and understand information related to
33
+ various therapeutic modalities and targets, including small molecules, proteins,
34
+ nucleic acids, diseases, and cell lines. TxGemma excels at tasks such as
35
+ property prediction, and can serve as a foundation for further fine-tuning or as
36
+ an interactive, conversational agent for drug discovery. The model is fine-tuned
37
+ from Gemma 2 using a diverse set of instruction-tuning datasets, curated from
38
+ the Therapeutics Data Commons (TDC).
39
+
40
+ TxGemma is offered as both a prediction model that expects a narrow form of
41
+ prompting and for the 9B and 27B version, conversational models that are more
42
+ flexible and can be used in multi-turn interactions, including to explain its
43
+ rationale behind a prediction. This conversational model comes at the expense of
44
+ some raw prediction performance. See our manuscript
45
+ for more information.
46
+
47
+ Key Features
48
+ -
49
+ -Versatility: Exhibits strong performance across a wide range of therapeutic
50
+ tasks, outperforming or matching best-in-class performance on a significant
51
+ number of benchmarks.
52
+
53
+ -Data Efficiency: Shows competitive performance even with limited data
54
+ compared to larger models, offering improvements over its predecessors.
55
+
56
+ -Conversational Capability (TxGemma-Chat): Includes conversational variants
57
+ that can engage in natural language dialogue and explain the reasoning
58
+ behind their predictions.
59
+
60
+ -Foundation for Fine-tuning: Can be used as a pre-trained foundation for
61
+ specialized use cases.
62
+
63
+ Potential Applications
64
+ -
65
+ TxGemma can be a valuable tool for researchers in the
66
+ following areas:
67
+
68
+ Accelerated Drug Discovery: Streamline the therapeutic development process
69
+ by predicting properties of therapeutics and targets for a wide variety of
70
+ tasks including target identification, drug-target interaction prediction,
71
+ and clinical trial approval prediction.
72
+
73
+ ---
74
  ## Use with llama.cpp
75
  Install llama.cpp through brew (works on Mac and Linux)
76