Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- gl
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
pretty_name: paws-ca
|
8 |
+
tags:
|
9 |
+
- paraphrase-identification
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: string
|
14 |
+
- name: sentence1
|
15 |
+
dtype: string
|
16 |
+
- name: sentence2
|
17 |
+
dtype: string
|
18 |
+
- name: label
|
19 |
+
dtype:
|
20 |
+
class_label:
|
21 |
+
names:
|
22 |
+
'0': '0'
|
23 |
+
'1': '1'
|
24 |
+
---
|
25 |
+
|
26 |
+
# Dataset Card for PAWS-gl
|
27 |
+
|
28 |
+
The PAWS-gl dataset (Paraphrase Adversaries from Word Scrambling in Galician) is a translation of the English PAWS dataset.
|
29 |
+
|
30 |
+
## Dataset Details
|
31 |
+
|
32 |
+
- **Curated by:** [Proxecto Nós](https://doagalego.nos.gal/)
|
33 |
+
- **Language(s) (NLP):** Galician
|
34 |
+
- **License:** [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
35 |
+
|
36 |
+
### Dataset Sources
|
37 |
+
|
38 |
+
- **Repository:** [Proxecto NÓS at HuggingFace](https://huggingface.co/proxectonos)
|
39 |
+
|
40 |
+
### Supported Tasks and Leaderboards
|
41 |
+
|
42 |
+
Paraphrase Identification, Language Model
|
43 |
+
|