Update README.md
Browse files
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
|
| 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="
|
| 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 |
)
|