Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ pipeline_tag: text2text-generation
|
|
| 15 |
- **Developers**: Pierluigi Cassotti, Nina Tahmasebi
|
| 16 |
- **Affiliation**: University of Gothenburg
|
| 17 |
- **License**: MIT
|
| 18 |
-
- **Repository**: [
|
| 19 |
-
- **Paper**: [Sense-specific Historical Word Usage Generation](https://
|
| 20 |
- **Contact**: pierluigi.cassotti@gu.se
|
| 21 |
|
| 22 |
### Model Description
|
|
@@ -69,7 +69,7 @@ output = model.generate(**inputs, temperature=1.0, top_p=0.9, max_new_tokens=50)
|
|
| 69 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
| 70 |
```
|
| 71 |
|
| 72 |
-
For
|
| 73 |
|
| 74 |
### Limitations & Ethical Considerations
|
| 75 |
- **Historical Bias**: The model may reflect biases present in historical texts.
|
|
|
|
| 15 |
- **Developers**: Pierluigi Cassotti, Nina Tahmasebi
|
| 16 |
- **Affiliation**: University of Gothenburg
|
| 17 |
- **License**: MIT
|
| 18 |
+
- **GitHub Repository**: [Historical Word Usage Generation](https://github.com/ChangeIsKey/historical-word-usage-generation)
|
| 19 |
+
- **Paper**: [Sense-specific Historical Word Usage Generation](https://transacl.org)
|
| 20 |
- **Contact**: pierluigi.cassotti@gu.se
|
| 21 |
|
| 22 |
### Model Description
|
|
|
|
| 69 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
| 70 |
```
|
| 71 |
|
| 72 |
+
For more examples, see the GitHub repository [Historical Word Usage Generation](https://github.com/ChangeIsKey/historical-word-usage-generation)
|
| 73 |
|
| 74 |
### Limitations & Ethical Considerations
|
| 75 |
- **Historical Bias**: The model may reflect biases present in historical texts.
|