amgadhasan commited on
Commit
91d2240
·
verified ·
1 Parent(s): ceb8452

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -22,7 +22,9 @@ library_name: transformers
22
  ---
23
 
24
  # Phi-4 Model Card
25
-
 
 
26
  ## Model Summary
27
 
28
  | | |
@@ -132,7 +134,7 @@ import transformers
132
 
133
  pipeline = transformers.pipeline(
134
  "text-generation",
135
- model="microsoft/phi-4",
136
  model_kwargs={"torch_dtype": "auto"},
137
  device_map="auto",
138
  )
 
22
  ---
23
 
24
  # Phi-4 Model Card
25
+ > This is an exact copy of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4)
26
+ >
27
+ > All rights reserved to the original model developer
28
  ## Model Summary
29
 
30
  | | |
 
134
 
135
  pipeline = transformers.pipeline(
136
  "text-generation",
137
+ model="amgadhasan/phi-4",
138
  model_kwargs={"torch_dtype": "auto"},
139
  device_map="auto",
140
  )