Skip to content

Adjust the .gitignore file; add the requirements.txt file and SQL files. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ dmypy.json
**/.chroma

/fuhui_dev
*.txt
*.index
*model.onnx

Expand Down
19 changes: 19 additions & 0 deletions model/text2vec-base-chinese/logs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Epoch:0 Valid| corr: 0.794410
Epoch:0 Valid| corr: 0.691819
Epoch:1 Valid| corr: 0.722749
Epoch:2 Valid| corr: 0.735054
Epoch:3 Valid| corr: 0.738295
Epoch:4 Valid| corr: 0.739411
Test | corr: 0.679971
Epoch:0 Valid| corr: 0.817416
Epoch:1 Valid| corr: 0.832376
Epoch:2 Valid| corr: 0.842308
Epoch:3 Valid| corr: 0.843520
Epoch:4 Valid| corr: 0.841837
Test | corr: 0.793495
Epoch:0 Valid| corr: 0.814648
Epoch:1 Valid| corr: 0.831609
Epoch:2 Valid| corr: 0.841678
Epoch:3 Valid| corr: 0.842387
Epoch:4 Valid| corr: 0.841435
Test | corr: 0.794840
Loading