FragDBnet commited on
Commit
93a3908
·
verified ·
1 Parent(s): 22385ce

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -266,25 +266,25 @@ print(df[['name', 'name_brand', 'country', 'rating']])
266
  | Field | Description | Format |
267
  |-------|-------------|--------|
268
  | `main_photo` | Main product image | URL |
269
- | `info_card` | Info card image | URL |
270
- | `user_photoes` | User-submitted photos | Semicolon-separated URLs |
271
  | `video_url` | YouTube video | URL |
272
 
273
  #### Composition
274
  | Field | Description | Format |
275
  |-------|-------------|--------|
276
- | `accords` | Scent accords with strength | `a1:100;a2:67;a3:45` (join with accords.csv) |
277
- | `notes_pyramid` | Notes by layer | `top(name,id,url,opacity,weight;...)middle(...)base(...)` |
278
  | `perfumers` | Perfumer names and IDs | `Erwin Creed;p1;Olivier Creed;p2` |
279
  | `description` | Fragrance description | HTML text |
280
 
281
  #### Ratings & Votes (Structured Format: category:votes:percent)
282
  | Field | Description | Format |
283
  |-------|-------------|--------|
284
- | `rating` | Average rating & vote count | `4.33;24561` |
285
- | `appreciation` | Love/like/ok/dislike/hate | `love:5000:45.2;like:3000:27.1;...` |
286
- | `price_value` | Price perception votes | `way_overpriced:6658:30;overpriced:2844:13;...` |
287
- | `gender_votes` | Gender suitability votes | `female:149:2;unisex:866:10;male:7977:88` |
288
  | `longevity` | Duration votes | `very_weak:784:5;weak:1459:10;moderate:5869:40;...` |
289
  | `sillage` | Projection votes | `intimate:1816:12;moderate:8139:55;strong:4289:29;...` |
290
  | `season` | Seasonal suitability | `winter:4439:44.39;spring:9760:97.60;...` |
@@ -295,14 +295,14 @@ print(df[['name', 'name_brand', 'country', 'rating']])
295
  |-------|-------------|--------|
296
  | `by_designer` | Same brand fragrances | Semicolon-separated PIDs |
297
  | `in_collection` | Same collection fragrances | Semicolon-separated PIDs |
298
- | `reminds_of` | Similar fragrances | Semicolon-separated PIDs |
299
- | `also_like` | Recommended fragrances | Semicolon-separated PIDs |
300
 
301
  #### New in v3.0
302
  | Field | Description |
303
  |-------|-------------|
304
  | `reviews_count` | Total number of user reviews |
305
- | `pros_cons` | AI-generated pros/cons summary with vote counts |
306
 
307
  ### notes.csv (11 fields) — NEW in v3.0
308
 
 
266
  | Field | Description | Format |
267
  |-------|-------------|--------|
268
  | `main_photo` | Main product image | URL |
269
+ | `info_card` | Perfume Card | URL |
270
+ | `user_photoes` | Fragram Photos | Semicolon-separated URLs |
271
  | `video_url` | YouTube video | URL |
272
 
273
  #### Composition
274
  | Field | Description | Format |
275
  |-------|-------------|--------|
276
+ | `accords` | Main accords | `a1:100;a2:67;a3:45` (join with accords.csv) |
277
+ | `notes_pyramid` | Fragrance Notes | `top(name,id,url,opacity,weight;...)middle(...)base(...)` |
278
  | `perfumers` | Perfumer names and IDs | `Erwin Creed;p1;Olivier Creed;p2` |
279
  | `description` | Fragrance description | HTML text |
280
 
281
  #### Ratings & Votes (Structured Format: category:votes:percent)
282
  | Field | Description | Format |
283
  |-------|-------------|--------|
284
+ | `rating` | Perfume rating | `4.33;24561` |
285
+ | `appreciation` | Rating votes with counts | `love:5000:45.2;like:3000:27.1;...` |
286
+ | `price_value` | Price value votes with counts | `way_overpriced:6658:30;overpriced:2844:13;...` |
287
+ | `gender_votes` | Gender votes with counts | `female:149:2;unisex:866:10;male:7977:88` |
288
  | `longevity` | Duration votes | `very_weak:784:5;weak:1459:10;moderate:5869:40;...` |
289
  | `sillage` | Projection votes | `intimate:1816:12;moderate:8139:55;strong:4289:29;...` |
290
  | `season` | Seasonal suitability | `winter:4439:44.39;spring:9760:97.60;...` |
 
295
  |-------|-------------|--------|
296
  | `by_designer` | Same brand fragrances | Semicolon-separated PIDs |
297
  | `in_collection` | Same collection fragrances | Semicolon-separated PIDs |
298
+ | `reminds_of` | This perfume reminds me of | Semicolon-separated PIDs |
299
+ | `also_like` | People who like this also like | Semicolon-separated PIDs |
300
 
301
  #### New in v3.0
302
  | Field | Description |
303
  |-------|-------------|
304
  | `reviews_count` | Total number of user reviews |
305
+ | `pros_cons` | What People Say |
306
 
307
  ### notes.csv (11 fields) — NEW in v3.0
308