Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ An example output from this conditional tagging model for a recent news article
|
|
34 |
|
35 |
```
|
36 |
[ artificial intelligence, open source, ai, open letter, open source ai, ai research]
|
|
|
37 |
# This article explains the importance of a CERN-like organization to coordinate efforts on the transparency of large-scale AI research and provides information about LAION.
|
38 |
```
|
39 |
## How to use the model
|
@@ -41,6 +42,7 @@ An example output from this conditional tagging model for a recent news article
|
|
41 |
Format your inputs like this:
|
42 |
```
|
43 |
[ tag1, tag2, tag3, tag_n]
|
|
|
44 |
# This is a short synopsis of what kind of text I want to generate.
|
45 |
```
|
46 |
|
|
|
34 |
|
35 |
```
|
36 |
[ artificial intelligence, open source, ai, open letter, open source ai, ai research]
|
37 |
+
|
38 |
# This article explains the importance of a CERN-like organization to coordinate efforts on the transparency of large-scale AI research and provides information about LAION.
|
39 |
```
|
40 |
## How to use the model
|
|
|
42 |
Format your inputs like this:
|
43 |
```
|
44 |
[ tag1, tag2, tag3, tag_n]
|
45 |
+
|
46 |
# This is a short synopsis of what kind of text I want to generate.
|
47 |
```
|
48 |
|