ayoubkirouane commited on
Commit
db525a1
1 Parent(s): ced5145

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -34,3 +34,16 @@ This two-stage approach involves quantizing parameters and introducing learnable
34
  This dataset is sourced from the arXiv repository, encompassing a wide range of topics within the field of physics.
35
 
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  This dataset is sourced from the arXiv repository, encompassing a wide range of topics within the field of physics.
35
 
36
 
37
+ Usage (High-level) :
38
+ ```
39
+ !pip install -q -U git+https://github.com/huggingface/transformers.git
40
+
41
+ ```
42
+
43
+ ``` python
44
+
45
+ from transformers import pipeline
46
+
47
+ pipe = pipeline("text-generation", model="ayoubkirouane/phi-2-arxiv-physics")
48
+
49
+ ```