snunlp commited on
Commit
35ec254
1 Parent(s): 8d4ad83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -51,8 +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
58
 
 
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
  #### Experimental Results
57