KevSun commited on
Commit
e6de50c
·
verified ·
1 Parent(s): c597078

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 = "I really enjoy working on complex problems and collaborating with others."
 
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)