ehartford commited on
Commit
15c4c0e
1 Parent(s): 36fabcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - cognitivecomputations/dolphin-2.2-70b
5
  - WizardLM/WizardMath-70B-V1.0
@@ -16,6 +16,14 @@ TheProfessor is a merge of pre-trained language models created using [mergekit](
16
 
17
  This model 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.
18
 
 
 
 
 
 
 
 
 
19
  Prompt format:
20
  This model uses ChatML prompt format.
21
  ```
 
1
  ---
2
+ license: llama2
3
  base_model:
4
  - cognitivecomputations/dolphin-2.2-70b
5
  - WizardLM/WizardMath-70B-V1.0
 
16
 
17
  This model 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.
18
 
19
+ Credit and appreciation goes to the authors of the aggregate models.
20
+ - cognitivecomputations/dolphin-2.2-70b
21
+ - WizardLM/WizardMath-70B-V1.0
22
+ - migtissera/SynthIA-70B-v1.2b
23
+ - epfl-llm/meditron-70b
24
+
25
+ This model is subject to the Llama 2 license.
26
+
27
  Prompt format:
28
  This model uses ChatML prompt format.
29
  ```