chenkq commited on
Commit
ad963e0
1 Parent(s): 6ce4478

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -45,6 +45,9 @@ with torch.no_grad():
45
  outputs = outputs[:, inputs['input_ids'].shape[1]:]
46
  print(tokenizer.decode(outputs[0]))
47
 
 
 
 
48
  ```
49
 
50
  # 方法(Method)
 
45
  outputs = outputs[:, inputs['input_ids'].shape[1]:]
46
  print(tokenizer.decode(outputs[0]))
47
 
48
+ # Two professional basketball players are playing against each other. On the left side, there is Kobe Bryant wearing a yellow jersey with the
49
+ # number 24 on it. He is holding a brown basketball. On the right side, there is another player wearing a blue and red jersey, blocking Kobe's
50
+ # movement. Behind them, there are many spectators watching the game.</s>
51
  ```
52
 
53
  # 方法(Method)