Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ The `sgarbi/gpt-nq-prompt-generator` is designed with specificity in mind.
|
|
65 |
|
66 |
### Note:
|
67 |
While the model recognizes a diverse range of job titles, it's always possible that some niche or highly specialized roles might receive less detailed or generic outputs. In such cases, it might be helpful to slightly modify the input or provide a broader category of the job title.
|
68 |
-
|
69 |
```python
|
70 |
from transformers import GPT2Tokenizer, GPT2LMHeadModel
|
71 |
import torch
|
|
|
65 |
|
66 |
### Note:
|
67 |
While the model recognizes a diverse range of job titles, it's always possible that some niche or highly specialized roles might receive less detailed or generic outputs. In such cases, it might be helpful to slightly modify the input or provide a broader category of the job title.
|
68 |
+
|
69 |
```python
|
70 |
from transformers import GPT2Tokenizer, GPT2LMHeadModel
|
71 |
import torch
|