Spaces:
Runtime error
Runtime error
YangHao520
commited on
Commit
·
5b85931
1
Parent(s):
3c79077
Update DataFormat.py
Browse files- DataFormat.py +10 -0
DataFormat.py
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import openpyxl
|
2 |
import os
|
3 |
import json
|
|
|
1 |
+
# !/usr/bin/env python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
"""
|
4 |
+
Copyright reserved by Yang Hao, Metaverse Developers Association. All rights reserved
|
5 |
+
|
6 |
+
This module provides the conversion of Excel formatted data into standardized fine-tuning datasets
|
7 |
+
|
8 |
+
Authors: yanghao(yanghao31@baidu.com)
|
9 |
+
Date: 2023/09/12 19:23:06
|
10 |
+
"""
|
11 |
import openpyxl
|
12 |
import os
|
13 |
import json
|