Jiqing commited on
Commit
923c185
·
verified ·
1 Parent(s): 7ec9d99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -5,3 +5,13 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This is a tiny random vit model derived from "google/vit-base-patch16-224". It was uploaded by IPEXModelForCausalLM.
9
+
10
+ ```
11
+ from optimum.intel import IPEXModelForCausalLM
12
+
13
+ model = IPEXModelForCausalLM.from_pretrained("hf-internal-testing/tiny-random-vit")
14
+ model.push_to_hub("Intel/tiny-random-vit_ipex_model")
15
+ ```
16
+
17
+ This is useful for functional testing (not quality generation, since its weights are random)