mind2cloud commited on
Commit
3023ad8
·
verified ·
1 Parent(s): bbc7cac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,8 @@ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
4
  library_name: peft
5
  ---
6
 
7
- The DeepSeek-R1-Distill-Qwen-7B model has been fine-tuned **to predict hyperparameters for neural network models**. By leveraging the power of large language models (LLMs), this fine-tuned version can analyze neural network architectures and generate optimal hyperparameter configurations — such as learning rate, batch size, dropout, and momentum, etc. — for a given task. This approach provides a competitive alternative to traditional optimization methods like Optuna Framework.
 
8
 
9
  ## Model Details
10
  - Developed by: [Roman Kochnev / ABrain]
 
4
  library_name: peft
5
  ---
6
 
7
+ The DeepSeek-R1-Distill-Qwen-7B model has been fine-tuned **to predict hyperparameters for neural network models**. Leveraging the power of large language models (LLMs), this version can analyze neural network architectures and generate optimal hyperparameter configurations — such as learning rate, batch size, dropout, momentum, and so on — for a given task. This approach offers a competitive alternative to traditional optimization methods like the Optuna Framework.
8
+
9
 
10
  ## Model Details
11
  - Developed by: [Roman Kochnev / ABrain]