-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.xmind | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* 训练 pipeline | ||
* 使用工具函数 | ||
|
||
其他各个模块位属于分离的解耦的组件,在tasks任务中选用各种组件形成完整的任务pipeline | ||
|
||
|
||
## Models | ||
* sentence bert | ||
|
3 changes: 3 additions & 0 deletions
3
data_process/data_processing.py → data_process/similarity_data.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
""" | ||
针对形如 [q1, q2, label] 的数据进行处理 | ||
""" | ||
import pandas as pd | ||
import random | ||
from multiprocessing import Pool | ||
|
Empty file.