parth-ptl-97 commited on
Commit
7bc1647
1 Parent(s): 378b98e

add model type in config json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "reward_model": {
3
  "model_path": "parth-ptl-97/reinforcement-learning-human-feedback"
4
- }
 
5
  }
 
1
  {
2
  "reward_model": {
3
  "model_path": "parth-ptl-97/reinforcement-learning-human-feedback"
4
+ },
5
+ "model_type":"reinforcement-learning-human-feedback"
6
  }