ikedachin commited on
Commit
2cfc6c0
·
verified ·
1 Parent(s): 83545ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -97,9 +97,11 @@ print(tokenizer.decode(outputs[0]))
97
  * Training was performed on a **ThinkStation PGX** workstation.
98
  * Built upon the [Qwen 2.5](https://huggingface.co/Qwen) architecture.
99
 
100
- ## Training Infrastructure (ThinkStation PGX)
101
 
102
- This model was trained on a local **Lenovo ThinkStation PGX** to ensure high-performance stability.
103
- For a detailed step-by-step guide on how this environment was configured and the specific challenges faced, please refer to my **[technical blog post on Qiita](https://qiita.com/ikedachin/items/ac9dfd2e3597ebe1f306)** (Japanese Only).
 
 
 
104
 
105
  ```
 
97
  * Training was performed on a **ThinkStation PGX** workstation.
98
  * Built upon the [Qwen 2.5](https://huggingface.co/Qwen) architecture.
99
 
 
100
 
101
+ ## Purpose of this Project
102
+ This model is a byproduct of **environment verification**.
103
+ I aimed to confirm that the **ThinkStation PGX** can handle the heavy computation required for GRPO (Group Relative Policy Optimization).
104
+
105
+ For the detailed verification process and hardware setup, please see my **[Qiita article(Japanese Only)](https://qiita.com/ikedachin/items/ac9dfd2e3597ebe1f306)**.
106
 
107
  ```