Syed-Hasan-8503
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -33,10 +33,8 @@ This fine-tuned model achieves a Levenshtein score of 82.29%.
|
|
33 |
## 💻 Usage
|
34 |
|
35 |
```python
|
36 |
-
processor = AutoProcessor.from_pretrained("
|
37 |
-
model = AutoModelForVision2Seq.from_pretrained(
|
38 |
-
"abideen/idefics2-8b-sft",
|
39 |
-
).to(DEVICE)
|
40 |
|
41 |
# Create inputs
|
42 |
messages = [
|
|
|
33 |
## 💻 Usage
|
34 |
|
35 |
```python
|
36 |
+
processor = AutoProcessor.from_pretrained("Syed-Hasan-8503/Idefics2-8B-SFT")
|
37 |
+
model = AutoModelForVision2Seq.from_pretrained("Syed-Hasan-8503/Idefics2-8B-SFT",).to(DEVICE)
|
|
|
|
|
38 |
|
39 |
# Create inputs
|
40 |
messages = [
|