testmoto commited on
Commit
6152eb7
1 Parent(s): d6b7675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-llm2024-01",
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-llm2024-01"
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",