jamander commited on
Commit
9efc3ed
·
verified ·
1 Parent(s): 4700540

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,10 +99,10 @@ generated_text = tokenizer.decode(outputs[0], skip_special_tokens=True)
99
 
100
  print(generated_text)
101
 
102
- **Limitations and Biases:**
103
  - This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
104
  - Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
105
 
106
- **Acknowledgments:**
107
  This project was completed as a fine-tuning practice project. Special thanks to the Hugging Face community for their tools and resources.
108
 
 
99
 
100
  print(generated_text)
101
 
102
+ #**Limitations and Biases:**
103
  - This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
104
  - Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
105
 
106
+ #**Acknowledgments:**
107
  This project was completed as a fine-tuning practice project. Special thanks to the Hugging Face community for their tools and resources.
108