qbao775 commited on
Commit
ce81360
·
1 Parent(s): d6f7ecb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 4 different logical equivalence/inequivalence sentences.
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