PyTorch
English
llama
yukiontheiceberg commited on
Commit
0c2e25a
·
verified ·
1 Parent(s): d7af0a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -47,6 +47,16 @@ Checkpoints from different stages use the stage name as a prefix: `base`, `mid_1
47
 
48
  For example, the final checkpoint from midtraining stage 4 is named `mid_4_final`.
49
 
 
 
 
 
 
 
 
 
 
 
50
  To use a specific checkpoint, use the `revision` argument:
51
 
52
  ```
 
47
 
48
  For example, the final checkpoint from midtraining stage 4 is named `mid_4_final`.
49
 
50
+ Quick links to all the final checkpoints for different stages:
51
+
52
+ | stage | link |
53
+ |----------|------------------------------------------------------|
54
+ | pretrain | https://huggingface.co/LLM360/K2-V2/tree/base_final |
55
+ | mid_1 | https://huggingface.co/LLM360/K2-V2/tree/mid_1_final |
56
+ | mid_2 | https://huggingface.co/LLM360/K2-V2/tree/mid_2_final |
57
+ | mid_3 | https://huggingface.co/LLM360/K2-V2/tree/mid_3_final |
58
+ | mid_4 | https://huggingface.co/LLM360/K2-V2/tree/mid_4_final |
59
+
60
  To use a specific checkpoint, use the `revision` argument:
61
 
62
  ```