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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,8 +63,9 @@ 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
- # Output
68
  [
69
  {
70
  "attributes": {
@@ -91,7 +92,6 @@ print(json_output)
91
  }
92
  }
93
  ]
94
-
95
  ```
96
 
97
  ### Model optimization
 
63
  output = generated_title.replace('ASSISTANT: ', '')
64
  json_output = json.loads(output)
65
  print(json_output)
66
+ ```
67
 
68
+ ```
69
  [
70
  {
71
  "attributes": {
 
92
  }
93
  }
94
  ]
 
95
  ```
96
 
97
  ### Model optimization