pierluigic commited on
Commit
a12c323
·
verified ·
1 Parent(s): 396cb64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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**: [Hugging Face Model Hub](https://huggingface.co/ChangeIsKey/llama3-janus)
19
- - **Paper**: [Sense-specific Historical Word Usage Generation](https://arxiv.org/abs/XXXXXXX)
20
  - **Contact**: [email protected]
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 batch processing, refer to `predict_finetuned.py`.
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**: [email protected]
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.