MaziyarPanahi commited on
Commit
1b8fb88
·
verified ·
1 Parent(s): 7bc474e

Clarify OpenMed MLX artifact name in model card

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -77,14 +77,16 @@ response = generate_text(
77
  "content": "Explain why local clinical language models matter.",
78
  }
79
  ],
80
- model_name="kogai/laneformer-2b-it",
81
  max_tokens=128,
82
  )
83
  print(response)
84
  ```
85
 
86
- OpenMed resolves `kogai/laneformer-2b-it`, `laneformer-2b-it`, and
87
- `OpenMed/laneformer-2b-it-q4-mlx` to this MLX artifact.
 
 
88
 
89
  ## Use This Preconverted MLX Repo Directly
90
 
 
77
  "content": "Explain why local clinical language models matter.",
78
  }
79
  ],
80
+ model_name="OpenMed/laneformer-2b-it-q4-mlx",
81
  max_tokens=128,
82
  )
83
  print(response)
84
  ```
85
 
86
+ Use `OpenMed/laneformer-2b-it-q4-mlx` when you want this preconverted MLX
87
+ artifact explicitly. OpenMed also accepts `kogai/laneformer-2b-it` and
88
+ `laneformer-2b-it` as compatibility aliases that resolve to this private
89
+ OpenMed artifact.
90
 
91
  ## Use This Preconverted MLX Repo Directly
92