vargha commited on
Commit
818e146
·
1 Parent(s): 2e99fbf

switching to phase 2

Browse files
Files changed (1) hide show
  1. config.py +4 -4
config.py CHANGED
@@ -25,10 +25,10 @@ class Config(BaseSettings):
25
  # Phase 2 Review Mapping: Defines who reviews whose work.
26
  # Key: Original annotator's username, Value: Reviewer's username
27
  REVIEW_MAPPING: dict[str, str] = {
28
- "zahra": "amin",
29
- "amin": "zahra",
30
- "mohsen": "sepehr",
31
- "sepehr": "mohammad"
32
  }
33
 
34
  class Config:
 
25
  # Phase 2 Review Mapping: Defines who reviews whose work.
26
  # Key: Original annotator's username, Value: Reviewer's username
27
  REVIEW_MAPPING: dict[str, str] = {
28
+ # "zahra": "amin",
29
+ # "amin": "zahra",
30
+ # "mohsen": "sepehr",
31
+ # "sepehr": "mohammad"
32
  }
33
 
34
  class Config: