Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,8 @@ if use_file:
|
|
100 |
with open(file_path, 'r', encoding='utf-8') as file:
|
101 |
new_text = file.read()
|
102 |
else:
|
103 |
-
new_text = "
|
|
|
104 |
|
105 |
# Encode the text using the same tokenizer used during training
|
106 |
encoded_input = tokenizer(new_text, return_tensors='pt', padding=True, truncation=True, max_length=64)
|
|
|
100 |
with open(file_path, 'r', encoding='utf-8') as file:
|
101 |
new_text = file.read()
|
102 |
else:
|
103 |
+
new_text = "President Joe Biden said on Wednesday he pulled out of the race against Republican Donald Trump over concerns about the future of U.S. democracy, explaining he was stepping aside to allow a new generation to take over in his first public remarks since ending his re-election bid.
|
104 |
+
In an Oval Office address, Biden invoked previous presidents Thomas Jefferson, George Washington, and Abraham Lincoln as he described his love for the office that he will leave in six months, capping a half century in public office."
|
105 |
|
106 |
# Encode the text using the same tokenizer used during training
|
107 |
encoded_input = tokenizer(new_text, return_tensors='pt', padding=True, truncation=True, max_length=64)
|