Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ tags:
|
|
14 |
|
15 |
TheProfessor is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
Credit and appreciation goes to the authors of the aggregate models.
|
22 |
- cognitivecomputations/dolphin-2.2-70b
|
@@ -24,10 +24,10 @@ Credit and appreciation goes to the authors of the aggregate models.
|
|
24 |
- migtissera/SynthIA-70B-v1.2b
|
25 |
- epfl-llm/meditron-70b
|
26 |
|
27 |
-
|
28 |
|
29 |
Prompt format:
|
30 |
-
|
31 |
```
|
32 |
<|im_start|>system
|
33 |
You are TheProfessor, a helpful AI assistant.<|im_end|>
|
@@ -49,7 +49,7 @@ Please give me ideas for my dissertation. My Ph.D. is Neuroscience, I like to f
|
|
49 |
## Merge Details
|
50 |
### Merge Method
|
51 |
|
52 |
-
|
53 |
|
54 |
### Models Merged
|
55 |
|
@@ -61,7 +61,7 @@ The following models were included in the merge:
|
|
61 |
|
62 |
### Configuration
|
63 |
|
64 |
-
The following YAML configuration was used to produce
|
65 |
|
66 |
```yaml
|
67 |
merge_method: linear # use linear so we can include multiple models, albeit at a zero weight
|
|
|
14 |
|
15 |
TheProfessor is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
16 |
|
17 |
+
TheProfessor was created by Eric Hartford, with much appreciated help from Weyaxi and Charles Goddard, and AbacusAI's Generative AI team.
|
18 |
|
19 |
+
TheProfessor can be used for many things - but the focus was to give it broad conversational, reasoning, scientific, medical, and mathematical skills, useful for interactively brainstorming and research. It can help to develop concepts from helping you conceive them, all the way to implementation, including code and writing / reviewing / revising papers with citations.
|
20 |
|
21 |
Credit and appreciation goes to the authors of the aggregate models.
|
22 |
- cognitivecomputations/dolphin-2.2-70b
|
|
|
24 |
- migtissera/SynthIA-70B-v1.2b
|
25 |
- epfl-llm/meditron-70b
|
26 |
|
27 |
+
TheProfessor is subject to the Llama 2 license.
|
28 |
|
29 |
Prompt format:
|
30 |
+
TheProfessor uses ChatML prompt format.
|
31 |
```
|
32 |
<|im_start|>system
|
33 |
You are TheProfessor, a helpful AI assistant.<|im_end|>
|
|
|
49 |
## Merge Details
|
50 |
### Merge Method
|
51 |
|
52 |
+
TheProfessor was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
53 |
|
54 |
### Models Merged
|
55 |
|
|
|
61 |
|
62 |
### Configuration
|
63 |
|
64 |
+
The following YAML configuration was used to produce TheProfessor:
|
65 |
|
66 |
```yaml
|
67 |
merge_method: linear # use linear so we can include multiple models, albeit at a zero weight
|