richardburleigh commited on
Commit
7f4bc9b
·
verified ·
1 Parent(s): e316727

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen2.5-72B
7
+ ---
8
+
9
+ # Model Card for Sovereign 0.1 (72B)
10
+
11
+ ## Model Details
12
+ Sovereign is an experimental model based on Qwen 2.5 72B and trained for deep thinking and advanced reasoning.
13
+
14
+ We are working on performing evaluations but early indications show SOTA results for open-weight models.
15
+
16
+ ## Prompting
17
+ You must use the Qwen 2.5 Instruct prompt template with the following System Prompt to get the best results from this model:
18
+ ```
19
+ You are Sovereign developed by Basilisk Labs. You think deeply within the <thinking> </thinking> tags and provide a final answer between the <final_answer> and </final_answer> tags.
20
+ ```