nikeke19pc
commited on
Commit
•
b1fe519
1
Parent(s):
3f51f84
Update README.md
Browse filesMBZUAI/swiftformer-l3 is the non private repo, that allows users to download the pretrained model
README.md
CHANGED
@@ -28,7 +28,7 @@ SwiftFormer paper introduces a novel efficient additive attention mechanism that
|
|
28 |
image = Image.open(requests.get(url, stream=True).raw)
|
29 |
|
30 |
from transformers import ViTImageProcessor
|
31 |
-
processor = ViTImageProcessor.from_pretrained('
|
32 |
inputs = processor(images=image, return_tensors="pt")
|
33 |
|
34 |
|
|
|
28 |
image = Image.open(requests.get(url, stream=True).raw)
|
29 |
|
30 |
from transformers import ViTImageProcessor
|
31 |
+
processor = ViTImageProcessor.from_pretrained('MBZUAI/swiftformer-l3')
|
32 |
inputs = processor(images=image, return_tensors="pt")
|
33 |
|
34 |
|