Update Vicuna link
Browse files- content.py +1 -2
- elo_utils.py +1 -1
    	
        content.py
    CHANGED
    
    | @@ -37,8 +37,7 @@ CHANGELOG_TEXT = f""" | |
| 37 | 
             
            - Display different queues for jobs that are RUNNING, PENDING, FINISHED status 
         | 
| 38 |  | 
| 39 | 
             
            ## [2023-05-15] 
         | 
| 40 | 
            -
            - Fix a typo: from "TruthQA" to "
         | 
| 41 | 
            -
            QA"
         | 
| 42 |  | 
| 43 | 
             
            ## [2023-05-10] 
         | 
| 44 | 
             
            - Fix a bug that prevented auto-refresh
         | 
|  | |
| 37 | 
             
            - Display different queues for jobs that are RUNNING, PENDING, FINISHED status 
         | 
| 38 |  | 
| 39 | 
             
            ## [2023-05-15] 
         | 
| 40 | 
            +
            - Fix a typo: from "TruthQA" to "QA"
         | 
|  | |
| 41 |  | 
| 42 | 
             
            ## [2023-05-10] 
         | 
| 43 | 
             
            - Fix a bug that prevented auto-refresh
         | 
    	
        elo_utils.py
    CHANGED
    
    | @@ -19,7 +19,7 @@ from visualizations import ( | |
| 19 |  | 
| 20 |  | 
| 21 | 
             
            KOALA_LINK = "https://huggingface.co/TheBloke/koala-13B-HF"
         | 
| 22 | 
            -
            VICUNA_LINK = "https://huggingface.co/ | 
| 23 | 
             
            OASST_LINK = "https://huggingface.co/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
         | 
| 24 | 
             
            DOLLY_LINK = "https://huggingface.co/databricks/dolly-v2-12b"
         | 
| 25 | 
             
            MODEL_PAGE = "https://huggingface.co/models"
         | 
|  | |
| 19 |  | 
| 20 |  | 
| 21 | 
             
            KOALA_LINK = "https://huggingface.co/TheBloke/koala-13B-HF"
         | 
| 22 | 
            +
            VICUNA_LINK = "https://huggingface.co/lmsys/vicuna-13b-delta-v1.1"
         | 
| 23 | 
             
            OASST_LINK = "https://huggingface.co/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
         | 
| 24 | 
             
            DOLLY_LINK = "https://huggingface.co/databricks/dolly-v2-12b"
         | 
| 25 | 
             
            MODEL_PAGE = "https://huggingface.co/models"
         | 

