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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -74,6 +74,12 @@ danger, the latter when I think of him.
74
  “I have been occupied in making a man, and he is perfect. I have
75
  given him the utmost extent of my own faculties, and more. He
76
 
 
 
 
 
 
 
77
 
78
  ## Usage
79
 
@@ -99,7 +105,7 @@ 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
 
 
74
  “I have been occupied in making a man, and he is perfect. I have
75
  given him the utmost extent of my own faculties, and more. He
76
 
77
+ **Limitations and Biases:**
78
+ - This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
79
+ - Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
80
+
81
+ #**Acknowledgments:**
82
+ This project was completed as a fine-tuning practice project. Special thanks to the Hugging Face community for their tools and resources.
83
 
84
  ## Usage
85
 
 
105
 
106
  print(generated_text)
107
 
108
+ **Limitations and Biases:**
109
  - This model is trained specifically on the text of "Frankenstein" and may not generalize well to other texts or styles.
110
  - Potential biases present in the original text of "Frankenstein" will be reflected in the generated outputs.
111