PyTorch
qwen2
ariaattarml commited on
Commit
a30b106
·
verified ·
1 Parent(s): e774c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,13 +8,14 @@ base_model:
8
  # S0 Series Models
9
 
10
  ## Overview
11
- The s0 v0.1 model represents our early preview line of open reasoning models, specifically trained using process supervision on synthetic data. These models are designed to excel at general reasoning tasks while maintaining transparency in their thought processes.
12
 
13
  ## Future Specialized Releases
14
- We plan to expand the s0 series with specialized variants optimized for specific domains:
15
 
16
  - Code Generation
17
  - Query Generation
 
18
 
19
 
20
  ```python
 
8
  # S0 Series Models
9
 
10
  ## Overview
11
+ The S0 v0.1 model by [TensorStax](https://tensorstax.com) is an early preview line of open reasoning models, specifically trained using process supervision on synthetic data. These models are designed to excel at general reasoning tasks while maintaining transparency in their thought processes.
12
 
13
  ## Future Specialized Releases
14
+ We plan to expand the S0 series with specialized variants optimized for specific domains:
15
 
16
  - Code Generation
17
  - Query Generation
18
+ - Long horizon agency
19
 
20
 
21
  ```python