Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@
|
|
3 |
tags:
|
4 |
- custom_code
|
5 |
---
|
|
|
|
|
|
|
6 |
# How to use
|
7 |
you can the model via the command
|
8 |
```python
|
|
|
3 |
tags:
|
4 |
- custom_code
|
5 |
---
|
6 |
+
# how to create custom architectures
|
7 |
+
you can read this [blogpost](https://huggingface.co/blog/not-lain/custom-architectures-with-huggingface) to find out more 📖
|
8 |
+
|
9 |
# How to use
|
10 |
you can the model via the command
|
11 |
```python
|