vtabbott commited on
Commit
0fe5838
1 Parent(s): 81a61ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  ```python
2
  import torch
3
  import typing
@@ -703,4 +708,4 @@ class Tracker(nn.Module):
703
  y_size = size_to_string(x.size())
704
  print(f"{self.name}: \t {x_size} -> {y_size}")
705
  return x
706
- ```
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ ---
6
  ```python
7
  import torch
8
  import typing
 
708
  y_size = size_to_string(x.size())
709
  print(f"{self.name}: \t {x_size} -> {y_size}")
710
  return x
711
+ ```