jjae commited on
Commit
23aee3b
·
verified ·
1 Parent(s): cb68530

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,6 +13,9 @@ tags:
13
  # Midm-KCulture-2.0-Base-Instruct
14
  - This model is fine-tuned from KT/Midm-2.0-Base-Instruct on the 'Korean Culture Q&A Corpus' using the LoRA (Low-Rank Adaptation) methodology.
15
 
 
 
 
16
  ## Training Hyperparameters
17
 
18
  | Hyperparameter | Value |
@@ -48,6 +51,3 @@ model = AutoModelForCausalLM.from_pretrained(
48
  tokenizer = AutoTokenizer.from_pretrained(model_name)
49
  ```
50
 
51
- ## GitHub
52
- Check out the full training code [here](https://github.com/dahlia52/KR-Culture-QA/tree/main).
53
-
 
13
  # Midm-KCulture-2.0-Base-Instruct
14
  - This model is fine-tuned from KT/Midm-2.0-Base-Instruct on the 'Korean Culture Q&A Corpus' using the LoRA (Low-Rank Adaptation) methodology.
15
 
16
+ ## GitHub
17
+ Check out the full training code [here](https://github.com/dahlia52/KR-Culture-QA/tree/main).
18
+
19
  ## Training Hyperparameters
20
 
21
  | Hyperparameter | Value |
 
51
  tokenizer = AutoTokenizer.from_pretrained(model_name)
52
  ```
53