init
Browse files- .gitattributes +3 -0
- README.md +5 -0
- data/tempo_wic/test.jsonl +0 -0
- data/tempo_wic/train.jsonl +0 -0
- data/tempo_wic/validation.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -67,3 +67,6 @@ data/tweet_intimacy/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
| 67 |
data/tweet_similarity/test.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 68 |
data/tweet_similarity/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 69 |
data/tweet_similarity/validation.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
data/tweet_similarity/test.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 68 |
data/tweet_similarity/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 69 |
data/tweet_similarity/validation.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
data/tempo_wic/test.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
data/tempo_wic/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
data/tempo_wic/validation.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -75,6 +75,11 @@ The data fields are the same among all splits.
|
|
| 75 |
- `text_2`: a `string` feature.
|
| 76 |
- `labe_float`: a `float` feature.
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
### Data Splits
|
| 80 |
|
|
|
|
| 75 |
- `text_2`: a `string` feature.
|
| 76 |
- `labe_float`: a `float` feature.
|
| 77 |
|
| 78 |
+
#### tempo_wic
|
| 79 |
+
- `text_1`: a `string` feature.
|
| 80 |
+
- `text_2`: a `string` feature.
|
| 81 |
+
- `labe_float`: a `float` feature.
|
| 82 |
+
|
| 83 |
|
| 84 |
### Data Splits
|
| 85 |
|
data/tempo_wic/test.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/tempo_wic/train.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/tempo_wic/validation.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|