outongtong zfx123zfx commited on
Commit
b038335
·
verified ·
1 Parent(s): c9ddd82

Update README.md (#2)

Browse files

- Update README.md (3c2dbb7cac7372e155c058e6124f12392210a07f)


Co-authored-by: fengxuanzhao <[email protected]>

Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -36,7 +36,7 @@ The dataset includes the following fields:
36
  ### 2. Expression Form
37
  - **Pronoun Reference**: Contains pronoun references
38
  - **Negation**: Contains negative expressions
39
- - **consistency**: Requires consistent elements
40
 
41
  ### 3. Element Combination
42
  - **Anti-Realism**: Anti-realistic combinations
@@ -44,16 +44,16 @@ The dataset includes the following fields:
44
  - **Layout & Typography**: Specific layout requirements
45
 
46
  ### 4. Entity Description
47
- - **attribute** : Attribute descriptions
48
- - **relation** : Relationship descriptions
49
  - **Action/State** : Action or state descriptions
50
- - **quantity** : Quantity specifications
51
 
52
  ## 📁 Files
53
 
54
- - `magic_bench_dataset.csv`: Complete dataset with all annotations
55
- - `magic_bench_chinese.csv`: Chinese prompts with annotations
56
- - `magic_bench_english.csv`: English prompts with annotations
57
 
58
  ## 🚀 Usage
59
 
@@ -69,11 +69,7 @@ df_cn = pd.read_csv('magic_bench_chinese.csv')
69
  # Load English version
70
  df_en = pd.read_csv('magic_bench_english.csv')
71
 
72
- # Example: Filter prompts with style requirements
73
- stylized_prompts = df[df['是否有风格'] == '是']
74
 
75
- # Example: Get aesthetic design prompts
76
- aesthetic_prompts = df[df['应用场景'] == '创意设计']
77
  ```
78
 
79
  ## 📈 Statistics
 
36
  ### 2. Expression Form
37
  - **Pronoun Reference**: Contains pronoun references
38
  - **Negation**: Contains negative expressions
39
+ - **Consistency**: Requires consistent elements
40
 
41
  ### 3. Element Combination
42
  - **Anti-Realism**: Anti-realistic combinations
 
44
  - **Layout & Typography**: Specific layout requirements
45
 
46
  ### 4. Entity Description
47
+ - **Attribute** : Attribute descriptions
48
+ - **Relation** : Relationship descriptions
49
  - **Action/State** : Action or state descriptions
50
+ - **Quantity** : Quantity specifications
51
 
52
  ## 📁 Files
53
 
54
+ - `magic_bench_dataset.csv`: Complete dataset
55
+ - `magic_bench_chinese.csv`: Chinese prompts with labels
56
+ - `magic_bench_english.csv`: English prompts with labels
57
 
58
  ## 🚀 Usage
59
 
 
69
  # Load English version
70
  df_en = pd.read_csv('magic_bench_english.csv')
71
 
 
 
72
 
 
 
73
  ```
74
 
75
  ## 📈 Statistics