jameswlepage
commited on
Commit
•
0194422
1
Parent(s):
4cd9f3b
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
### Dataset Overview
|
6 |
|
7 |
+
This dataset was gathered from the publicly accessible [WordPress.org Pattern Repository](https://wordpress.org/patterns) in September 2024. It provides data for training models that assist with generating WordPress patterns.
|
8 |
+
|
9 |
+
### Dataset Structure
|
10 |
+
|
11 |
+
- **System Prompt**:
|
12 |
+
- "You are an assistant that generates WordPress patterns."
|
13 |
+
- **User Request**:
|
14 |
+
- The pattern's description from the repository, which serves as the prompt input.
|
15 |
+
- **Assistant Response**:
|
16 |
+
- The corresponding WordPress Pattern Structure, representing the layout of the blocks used in the pattern.
|
17 |
+
|
18 |
+
### Multilingual Component
|
19 |
+
|
20 |
+
The dataset includes patterns in multiple languages, though all representations follow the same underlying block structure.
|
21 |
+
|
22 |
+
### Blocks Included
|
23 |
+
|
24 |
+
This dataset encompasses _all_ available WordPress blocks from the repository, offering a comprehensive look at pattern generation for different languages and use cases.
|