snunlp commited on
Commit
aa378b6
1 Parent(s): f91edc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ tokenizer = ElectraTokenizer.from_pretrained("snunlp/KR-ELECTRA-discriminator")
51
 
52
  ### Finetuning
53
 
54
- We used and slightly edited the finetuning codes from [KoELECTRA](https://github.com/monologg/KoELECTRA), with additionally adjusted hyperparameters. You can download the codes and config files that we used for our model.
55
 
56
 
57
  #### Experimental Results
 
51
 
52
  ### Finetuning
53
 
54
+ We used and slightly edited the finetuning codes from [KoELECTRA](https://github.com/monologg/KoELECTRA), with additionally adjusted hyperparameters. You can download the codes and config files that we used for our model from our [github](https://github.com/snunlp/KR-ELECTRA).
55
 
56
 
57
  #### Experimental Results