hmthanh commited on
Commit
5d9c069
1 Parent(s): ac37bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -44,8 +44,3 @@ input_ids = torch.tensor([tokenizer.encode(sentence)])
44
  with torch.no_grad():
45
  features = phobert(input_ids) # Models outputs are now tuples
46
  ```
47
-
48
-
49
- ---
50
- license: mit
51
- ---
 
44
  with torch.no_grad():
45
  features = phobert(input_ids) # Models outputs are now tuples
46
  ```