vsagar100 commited on
Commit
3344c31
·
verified ·
1 Parent(s): a9a2195

Changed model to 1B

Browse files
Files changed (1) hide show
  1. lib/code_reviewer.py +1 -1
lib/code_reviewer.py CHANGED
@@ -13,7 +13,7 @@ import io
13
  from typing import List, Dict
14
 
15
  class CodeReviewer:
16
- def __init__(self, model_name: str = "facebook/incoder-6B"):
17
  """
18
  Initializes the code reviewer with the specified language model.
19
 
 
13
  from typing import List, Dict
14
 
15
  class CodeReviewer:
16
+ def __init__(self, model_name: str = "facebook/incoder-1B"):
17
  """
18
  Initializes the code reviewer with the specified language model.
19