add README
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ar
|
4 |
+
- bn
|
5 |
+
- da
|
6 |
+
- de
|
7 |
+
- en
|
8 |
+
- es
|
9 |
+
- fa
|
10 |
+
- hi
|
11 |
+
- ja
|
12 |
+
- ko
|
13 |
+
- ru
|
14 |
+
- ta
|
15 |
+
- th
|
16 |
+
- tr
|
17 |
+
- uk
|
18 |
+
- vi
|
19 |
+
- zh
|
20 |
+
- multilingual
|
21 |
+
license: cc-by-sa-4.0
|
22 |
+
tags:
|
23 |
+
- bicleaner-ai
|
24 |
+
tasks:
|
25 |
+
- text-classification
|
26 |
+
---
|
27 |
+
|
28 |
+
# Bicleaner AI multilingual full large model for de-xx
|
29 |
+
Bicleaner AI is a tool that aims at detecting noisy sentence pairs in a parallel corpus. It
|
30 |
+
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).
|
31 |
+
Sentence pairs considered very noisy are scored with 0.
|
32 |
+
|
33 |
+
Find out at our repository for further instructions on how to use it: https://github.com/bitextor/bicleaner-ai
|