Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ from datetime import datetime
|
|
35 |
|
36 |
class GPUPredictions:
|
37 |
def __init__(self,
|
38 |
-
model_id="testmoto/gemma-2-
|
39 |
adapter_path=None,
|
40 |
max_tokens=1024,
|
41 |
temp=0.0,
|
@@ -215,7 +215,7 @@ class GPUPredictions:
|
|
215 |
from GPUPredictions import GPUPredictions
|
216 |
|
217 |
predictor = GPUPredictions(
|
218 |
-
model_id="testmoto/gemma-2-
|
219 |
)
|
220 |
results = predictor.run_inference(
|
221 |
input_file="elyza-tasks-100-TV_0.jsonl",
|
|
|
35 |
|
36 |
class GPUPredictions:
|
37 |
def __init__(self,
|
38 |
+
model_id="testmoto/gemma-2-lora-dpo-moe-1",
|
39 |
adapter_path=None,
|
40 |
max_tokens=1024,
|
41 |
temp=0.0,
|
|
|
215 |
from GPUPredictions import GPUPredictions
|
216 |
|
217 |
predictor = GPUPredictions(
|
218 |
+
model_id="testmoto/gemma-2-lora-dpo-moe-1"
|
219 |
)
|
220 |
results = predictor.run_inference(
|
221 |
input_file="elyza-tasks-100-TV_0.jsonl",
|