Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,8 +58,8 @@ Each pair is human-annotated with a similarity score from 1 to 5. However, for t
|
|
58 |
* Examples:
|
59 |
```python
|
60 |
{
|
61 |
-
'sentence1': '
|
62 |
-
'sentence2': '
|
63 |
'score': 0.76,
|
64 |
}
|
65 |
```
|
|
|
58 |
* Examples:
|
59 |
```python
|
60 |
{
|
61 |
+
'sentence1': 'Seorang pria sedang memainkan seruling besar.',
|
62 |
+
'sentence2': 'Seorang pria sedang memainkan seruling.',
|
63 |
'score': 0.76,
|
64 |
}
|
65 |
```
|