a-mannion commited on
Commit
dccb8f8
1 Parent(s): 8edd451

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ For more info please check out the [paper](https://hal.science/hal-04535557/file
45
 
46
  ## Using Jargon models with HuggingFace transformers
47
 
48
- You can get started with `jargon-general-biomed` using the code snippet below:
49
 
50
  ```python
51
  from transformers import AutoModelForMaskedLM, AutoTokenizer, pipeline
 
45
 
46
  ## Using Jargon models with HuggingFace transformers
47
 
48
+ You can get started with this model using the code snippet below:
49
 
50
  ```python
51
  from transformers import AutoModelForMaskedLM, AutoTokenizer, pipeline