Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,25 @@ datasets:
|
|
4 |
- dbands/ChemistryCoder
|
5 |
- iamtarun/python_code_instructions_18k_alpaca
|
6 |
- AI-MO/NuminaMath-CoT
|
|
|
7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
2024-08-01: This model is still making up chemical SMILE combinations, I will resolve this through fine tuning. I have also started training the model on mathimatical reasoning.
|
9 |
This model makes stuff up, lots of stuff. I do like the fact that the model creates working code though.
|
10 |
|
|
|
4 |
- dbands/ChemistryCoder
|
5 |
- iamtarun/python_code_instructions_18k_alpaca
|
6 |
- AI-MO/NuminaMath-CoT
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
2024-08-05: Use the following prompting to get the best out of this model:
|
10 |
+
|
11 |
+
alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
12 |
+
|
13 |
+
### Instruction:
|
14 |
+
{}
|
15 |
+
|
16 |
+
### Input:
|
17 |
+
{}
|
18 |
+
|
19 |
+
### Response:
|
20 |
+
{}"""
|
21 |
+
|
22 |
+
The model will return the Response.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
2024-08-01: This model is still making up chemical SMILE combinations, I will resolve this through fine tuning. I have also started training the model on mathimatical reasoning.
|
27 |
This model makes stuff up, lots of stuff. I do like the fact that the model creates working code though.
|
28 |
|