hgissbkh commited on
Commit
c33db75
·
verified ·
1 Parent(s): ba08cc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,7 +37,7 @@ These models are designed as sequence classifiers that output a sigmoid score in
37
  ### Installation
38
 
39
  ```zsh
40
- git clone [https://github.com/artefactory/BERT-as-a-Judge.git](https://github.com/artefactory/BERT-as-a-Judge.git)
41
  cd BERT-as-a-Judge
42
  pip install -e .
43
  ```
@@ -51,7 +51,7 @@ from bert_judge.judges import BERTJudge
51
 
52
  # 1) Initialize the judge
53
  judge = BERTJudge(
54
- model_path="hgissbkh/BERTJudge-Free-QCR",
55
  trust_remote_code=True,
56
  dtype="bfloat16",
57
  )
 
37
  ### Installation
38
 
39
  ```zsh
40
+ git clone https://github.com/artefactory/BERT-as-a-Judge.git
41
  cd BERT-as-a-Judge
42
  pip install -e .
43
  ```
 
51
 
52
  # 1) Initialize the judge
53
  judge = BERTJudge(
54
+ model_path="artefactory/BERTJudge-Free-QCR",
55
  trust_remote_code=True,
56
  dtype="bfloat16",
57
  )