6cf commited on
Commit
692516d
Β·
verified Β·
1 Parent(s): 3ca7a05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  # IdeaWhiz Model Card 🧠
21
 
22
  ## Model Summary πŸ”¬
23
- IdeaWhiz is a fine-tuned version of QwQ-32B-Preview, specifically optimized for scientific creativity and step-by-step reasoning. The model leverages the LiveIdeaBench dataset to enhance its capabilities in generating novel scientific ideas and hypotheses.
24
 
25
  ## Key Features 🌟
26
  - Base Model: QwQ-32B-Preview πŸ”‹
@@ -44,6 +44,7 @@ ollama run 6cf/QwQ-32B-Preview-IdeaWhiz-v1
44
 
45
  # Example User Inputs
46
 
 
47
  ```
48
  I'll be submitting your next responses to a "Good Scientific Idea" expert review panel.
49
  If they consider your idea to be a good one, you'll receive a reward. Your assigned
@@ -57,22 +58,22 @@ MUST give your answer after **Final Idea:**
57
  # Example Outputs
58
 
59
 
60
- ```
61
- Alright, so I have this task to come up with a good scientific idea related to cancer,
62
  and it has to be novel, verifiable, practically valuable, and able to advance the field.
63
  Plus, it needs to be within 100 words, including any background information.
64
  That's a pretty tight constraint, but I think I can manage. First, ...
65
-
66
- ...
67
-
68
- **Final Idea:** propose a novel approach to cancer treatment by developing personalized
69
  cancer vaccines tailored to each patient's unique tumor mutations. By integrating machine
70
  learning algorithms with comprehensive omics data, including genomics, epigenetics,
71
  transcriptomics, and proteomics, this method aims to identify and prioritize the most
72
  immunogenic tumor-specific antigens. This integrated strategy could enhance vaccine
73
  efficacy and represents an advancement in precision medicine for cancer treatment.
74
- ```
75
 
 
76
 
77
  # Traning Dataset
78
 
 
20
  # IdeaWhiz Model Card 🧠
21
 
22
  ## Model Summary πŸ”¬
23
+ **IdeaWhiz** is a fine-tuned version of QwQ-32B-Preview, specifically optimized for scientific creativity and step-by-step reasoning. The model leverages the **LiveIdeaBench** dataset to enhance its capabilities in generating novel scientific ideas and hypotheses.
24
 
25
  ## Key Features 🌟
26
  - Base Model: QwQ-32B-Preview πŸ”‹
 
44
 
45
  # Example User Inputs
46
 
47
+ User:
48
  ```
49
  I'll be submitting your next responses to a "Good Scientific Idea" expert review panel.
50
  If they consider your idea to be a good one, you'll receive a reward. Your assigned
 
58
  # Example Outputs
59
 
60
 
61
+ Assistant:
62
+ > Alright, so I have this task to come up with a good scientific idea related to cancer,
63
  and it has to be novel, verifiable, practically valuable, and able to advance the field.
64
  Plus, it needs to be within 100 words, including any background information.
65
  That's a pretty tight constraint, but I think I can manage. First, ...
66
+ >
67
+ > ...
68
+ >
69
+ > **Final Idea:** propose a novel approach to cancer treatment by developing personalized
70
  cancer vaccines tailored to each patient's unique tumor mutations. By integrating machine
71
  learning algorithms with comprehensive omics data, including genomics, epigenetics,
72
  transcriptomics, and proteomics, this method aims to identify and prioritize the most
73
  immunogenic tumor-specific antigens. This integrated strategy could enhance vaccine
74
  efficacy and represents an advancement in precision medicine for cancer treatment.
 
75
 
76
+ ----
77
 
78
  # Traning Dataset
79