Add model card
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
license: gpl-3.0
|
6 |
+
tags:
|
7 |
+
- bicleaner-ai
|
8 |
+
tasks:
|
9 |
+
- text-classification
|
10 |
+
---
|
11 |
+
|
12 |
+
# Bicleaner AI full model for $L1-$L2
|
13 |
+
Bicleaner AI is a tool that aims at detecting noisy sentence pairs in a parallel corpus. It
|
14 |
+
indicates the likelihood of a pair of sentences being mutual translations (with a value near to 1) or not (with a value near to 0).
|
15 |
+
Sentence pairs considered very noisy are scored with 0.
|
16 |
+
|
17 |
+
Find out at our repository for further instructions on how to use it: https://github.com/bitextor/bicleaner-ai
|