Commit ·
d9f4d4f
0
Parent(s):
Duplicate from EugeneMeng/Hongguo-Short-Drama-Corpus-AI-Labeled
Browse filesCo-authored-by: Eugene Meng <EugeneMeng@users.noreply.huggingface.co>
- .gitattributes +60 -0
- README.md +66 -0
- scripts/.gitkeep +0 -0
- scripts/sex_divide.py +154 -0
- short_drama_corpus_v1.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
- feature-extraction
|
| 6 |
+
language:
|
| 7 |
+
- zh
|
| 8 |
+
tags:
|
| 9 |
+
- short-drama
|
| 10 |
+
- entertainment
|
| 11 |
+
- marketing
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# 🎬 2025年红果短剧全量语料库 (AI标注版 V1)
|
| 17 |
+
## Hongguo Short Drama Corpus with AI-Augmented Audience Labels
|
| 18 |
+
|
| 19 |
+
### 1. 数据集简介 (Dataset Summary)
|
| 20 |
+
本数据集包含了约 1500 条来自红果 (Hongguo/RedFruit) 平台的微短剧精选数据。本数据集旨在为中文短剧的 NLP 研究、市场趋势分析以及自动化剧名生成等任务提供高质量的基准数据。
|
| 21 |
+
|
| 22 |
+
**核心特色:**
|
| 23 |
+
- **多维度标注**:涵盖了标题、受众、标签、简介及集数。
|
| 24 |
+
- **AI 增强受众标签**:针对部分原始数据未标注受众标签的问题,使用了专门的 `sex_divide.py` ,利用进行“TF-IDF + 逻辑回归”预测,并保留了预测置信度。
|
| 25 |
+
|
| 26 |
+
### 2. 数据字段说明 (Data Fields)
|
| 27 |
+
|
| 28 |
+
| 字段名 | 类型 | 说明 |
|
| 29 |
+
| :--- | :--- | :--- |
|
| 30 |
+
| `drama_id` | string | 脱敏后的剧集唯一编号 (例如 drama_0001) |
|
| 31 |
+
| `title` | string | 短剧标题 |
|
| 32 |
+
| `audience_type` | string | 受众类型:男频 / 女频 |
|
| 33 |
+
| `tags` | list/string | 剧集标签 (如:都市, 重生, 逆袭) |
|
| 34 |
+
| `episode_count` | int | 剧集总集数 |
|
| 35 |
+
| `description` | string | 剧情详细简介 |
|
| 36 |
+
| `ai_confidence` | float | AI 预测受众标签的置信度 (0.0 - 1.0) |
|
| 37 |
+
| `label_source` | string | 受众数据来源:platform (原厂) / model_prediction (AI预测) |
|
| 38 |
+
|
| 39 |
+
### 3. 数据来源与标注逻辑 (Methodology)
|
| 40 |
+
- **原始数据**:采集自红果平台公开信息。
|
| 41 |
+
- **标注过程**:
|
| 42 |
+
1. 提取平台原有的受众标签。
|
| 43 |
+
2. 对于缺失标签的样本,通过 `sex_divide.py` 脚本,基于标题和简介的关键词、语义特征进行性别偏好预测。
|
| 44 |
+
3. 预测逻辑已开源在数据集的 `scripts/` 目录下。
|
| 45 |
+
|
| 46 |
+
### 4. 如何使用 (Usage)
|
| 47 |
+
你可以直接使用 Hugging Face 的 `datasets` 库或 `pandas` 加载:
|
| 48 |
+
|
| 49 |
+
```python
|
| 50 |
+
import pandas as pd
|
| 51 |
+
|
| 52 |
+
# 加载数据
|
| 53 |
+
df = pd.read_parquet("short_drama_corpus_v1.parquet")
|
| 54 |
+
print(df.head())
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
**⚠️ 声明**
|
| 60 |
+
-数据属性 :本数据集中的“受众类型”字段包含由“TF-IDF + 逻辑回归”(sex_divide.py) 预测的结果。预测结果仅供学术参考,不代表 100% 的真实市场分布,亦不代表原平台的官方分类。
|
| 61 |
+
-合规性:本数据集由个人出于学术兴趣采集并清洗。用户在下载和使用过程中,请务必遵守原平台的服务条款。因不当使用该数据而产生的任何法律纠纷,由使用者自行承担,原作者概不负责。
|
| 62 |
+
-禁止商业化 :本数据集严禁用于任何形式的商业盈利活动。
|
| 63 |
+
**⚠️ Disclaimer**
|
| 64 |
+
-Data Accuracy: The audience_type field in this dataset contains results predicted by an AI model (sex_divide.py). These predictions are for academic reference only and do not represent the absolute real-world distribution or the official classification of the original platform.
|
| 65 |
+
-Compliance: This dataset was collected and cleaned by individuals for academic interests. Users must comply with the Terms of Service of the original platform. The author is not responsible for any legal disputes arising from improper use.
|
| 66 |
+
-Non-commercial: Commercial use of this dataset is strictly prohibited.
|
scripts/.gitkeep
ADDED
|
File without changes
|
scripts/sex_divide.py
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import pandas as pd
|
| 2 |
+
import numpy as np
|
| 3 |
+
from sklearn.feature_extraction.text import TfidfVectorizer
|
| 4 |
+
from sklearn.linear_model import LogisticRegression
|
| 5 |
+
from sklearn.model_selection import cross_val_score, StratifiedKFold
|
| 6 |
+
from sklearn.pipeline import Pipeline
|
| 7 |
+
import os
|
| 8 |
+
|
| 9 |
+
# =================配置区域=================
|
| 10 |
+
# 输入文件路径
|
| 11 |
+
input_path = r""
|
| 12 |
+
# 输出文件路径 (自动生成在同目录下,文件名加后缀)
|
| 13 |
+
output_path = input_path.replace(".xlsx", "_AI全标注版.xlsx")
|
| 14 |
+
|
| 15 |
+
# 检查是否有xlsxwriter模块
|
| 16 |
+
try:
|
| 17 |
+
import xlsxwriter
|
| 18 |
+
HAS_XLSXWRITER = True
|
| 19 |
+
except ImportError:
|
| 20 |
+
HAS_XLSXWRITER = False
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
# =========================================
|
| 24 |
+
|
| 25 |
+
def main():
|
| 26 |
+
print(f"正在读取文件: {input_path} ...")
|
| 27 |
+
try:
|
| 28 |
+
df = pd.read_excel(input_path)
|
| 29 |
+
except FileNotFoundError:
|
| 30 |
+
print(f"错误:找不到文件,请检查路径是否正确:{input_path}")
|
| 31 |
+
return
|
| 32 |
+
|
| 33 |
+
# 1. 数据预处理
|
| 34 |
+
# 构造文本特征:将标题、标签、简介合并,能最大化利用信息
|
| 35 |
+
# fillna('') 防止空值报错
|
| 36 |
+
df['combined_text'] = df['标题'].fillna('') + ' ' + df['标签'].fillna('') + ' ' + df['简介'].fillna('')
|
| 37 |
+
|
| 38 |
+
# 拆分数据:有标签的(训练集) vs 没标签的(待预测集)
|
| 39 |
+
# 假设已有标签列名为 '受众',且值为 '男频' 或 '女频'
|
| 40 |
+
train_mask = df['受众'].isin(['男频', '女频'])
|
| 41 |
+
train_df = df[train_mask].copy()
|
| 42 |
+
predict_df = df[~train_mask].copy()
|
| 43 |
+
|
| 44 |
+
print(f"数据加载成功!")
|
| 45 |
+
print(f" - 训练集(已标注): {len(train_df)} 条")
|
| 46 |
+
print(f" - 待预测(未标注): {len(predict_df)} 条")
|
| 47 |
+
|
| 48 |
+
if len(train_df) == 0:
|
| 49 |
+
print("错误:未找到已标注为'男频'或'女频'的数据,请检查'受众'列。")
|
| 50 |
+
return
|
| 51 |
+
|
| 52 |
+
# 2. 构建模型管道 (TF-IDF + 逻辑回归)
|
| 53 |
+
# analyzer='char': 按字切分,对中文短文本效果好,无需jieba分词
|
| 54 |
+
# ngram_range=(1, 3): 提取1到3个字的组合特征(如"战","战神","系统")
|
| 55 |
+
pipeline = Pipeline([
|
| 56 |
+
('tfidf', TfidfVectorizer(analyzer='char', ngram_range=(1, 3), max_features=5000)),
|
| 57 |
+
('clf', LogisticRegression(class_weight='balanced', solver='liblinear', random_state=42))
|
| 58 |
+
])
|
| 59 |
+
|
| 60 |
+
# 3. 准备训练标签 (映射为 0 和 1)
|
| 61 |
+
label_map = {'男频': 0, '女频': 1}
|
| 62 |
+
inverse_map = {0: '男频', 1: '女频'}
|
| 63 |
+
y_train = train_df['受众'].map(label_map)
|
| 64 |
+
|
| 65 |
+
# 4. 学术验证:计算交叉验证准确率
|
| 66 |
+
print("\n进行5折交叉验证 (用于学术支撑)...")
|
| 67 |
+
cv = StratifiedKFold(n_splits=5, shuffle=True, random_state=42)
|
| 68 |
+
scores = cross_val_score(pipeline, train_df['combined_text'], y_train, cv=cv, scoring='accuracy')
|
| 69 |
+
print(
|
| 70 |
+
f"模型平均准确率: {scores.mean() * 100:.2f}% (Range: {scores.min() * 100:.2f}% - {scores.max() * 100:.2f}%)")
|
| 71 |
+
print(" -> (提示:如果准确率超过90%,说明该技术路线在学术上非常可靠)")
|
| 72 |
+
|
| 73 |
+
# 5. 全量训练
|
| 74 |
+
print("\n正在全量训练并预测...")
|
| 75 |
+
pipeline.fit(train_df['combined_text'], y_train)
|
| 76 |
+
|
| 77 |
+
# 6. 预测未标注数据
|
| 78 |
+
if len(predict_df) > 0:
|
| 79 |
+
# 预测类别
|
| 80 |
+
preds = pipeline.predict(predict_df['combined_text'])
|
| 81 |
+
# 预测概率(用于置信度)
|
| 82 |
+
probs = pipeline.predict_proba(predict_df['combined_text'])
|
| 83 |
+
|
| 84 |
+
# 将结果填回 DataFrame
|
| 85 |
+
predict_df['受众'] = [inverse_map[p] for p in preds] # 填补缺失的标签
|
| 86 |
+
predict_df['AI_预测置信度'] = np.max(probs, axis=1) # 取最大概率值
|
| 87 |
+
|
| 88 |
+
# 给训练集也加上置信度(虽然是100%确定的,但也补全格式)
|
| 89 |
+
# 这里我们填 1.0 或者填模型对训练集的预测概率
|
| 90 |
+
train_probs = pipeline.predict_proba(train_df['combined_text'])
|
| 91 |
+
train_df['AI_预测置信度'] = np.max(train_probs, axis=1)
|
| 92 |
+
|
| 93 |
+
# 标记数据来源,方便您后续区分
|
| 94 |
+
train_df['数据来源'] = '人工标注(原有)'
|
| 95 |
+
predict_df['数据来源'] = 'AI预测'
|
| 96 |
+
|
| 97 |
+
# 合并结果
|
| 98 |
+
final_df = pd.concat([train_df, predict_df])
|
| 99 |
+
else:
|
| 100 |
+
final_df = train_df
|
| 101 |
+
print("没有需要预测的数据。")
|
| 102 |
+
|
| 103 |
+
# 7. 导出特征重要性 (用于论文解释)
|
| 104 |
+
feature_names = pipeline.named_steps['tfidf'].get_feature_names_out()
|
| 105 |
+
coefs = pipeline.named_steps['clf'].coef_[0]
|
| 106 |
+
top_n = 10
|
| 107 |
+
|
| 108 |
+
# 排序
|
| 109 |
+
top_female_idx = np.argsort(coefs)[::-1][:top_n] # 权重最大的正值 (女频)
|
| 110 |
+
top_male_idx = np.argsort(coefs)[:top_n] # 权重最小的负值 (男频)
|
| 111 |
+
|
| 112 |
+
print("\n最具区分度的特征词 (Feature Importance):")
|
| 113 |
+
print(f"女频特征: {[feature_names[i] for i in top_female_idx]}")
|
| 114 |
+
print(f"男频特征: {[feature_names[i] for i in top_male_idx]}")
|
| 115 |
+
|
| 116 |
+
# 8. 保存文件
|
| 117 |
+
# 删除临时辅助列 'combined_text'
|
| 118 |
+
if 'combined_text' in final_df.columns:
|
| 119 |
+
del final_df['combined_text']
|
| 120 |
+
|
| 121 |
+
# 解决ID列变成科学计数法的问题
|
| 122 |
+
# 方法1:将ID列转换为���符串类型
|
| 123 |
+
id_columns = ['id', 'ID', '编号', '序号'] # 常见的ID列名
|
| 124 |
+
for col in id_columns:
|
| 125 |
+
if col in final_df.columns:
|
| 126 |
+
final_df[col] = final_df[col].astype(str)
|
| 127 |
+
print(f"已将 '{col}' 列转换为文本格式,避免科学计数法显示")
|
| 128 |
+
break
|
| 129 |
+
|
| 130 |
+
# 方法2:使用xlsxwriter进行精确格式控制
|
| 131 |
+
if HAS_XLSXWRITER:
|
| 132 |
+
print("🔧 使用xlsxwriter引擎进行精确格式控制...")
|
| 133 |
+
with pd.ExcelWriter(output_path, engine='xlsxwriter') as writer:
|
| 134 |
+
final_df.to_excel(writer, index=False, sheet_name='AI标注结果')
|
| 135 |
+
|
| 136 |
+
# 获取工作表对象
|
| 137 |
+
worksheet = writer.sheets['AI标注结果']
|
| 138 |
+
|
| 139 |
+
# 设置ID列格式为文本
|
| 140 |
+
for col_idx, col_name in enumerate(final_df.columns):
|
| 141 |
+
if col_name.lower() in ['id', '编号', '序号']:
|
| 142 |
+
# 设置该列为文本格式
|
| 143 |
+
worksheet.set_column(col_idx, col_idx, 20, None, {'num_format': '@'})
|
| 144 |
+
print(f"已设置 '{col_name}' 列为文本格式")
|
| 145 |
+
break
|
| 146 |
+
else:
|
| 147 |
+
# 如果没有xlsxwriter,使用默认方法
|
| 148 |
+
print("未安装xlsxwriter,使用基础方法保存...")
|
| 149 |
+
final_df.to_excel(output_path, index=False)
|
| 150 |
+
print(f"\n处理完成!文件已保存至:\n {output_path}")
|
| 151 |
+
|
| 152 |
+
|
| 153 |
+
if __name__ == "__main__":
|
| 154 |
+
main()
|
short_drama_corpus_v1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3770713fb27b4d98fa759f15894564ca64bcdd93bc2d7de0f45c7f65fed79429
|
| 3 |
+
size 598137
|