Jiqing commited on
Commit
c32aed8
·
verified ·
1 Parent(s): 43e5199

Create README.md

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