Mohammadreza commited on
Commit
d5cce75
·
verified ·
1 Parent(s): f173c33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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