Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Leroll committed Oct 27, 2023
1 parent 2c5d9fb commit 418774e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.xmind

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* 训练 pipeline
* 使用工具函数

其他各个模块位属于分离的解耦的组件,在tasks任务中选用各种组件形成完整的任务pipeline


## Models
* sentence bert
Expand Down
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
Expand Down
Empty file added tasks/sentence_similarity.py
Empty file.

0 comments on commit 418774e

Please sign in to comment.