minpeter commited on
Commit
fb357df
·
verified ·
1 Parent(s): 4bfe260

add metadata

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -2,6 +2,10 @@
2
  license: other
3
  license_name: hyperclovax-seed
4
  license_link: LICENSE
 
 
 
 
5
  ---
6
 
7
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65265ab8f8db96cffcb969dc/TSOdcOQ7qgu6ubVFMMo1R.png)
@@ -25,12 +29,12 @@ The training data for HyperCLOVAX-Seed-Instruct-1.5B consists of diverse sources
25
 
26
  ## Benchmark
27
 
28
- | **Model** | **KMMLU (5-shot, acc)** | **HAE-RAE (5-shot, acc)** | **CLiCK (5-shot, acc)** | **KoBEST (5-shot, acc)** |
29
- | --------------------------------- | --------------------------- | --------------------------- | ------------------------- | -------------------------- |
30
- | **HyperCLOVAX-SEED-Text-Base-1.5B** | 0.4181 | 0.6370 | 0.5373 | 0.6963 |
31
- | **HyperCLOVAX-SEED-Text-Instruct-1.5B** | 0.3933 | 0.5674 | 0.4947 | 0.6490 |
32
- | **Qwen2.5-1.5B-instruct** | 0.3696 | 0.5160 | 0.4772 | 0.5968 |
33
- | **gemma-3-1b-it** | 0.3075 | 0.3648 | 0.3724 | 0.5869 |
34
 
35
 
36
  ## Huggingface Usage Example
 
2
  license: other
3
  license_name: hyperclovax-seed
4
  license_link: LICENSE
5
+ base_model:
6
+ - naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-1.5B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
 
11
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65265ab8f8db96cffcb969dc/TSOdcOQ7qgu6ubVFMMo1R.png)
 
29
 
30
  ## Benchmark
31
 
32
+ | **Model** | **KMMLU (5-shot, acc)** | **HAE-RAE (5-shot, acc)** | **CLiCK (5-shot, acc)** | **KoBEST (5-shot, acc)** |
33
+ | --------------------------------------- | ----------------------- | ------------------------- | ----------------------- | ------------------------ |
34
+ | **HyperCLOVAX-SEED-Text-Base-1.5B** | 0.4181 | 0.6370 | 0.5373 | 0.6963 |
35
+ | **HyperCLOVAX-SEED-Text-Instruct-1.5B** | 0.3933 | 0.5674 | 0.4947 | 0.6490 |
36
+ | **Qwen2.5-1.5B-instruct** | 0.3696 | 0.5160 | 0.4772 | 0.5968 |
37
+ | **gemma-3-1b-it** | 0.3075 | 0.3648 | 0.3724 | 0.5869 |
38
 
39
 
40
  ## Huggingface Usage Example