Jingyi77 commited on
Commit
88122aa
·
1 Parent(s): ceebb48

更新数据集结构: 添加parquet格式和重新组织的图像文件

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +89 -100
  2. images/images_0000/post_0_img_0.jpg +3 -0
  3. images/images_0000/post_0_img_1.jpg +3 -0
  4. images/images_0000/post_0_img_2.jpg +3 -0
  5. images/images_0000/post_0_img_3.jpg +3 -0
  6. images/images_0000/post_0_img_4.jpg +3 -0
  7. images/images_0000/post_100_img_0.jpg +3 -0
  8. images/images_0000/post_100_img_1.jpg +3 -0
  9. images/images_0000/post_101_img_0.jpg +3 -0
  10. images/images_0000/post_101_img_1.jpg +3 -0
  11. images/images_0000/post_101_img_2.jpg +3 -0
  12. images/images_0000/post_101_img_3.jpg +3 -0
  13. images/images_0000/post_101_img_4.jpg +3 -0
  14. images/images_0000/post_101_img_5.jpg +3 -0
  15. images/images_0000/post_101_img_6.jpg +3 -0
  16. images/images_0000/post_102_img_0.jpg +3 -0
  17. images/images_0000/post_102_img_1.jpg +3 -0
  18. images/images_0000/post_102_img_2.jpg +3 -0
  19. images/images_0000/post_102_img_3.jpg +3 -0
  20. images/images_0000/post_102_img_4.jpg +3 -0
  21. images/images_0000/post_103_img_0.jpg +3 -0
  22. images/images_0000/post_103_img_1.jpg +3 -0
  23. images/images_0000/post_103_img_2.jpg +3 -0
  24. images/images_0000/post_103_img_3.jpg +3 -0
  25. images/images_0000/post_104_img_0.jpg +3 -0
  26. images/images_0000/post_104_img_1.jpg +3 -0
  27. images/images_0000/post_104_img_10.jpg +3 -0
  28. images/images_0000/post_104_img_2.jpg +3 -0
  29. images/images_0000/post_104_img_3.jpg +3 -0
  30. images/images_0000/post_104_img_4.jpg +3 -0
  31. images/images_0000/post_104_img_5.jpg +3 -0
  32. images/images_0000/post_104_img_6.jpg +3 -0
  33. images/images_0000/post_104_img_7.jpg +3 -0
  34. images/images_0000/post_104_img_8.jpg +3 -0
  35. images/images_0000/post_104_img_9.jpg +3 -0
  36. images/images_0000/post_105_img_0.jpg +3 -0
  37. images/images_0000/post_106_img_0.jpg +3 -0
  38. images/images_0000/post_106_img_1.jpg +3 -0
  39. images/images_0000/post_106_img_10.jpg +3 -0
  40. images/images_0000/post_106_img_11.jpg +3 -0
  41. images/images_0000/post_106_img_12.jpg +3 -0
  42. images/images_0000/post_106_img_13.jpg +3 -0
  43. images/images_0000/post_106_img_14.jpg +3 -0
  44. images/images_0000/post_106_img_2.jpg +3 -0
  45. images/images_0000/post_106_img_3.jpg +3 -0
  46. images/images_0000/post_106_img_4.jpg +3 -0
  47. images/images_0000/post_106_img_5.jpg +3 -0
  48. images/images_0000/post_106_img_6.jpg +3 -0
  49. images/images_0000/post_106_img_7.jpg +3 -0
  50. images/images_0000/post_106_img_8.jpg +3 -0
README.md CHANGED
@@ -20,137 +20,126 @@ tags:
20
  - xiaohongshu
21
  - RedNote
22
  pretty_name: CHASM - Covert Advertisement on RedNote
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  <!-- @format -->
26
 
27
- # CHASM: Covert Advertisement on RedNote Dataset
28
 
29
- A dataset containing posts from Xiaohongshu (RedNote) for text classification tasks, specifically focused on identifying covert advertisements.
30
 
31
- ## Dataset Description
32
 
33
- - **Task Type**: Text Classification (Binary Classification)
34
- - **Language**: Chinese
35
- - **License**: MIT
36
- - **Dataset Size**: Contains two classes (label_0 and label_1)
37
- - **Splits**: Train (3089 samples), Validation (440 samples), Test (888 samples)
38
 
39
- ### Dataset Structure
40
-
41
- This dataset is available in two formats:
42
-
43
- #### 1. Original Directory Structure
44
-
45
- Data is organized in the following directory structure:
46
-
47
- - `label_0/`: Non-advertisement content
48
- - `label_1/`: Advertisement content
49
-
50
- Each sample has its own folder (e.g., `train_889/`), containing:
51
-
52
- - `data.json`: Text data
53
- - Multiple image files (JPG/WEBP format)
54
 
55
- #### 2. Hugging Face Format
56
 
57
- For better compatibility with the Hugging Face platform, we also provide processed formats:
 
 
 
 
 
58
 
59
- - `hf_format/train.csv` and `hf_format/train.json`: Training set
60
- - `hf_format/validation.csv` and `hf_format/validation.json`: Validation set
61
- - `hf_format/test.csv` and `hf_format/test.json`: Test set
62
- - `hf_format/dataset_info.json`: Dataset metadata
63
 
64
- ### Data Fields
 
65
 
66
- Each data sample contains the following fields:
67
 
68
- - `id`: Sample unique identifier
69
  - `title`: Post title
70
- - `description`: Post description
71
- - `date`: Publication date and location
72
- - `comments`: List of comments
73
- - `images`: List of image filenames
 
74
  - `label`: Classification label (0: non-advertisement, 1: advertisement)
 
75
 
76
- ### Data Example
77
-
78
- ```json
79
- {
80
- "id": "train_889",
81
- "title": "豆瓣9.2❗️几乎是全程震撼着读完的一本书❗️",
82
- "description": "📚《人类新史》\n📝[美]大卫·格雷伯/[英]大卫·温格罗\n\n说实话我几乎是不读社科历史大部头的,一年能读上一本我都想夸自己厉害🤣所以看到这本书的厚度时心里真的发怵,担心自己读不下去,却没想到它出乎意料地好读,才读了百来页我就忍不住先来分享一波了,因为脑袋里信息量爆表了!!...",
83
- "date": "编辑于 7 天前 湖南",
84
- "comments": ["感谢推荐,已收藏", "你好厉害,能看英文版我看中文版才看了这么点就觉得很费劲", ...],
85
- "images": ["1040g008317prti2fk45g48iu7h5portohqvdpdo!nd_dft_wlteh_webp_3_0.jpg", ...],
86
- "label": 0
87
- }
88
- ```
89
 
90
  ## Usage
91
 
92
- Using the original directory structure:
93
 
94
  ```python
95
- import os
96
- import json
97
- from glob import glob
98
 
99
- # Iterate through all samples
100
- for label_dir in ['label_0', 'label_1']:
101
- for sample_dir in glob(f"{label_dir}/*"):
102
- if os.path.isdir(sample_dir):
103
- # Read data file
104
- with open(os.path.join(sample_dir, 'data.json'), 'r', encoding='utf-8') as f:
105
- data = json.load(f)
106
 
107
- # Get image files
108
- images = glob(os.path.join(sample_dir, '*.jpg'))
 
109
 
110
- # Process data...
 
 
111
  ```
112
 
113
- Using Hugging Face format:
114
 
115
  ```python
116
- import pandas as pd
117
-
118
- # Load data
119
- train_df = pd.read_csv('hf_format/train.csv')
120
- val_df = pd.read_csv('hf_format/validation.csv')
121
- test_df = pd.read_csv('hf_format/test.csv')
122
-
123
- # Or use JSON format
124
- import json
125
- with open('hf_format/train.json', 'r', encoding='utf-8') as f:
126
- train_data = json.load(f)
 
 
 
 
 
 
 
127
  ```
128
 
129
- Using Hugging Face datasets library:
130
 
131
- ```python
132
- from datasets import load_dataset
133
-
134
- # Load dataset
135
- dataset = load_dataset("Jingyi77/CHASM-Covert_Advertisement_on_RedNote")
136
 
137
- # View dataset information
138
- print(dataset)
139
-
140
- # Access data
141
- print(dataset['train'][0]) # View first data point in training set
142
  ```
143
-
144
- ## Data Preprocessing
145
-
146
- - Image paths have been simplified to filenames only
147
- - All sensitive information (phone numbers, ID numbers, etc.) has been anonymized
148
- - Dates and locations have been partially anonymized
149
-
150
- ## Notes
151
-
152
- This dataset is specifically designed for research on covert advertisement detection as a binary classification task.
153
-
154
- ## Dataset Creation
155
-
156
- The dataset was created by collecting and processing posts from Xiaohongshu (RedNote). Each post was manually labeled to identify covert advertisements. The dataset has been carefully anonymized to protect user privacy while maintaining the essential characteristics needed for research purposes.
 
20
  - xiaohongshu
21
  - RedNote
22
  pretty_name: CHASM - Covert Advertisement on RedNote
23
+ configs:
24
+ - config_name: default
25
+ default: true
26
+ data_files:
27
+ - split: train
28
+ path: "parquet_data_optimized/train.parquet"
29
+ - split: validation
30
+ path: "parquet_data_optimized/validation.parquet"
31
+ - split: test
32
+ path: "parquet_data_optimized/test.parquet"
33
  ---
34
 
35
  <!-- @format -->
36
 
37
+ # CHASM Dataset
38
 
39
+ CHASM (Covert Advertisement on RedNote) is a dataset containing RedNote posts for text and image classification tasks focused on identifying covert advertisements. The dataset includes samples categorized as advertisements (label=1) and non-advertisements (label=0).
40
 
41
+ ## Dataset Format
42
 
43
+ The dataset is provided in an optimized parquet format:
 
 
 
 
44
 
45
+ ```
46
+ parquet_data_optimized/
47
+ ├── train.parquet # Training set
48
+ ├── validation.parquet # Validation set
49
+ └── test.parquet # Test set
50
+ ```
 
 
 
 
 
 
 
 
 
51
 
52
+ Images are stored in a structured directory system:
53
 
54
+ ```
55
+ processed_images/
56
+ ├── images_0000/ # Image subfolder 0
57
+ ├── images_0001/ # Image subfolder 1
58
+ └── ... # Additional image subfolders
59
+ ```
60
 
61
+ Each image is named following the pattern `post_{id}_img_{index}.jpg`, where:
 
 
 
62
 
63
+ - `id` is the unique numeric identifier of the post
64
+ - `index` is the image index within that post
65
 
66
+ The parquet files contain the following fields:
67
 
68
+ - `id`: Numeric sample identifier (sequentially assigned)
69
  - `title`: Post title
70
+ - `description`: Post description content
71
+ - `date`: Published date and location
72
+ - `comments`: List of comments (as array)
73
+ - `images`: List of image paths relative to processed_images directory
74
+ - `image_count`: Number of images in the post
75
  - `label`: Classification label (0: non-advertisement, 1: advertisement)
76
+ - `split`: Dataset split (train, validation, test)
77
 
78
+ ## Dataset Statistics
79
+
80
+ - **Total samples**: 4,992 samples
81
+ - **Class distribution**:
82
+ - Non-advertisements (label=0): 4,379 samples (87.7%)
83
+ - Advertisements (label=1): 613 samples (12.3%)
84
+ - **Splits**:
85
+ - Training set: 3,493 samples
86
+ - Validation set: 499 samples
87
+ - Test set: 1,000 samples
88
+ - **Images**: 26,324 images in total
89
+ - **Average images per post**: 5.27 images
 
90
 
91
  ## Usage
92
 
93
+ ### Loading Parquet Data
94
 
95
  ```python
96
+ import pandas as pd
 
 
97
 
98
+ # Load training set
99
+ train_df = pd.read_parquet("parquet_data_optimized/train.parquet")
 
 
 
 
 
100
 
101
+ # View data
102
+ print(train_df.head())
103
+ print(f"Training samples: {len(train_df)}")
104
 
105
+ # Access images
106
+ print(f"First sample images: {train_df.iloc[0]['images']}")
107
+ print(f"Image count: {train_df.iloc[0]['image_count']}")
108
  ```
109
 
110
+ ### Accessing Images
111
 
112
  ```python
113
+ import os
114
+ from PIL import Image
115
+ import matplotlib.pyplot as plt
116
+
117
+ # Function to load and display an image
118
+ def load_and_display_image(image_path, base_dir="processed_images"):
119
+ full_path = os.path.join(base_dir, image_path)
120
+ img = Image.open(full_path)
121
+ plt.figure(figsize=(10, 8))
122
+ plt.imshow(img)
123
+ plt.axis('off')
124
+ plt.title(f"Image: {image_path}")
125
+ plt.show()
126
+
127
+ # Example: load the first image of the first post in the training set
128
+ if len(train_df) > 0 and len(train_df.iloc[0]['images']) > 0:
129
+ first_image_path = train_df.iloc[0]['images'][0]
130
+ load_and_display_image(first_image_path)
131
  ```
132
 
133
+ ## Citation
134
 
135
+ If you use the CHASM dataset, please cite:
 
 
 
 
136
 
 
 
 
 
 
137
  ```
138
+ @misc{CHASM2023,
139
+ author = {Jingyi},
140
+ title = {CHASM: Covert Advertisement on RedNote},
141
+ year = {2023},
142
+ publisher = {Hugging Face},
143
+ howpublished = {\url{https://huggingface.co/datasets/Jingyi77/CHASM-Covert_Advertisement_on_RedNote}}
144
+ }
145
+ ```
 
 
 
 
 
 
images/images_0000/post_0_img_0.jpg ADDED

Git LFS Details

  • SHA256: d638831937b41f02d520d34772149a3ba30b556a762c6955b2eaeef4bec47b93
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
images/images_0000/post_0_img_1.jpg ADDED

Git LFS Details

  • SHA256: 1c6ad22f0093c60c6a3ec7ae2325473f1c52aa1572ef8437ff3de0e08d436c4d
  • Pointer size: 130 Bytes
  • Size of remote file: 67.2 kB
images/images_0000/post_0_img_2.jpg ADDED

Git LFS Details

  • SHA256: 1d7bf643a3c4f2d9e9271b81b11a8267bbda07ae317566cfa51a1366ed598328
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
images/images_0000/post_0_img_3.jpg ADDED

Git LFS Details

  • SHA256: b5b3015906a53b468a185a6a71f6ca6f5ce26a43f29fc18c0c63d7d1202d22b3
  • Pointer size: 131 Bytes
  • Size of remote file: 260 kB
images/images_0000/post_0_img_4.jpg ADDED

Git LFS Details

  • SHA256: 9abebd9dedd8b1e82504fbbb106d5655adc42f76ada9ce06558ce579c8ec68d8
  • Pointer size: 131 Bytes
  • Size of remote file: 285 kB
images/images_0000/post_100_img_0.jpg ADDED

Git LFS Details

  • SHA256: 09c8edd7f7cdbebc931b153c6a3e0c43aa36c341d4b12a64202c083b9c20f2e0
  • Pointer size: 130 Bytes
  • Size of remote file: 70.5 kB
images/images_0000/post_100_img_1.jpg ADDED

Git LFS Details

  • SHA256: 04b9c8fab8f6ff1f8f590b340f9bf0ffb99e62107fcc2dd52468633a4b2bbc12
  • Pointer size: 130 Bytes
  • Size of remote file: 86.5 kB
images/images_0000/post_101_img_0.jpg ADDED

Git LFS Details

  • SHA256: e6909befdef759652c6cc833ad9e72c3ed465f80b4cb64db72e122bec97fbcfa
  • Pointer size: 131 Bytes
  • Size of remote file: 243 kB
images/images_0000/post_101_img_1.jpg ADDED

Git LFS Details

  • SHA256: bbd6d739fa29d7e3e3b0ea2a340b3134298efa853a605e6f2909771a9a9a6c24
  • Pointer size: 131 Bytes
  • Size of remote file: 286 kB
images/images_0000/post_101_img_2.jpg ADDED

Git LFS Details

  • SHA256: 1db3645723bec77ee1433b71211262eb0656a92d3a53e48192680e150e05276b
  • Pointer size: 131 Bytes
  • Size of remote file: 241 kB
images/images_0000/post_101_img_3.jpg ADDED

Git LFS Details

  • SHA256: 4dd2c87238dbb167b25d26eb016338ebc35847bd45d1474214d2224cac2fdfe6
  • Pointer size: 131 Bytes
  • Size of remote file: 170 kB
images/images_0000/post_101_img_4.jpg ADDED

Git LFS Details

  • SHA256: f8ae79f735021d8aceb44c5b635bd595e3e508aa2252b4759d12f233c4c0a2dd
  • Pointer size: 130 Bytes
  • Size of remote file: 98.4 kB
images/images_0000/post_101_img_5.jpg ADDED

Git LFS Details

  • SHA256: 19132d58da2c366e530274f493e1841961cd0ab9e06b10b5aab2dcca62565a7b
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB
images/images_0000/post_101_img_6.jpg ADDED

Git LFS Details

  • SHA256: 84dcef895403e78cb67e777be5a8627851164cbc3e754cfae19bf6872fbb37eb
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
images/images_0000/post_102_img_0.jpg ADDED

Git LFS Details

  • SHA256: 46b53c0469bfc3d90c89c0a4ecedddf6def68e9b196381ac00fd7391b30d4878
  • Pointer size: 131 Bytes
  • Size of remote file: 257 kB
images/images_0000/post_102_img_1.jpg ADDED

Git LFS Details

  • SHA256: 5c7a00ba270fcbb41db0e509396d1b8217049e83cffde1443b693ff240dc167c
  • Pointer size: 131 Bytes
  • Size of remote file: 939 kB
images/images_0000/post_102_img_2.jpg ADDED

Git LFS Details

  • SHA256: 1e7ee5f9e79a590f91e49b6bd9a77ec7c5f060710660b615cc4cbbcbad85df8f
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
images/images_0000/post_102_img_3.jpg ADDED

Git LFS Details

  • SHA256: 8649ab6a114428a22a08c395427089b0b26df5a313be7785cc133a9bbd6e1c14
  • Pointer size: 131 Bytes
  • Size of remote file: 950 kB
images/images_0000/post_102_img_4.jpg ADDED

Git LFS Details

  • SHA256: 0b7e58c9272452b0ac7a0b87ffb751db0f761ef976eb3b7bf58691d1c67bc354
  • Pointer size: 131 Bytes
  • Size of remote file: 312 kB
images/images_0000/post_103_img_0.jpg ADDED

Git LFS Details

  • SHA256: bef000d8aeb9d4cceebf5045c1ba33dfd7d4afb2f42ad4c5195c09e804056fb8
  • Pointer size: 130 Bytes
  • Size of remote file: 88.3 kB
images/images_0000/post_103_img_1.jpg ADDED

Git LFS Details

  • SHA256: 6774c2fac0ba98d3d577564a06e9a598eb5ea8157cd89c723486bb32ac71f3a9
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
images/images_0000/post_103_img_2.jpg ADDED

Git LFS Details

  • SHA256: d3a33ca90695a9be097aed8ac1b65d0502e31bc9882ca29416d7a6e7bb355dc8
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB
images/images_0000/post_103_img_3.jpg ADDED

Git LFS Details

  • SHA256: cb1b7056a884463280abdd11d8b125ace3e642f5c1f1bcffd4b9b9c58285d429
  • Pointer size: 131 Bytes
  • Size of remote file: 149 kB
images/images_0000/post_104_img_0.jpg ADDED

Git LFS Details

  • SHA256: 41103af6fd4f23789fc167679c523ca33f3d18b8f25335e5a6eac486fe67bd04
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
images/images_0000/post_104_img_1.jpg ADDED

Git LFS Details

  • SHA256: c36aaa05723365f583858fb52d24120e024d277ad49ff983613577d4724adde7
  • Pointer size: 130 Bytes
  • Size of remote file: 78.2 kB
images/images_0000/post_104_img_10.jpg ADDED

Git LFS Details

  • SHA256: 8f9b0bd606219a555c8f9aea432ad26b50f107e454d81cae09b1d63f61dad220
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
images/images_0000/post_104_img_2.jpg ADDED

Git LFS Details

  • SHA256: 4f041903c97540bf3553e79e30588d70173d2e41adc51f12b2f8a26a514a0918
  • Pointer size: 130 Bytes
  • Size of remote file: 91.4 kB
images/images_0000/post_104_img_3.jpg ADDED

Git LFS Details

  • SHA256: 0ef3b6e57b03285098caf9bfe23aed64addb9288e2c35777c546694b5ead920e
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
images/images_0000/post_104_img_4.jpg ADDED

Git LFS Details

  • SHA256: 77730957caaf9b1d70724bb5121d8a33a294aa9eb446482f96e630dce32f8182
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
images/images_0000/post_104_img_5.jpg ADDED

Git LFS Details

  • SHA256: 32b64b87e07a8fe2fac464bddc863b0f4577fd5496e67da20a285df06820b808
  • Pointer size: 130 Bytes
  • Size of remote file: 82 kB
images/images_0000/post_104_img_6.jpg ADDED

Git LFS Details

  • SHA256: ab7de23ab848e3df9930d3ecb2351bfa403de0145886cca44f098344aa8e2417
  • Pointer size: 130 Bytes
  • Size of remote file: 77.8 kB
images/images_0000/post_104_img_7.jpg ADDED

Git LFS Details

  • SHA256: e0a0280ece5f4bd78e177065ea3b94810d68d1d4618ddb82e33bb6920b4ee173
  • Pointer size: 130 Bytes
  • Size of remote file: 66.1 kB
images/images_0000/post_104_img_8.jpg ADDED

Git LFS Details

  • SHA256: 9d86317c59f6e7406c27139ec1ded771fda3193d5395dfe9bf3c7e9cb3018749
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB
images/images_0000/post_104_img_9.jpg ADDED

Git LFS Details

  • SHA256: cc79fab7ff9b2e0b40f6cb44ce3b71b1771fd05b04483a6653c7e7c082e4afba
  • Pointer size: 130 Bytes
  • Size of remote file: 90.9 kB
images/images_0000/post_105_img_0.jpg ADDED

Git LFS Details

  • SHA256: 536c9d4f54f425161fe3578a54734a06c4af0a521905942d3d88f56740e81c49
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
images/images_0000/post_106_img_0.jpg ADDED

Git LFS Details

  • SHA256: 4eb50d3411241c4ca4264e51ef1480ce483111a046ffd8345b455dc231b0555a
  • Pointer size: 130 Bytes
  • Size of remote file: 75 kB
images/images_0000/post_106_img_1.jpg ADDED

Git LFS Details

  • SHA256: c17bb580badda43b5db87818d1ddfc17a04b6038b28648fa8ac49f2139bfe88a
  • Pointer size: 130 Bytes
  • Size of remote file: 86.5 kB
images/images_0000/post_106_img_10.jpg ADDED

Git LFS Details

  • SHA256: 820b7cd57329883a137918bce34e4dc418f41642fb4b044c0277b013956d1a81
  • Pointer size: 130 Bytes
  • Size of remote file: 98.6 kB
images/images_0000/post_106_img_11.jpg ADDED

Git LFS Details

  • SHA256: c7b3c4fe56353ce69288d93878d034f4954a03033539116e0486fae133a06579
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
images/images_0000/post_106_img_12.jpg ADDED

Git LFS Details

  • SHA256: 14558c6319ab13db4e841bf381cdcd608642862418cb8f3229415ee689caba5a
  • Pointer size: 131 Bytes
  • Size of remote file: 128 kB
images/images_0000/post_106_img_13.jpg ADDED

Git LFS Details

  • SHA256: fdce59b5c1caecd110207d26a539b6fffd9cd822dd1db3dc7861edf05d1d4b1d
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
images/images_0000/post_106_img_14.jpg ADDED

Git LFS Details

  • SHA256: 6ac5f8fcbdefa7f1b46ac0f3568bf470b409e8a32a224695771ac5e222de35a0
  • Pointer size: 130 Bytes
  • Size of remote file: 72.6 kB
images/images_0000/post_106_img_2.jpg ADDED

Git LFS Details

  • SHA256: c5b3e7f1c106d3d7e800e2a39fef960c09a4dbd79285f5f5555ba62a2b9d054c
  • Pointer size: 130 Bytes
  • Size of remote file: 83.4 kB
images/images_0000/post_106_img_3.jpg ADDED

Git LFS Details

  • SHA256: f455781c61b7ecb5d07f00a879e0122ea3ab71b24b9c02d969b5def4fef5b71a
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
images/images_0000/post_106_img_4.jpg ADDED

Git LFS Details

  • SHA256: e36b7a6f7dbfea1ed966a61f0738e7baa6ff28bce5b5f0c0ef2cf72a4b04ed42
  • Pointer size: 130 Bytes
  • Size of remote file: 96.3 kB
images/images_0000/post_106_img_5.jpg ADDED

Git LFS Details

  • SHA256: 6f10f658aae959d196b156473256fa94812afd372434d75a71a98014fc6b35f6
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
images/images_0000/post_106_img_6.jpg ADDED

Git LFS Details

  • SHA256: 9a54bcfe1b8ee7f8d113e17c921762a7461a1a9301c8d3f071c615ab58bb333f
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
images/images_0000/post_106_img_7.jpg ADDED

Git LFS Details

  • SHA256: 64ba47729e4b3abb3b07cc2eb12ff2a505a902d0446ad588c7dcc919b1a58728
  • Pointer size: 130 Bytes
  • Size of remote file: 75.1 kB
images/images_0000/post_106_img_8.jpg ADDED

Git LFS Details

  • SHA256: 5f7bbb50c076e1dc603ccdc5293ea1ba72037598333eb8cba3cb8aa5bde7acac
  • Pointer size: 131 Bytes
  • Size of remote file: 110 kB