davide221 commited on
Commit
702f867
·
1 Parent(s): e2227ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -98,9 +98,6 @@ special_tokens:
98
  ![](https://i.imgur.com/kTNXgGX.png)
99
 
100
 
101
-
102
- [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
103
-
104
  ## 💻 Usage
105
 
106
  ``` python
@@ -131,4 +128,6 @@ sequences = pipeline(
131
  )
132
  for seq in sequences:
133
  print(f"Result: {seq['generated_text']}")
134
- ```
 
 
 
98
  ![](https://i.imgur.com/kTNXgGX.png)
99
 
100
 
 
 
 
101
  ## 💻 Usage
102
 
103
  ``` python
 
128
  )
129
  for seq in sequences:
130
  print(f"Result: {seq['generated_text']}")
131
+ ```
132
+
133
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)