codelion commited on
Commit
3d69028
·
verified ·
1 Parent(s): 6a3db2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,7 +11,11 @@ language:
11
  - en
12
  ---
13
 
14
- # Uploaded model
 
 
 
 
15
 
16
  - **Developed by:** codelion
17
  - **License:** apache-2.0
 
11
  - en
12
  ---
13
 
14
+ # Llama-3.3-70B-o1 Thinker Model
15
+
16
+ This model was fine-tuned on CoT-style reasoning traces. The model will respond with a _thinking_ trace
17
+ between the <|begin_of_thought|> and <|end_of_thought|> tags. The final answer will be between the <|begin_of_solution|>
18
+ and <|end_of_solution|> tags.
19
 
20
  - **Developed by:** codelion
21
  - **License:** apache-2.0