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