lingkai commited on
Commit
2e9036c
·
verified ·
1 Parent(s): 1a3a8ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -26,6 +26,12 @@ The model was trained with the following configuration:
26
 
27
  Additional specific performance-enhancing flags enabled during training: `--torchcompile`, `--local-loss`, and `--gather-with-grad`.
28
 
 
 
 
 
 
 
29
  ## Usage
30
 
31
  ```python
 
26
 
27
  Additional specific performance-enhancing flags enabled during training: `--torchcompile`, `--local-loss`, and `--gather-with-grad`.
28
 
29
+ ## Evaluation
30
+
31
+ - **Eval Epoch**: 0
32
+ - **imagenet-zeroshot-val-top1**: 0.6086
33
+ - **imagenet-zeroshot-val-top5**: 0.8632
34
+
35
  ## Usage
36
 
37
  ```python