Mohammadreza
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,8 @@ generated_title = processor.decode(output[0], skip_special_tokens=True)[len(text
|
|
63 |
output = generated_title.replace('ASSISTANT: ', '')
|
64 |
json_output = json.loads(output)
|
65 |
print(json_output)
|
66 |
-
|
|
|
67 |
[
|
68 |
{
|
69 |
"attributes": {
|
@@ -90,7 +91,7 @@ print(json_output)
|
|
90 |
}
|
91 |
}
|
92 |
]
|
93 |
-
|
94 |
```
|
95 |
|
96 |
### Model optimization
|
|
|
63 |
output = generated_title.replace('ASSISTANT: ', '')
|
64 |
json_output = json.loads(output)
|
65 |
print(json_output)
|
66 |
+
|
67 |
+
# Output
|
68 |
[
|
69 |
{
|
70 |
"attributes": {
|
|
|
91 |
}
|
92 |
}
|
93 |
]
|
94 |
+
|
95 |
```
|
96 |
|
97 |
### Model optimization
|