Info

Testing and Issues

You can test this entry and submit issues during the testing period of the ML Competition contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

Comments

I have recompiled the .so file for Debian myself, you can find it here. https://github.com/Mitya11/OtbuskBot/blob/master/libtglang.so
You have not added any comments yet...
by rating

Issues

Fair Leopard Nov 7, 2023 at 18:53
In our final tests, this submission received the following scores (out of 100):

Code/Other Detection: 35.4
Language Detection: 76.8
Average Time: 5ms per sample

Final Score: 27
10
Fair Quokka Oct 26, 2023 at 22:42
This is an important message regarding your submission. The following issues have been discovered during preliminary testing:
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./libtglang.so)

You can provide further clarifications within the next 24 hours. 
Nice Beaver Oct 27, 2023 at 10:04
My apologies. .so the file was compiled for the wrong linux version. Unfortunately, the site does not allow you to attach a new .so file. You can try to compile the .so file again from the source using the commands by running them in the src folder.

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build
Nobody added any issues yet...