Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Project: https://github.com/Strong-AI-Lab/Logical-Equivalence-driven-AMR-Data-Au
|
|
22 |
|
23 |
Leaderboard: https://eval.ai/web/challenges/challenge-page/503/leaderboard/1347
|
24 |
|
25 |
-
In this repository, we upload the model weight which has been trained on the dataset that has the ratio of positive sample and negative sample as 1 and 3. We use AMR with four logical equivalence laws `(Contraposition law, Commutative law, Implication law, Double negation law)` to construct
|
26 |
## How to load the model weight?
|
27 |
```
|
28 |
from transformers import AutoModel
|
|
|
22 |
|
23 |
Leaderboard: https://eval.ai/web/challenges/challenge-page/503/leaderboard/1347
|
24 |
|
25 |
+
In this repository, we upload the model weight which has been trained on the dataset that has the ratio of positive sample and negative sample as 1 and 3. We use AMR with four logical equivalence laws `(Contraposition law, Commutative law, Implication law, Double negation law)` to construct four different logical equivalence/inequivalence sentences.
|
26 |
## How to load the model weight?
|
27 |
```
|
28 |
from transformers import AutoModel
|