tolga-ozturk
commited on
Commit
•
4d7a42f
1
Parent(s):
bec1ed5
Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,12 @@ language:
|
|
8 |
tags:
|
9 |
- nsp
|
10 |
- next-sentence-prediction
|
11 |
-
-
|
|
|
12 |
datasets:
|
13 |
-
|
14 |
metrics:
|
15 |
-
|
16 |
---
|
17 |
|
18 |
# mT5-base-nsp
|
@@ -83,4 +84,4 @@ print(torch.argmax(model(encoded_dict.input_ids, attention_mask=encoded_dict.att
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
-
The work is done with Ludwig-Maximilians-Universität Statistics group, don't forget to check out [their huggingface page](https://huggingface.co/misoda) for other interesting works!
|
|
|
8 |
tags:
|
9 |
- nsp
|
10 |
- next-sentence-prediction
|
11 |
+
- t5
|
12 |
+
- mt5
|
13 |
datasets:
|
14 |
+
- wikipedia
|
15 |
metrics:
|
16 |
+
- accuracy
|
17 |
---
|
18 |
|
19 |
# mT5-base-nsp
|
|
|
84 |
}
|
85 |
```
|
86 |
|
87 |
+
The work is done with Ludwig-Maximilians-Universität Statistics group, don't forget to check out [their huggingface page](https://huggingface.co/misoda) for other interesting works!
|