tingkaichiu commited on
Commit
8687062
·
verified ·
1 Parent(s): 5de0145
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
 
2
  # Minimal Transformer Demo
3
 
@@ -20,4 +25,4 @@ model = MinimalTransformer() # Use appropriate parameters
20
  model.load_state_dict(state_dict)
21
  model.eval() # Set to evaluation mode
22
 
23
- # Now you can use the model for inference
 
1
+ ---
2
+ license: mit
3
+ metrics:
4
+ - accuracy
5
+ ---
6
 
7
  # Minimal Transformer Demo
8
 
 
25
  model.load_state_dict(state_dict)
26
  model.eval() # Set to evaluation mode
27
 
28
+ # Now you can use the model for inference