Update pipeline tag to text-generation (#2)
Browse files- Update pipeline tag to text-generation (7240a89aa3a1741ccefbb916668f7826e32c7f7e)
Co-authored-by: Niels Rogge <[email protected]>
    	
        README.md
    CHANGED
    
    | @@ -1,6 +1,8 @@ | |
| 1 | 
             
            ---
         | 
|  | |
| 2 | 
             
            language:
         | 
| 3 | 
             
            - en
         | 
|  | |
| 4 | 
             
            license: llama3
         | 
| 5 | 
             
            tags:
         | 
| 6 | 
             
            - Llama-3.1
         | 
| @@ -18,21 +20,18 @@ tags: | |
| 18 | 
             
            - long context
         | 
| 19 | 
             
            - roleplaying
         | 
| 20 | 
             
            - chat
         | 
| 21 | 
            -
            base_model: meta-llama/Meta-Llama-3.1-70B
         | 
| 22 | 
            -
            library_name: transformers
         | 
| 23 | 
             
            widget:
         | 
| 24 | 
             
            - example_title: Hermes 4
         | 
| 25 | 
             
              messages:
         | 
| 26 | 
             
              - role: system
         | 
| 27 | 
            -
                content:  | 
| 28 | 
            -
                  You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
         | 
| 29 | 
             
                  correct answers.
         | 
| 30 | 
             
              - role: user
         | 
| 31 | 
            -
                content:  | 
| 32 | 
            -
                  Explain the difference between BFS and DFS to a new CS student.
         | 
| 33 | 
             
            model-index:
         | 
| 34 | 
             
            - name: Hermes-4-Llama-3.1-405B
         | 
| 35 | 
             
              results: []
         | 
|  | |
| 36 | 
             
            ---
         | 
| 37 |  | 
| 38 | 
             
            # Hermes 4 — Llama-3.1 70B - FP8
         | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            base_model: meta-llama/Meta-Llama-3.1-70B
         | 
| 3 | 
             
            language:
         | 
| 4 | 
             
            - en
         | 
| 5 | 
            +
            library_name: transformers
         | 
| 6 | 
             
            license: llama3
         | 
| 7 | 
             
            tags:
         | 
| 8 | 
             
            - Llama-3.1
         | 
|  | |
| 20 | 
             
            - long context
         | 
| 21 | 
             
            - roleplaying
         | 
| 22 | 
             
            - chat
         | 
|  | |
|  | |
| 23 | 
             
            widget:
         | 
| 24 | 
             
            - example_title: Hermes 4
         | 
| 25 | 
             
              messages:
         | 
| 26 | 
             
              - role: system
         | 
| 27 | 
            +
                content: You are Hermes 4, a capable, neutrally-aligned assistant. Prefer concise,
         | 
|  | |
| 28 | 
             
                  correct answers.
         | 
| 29 | 
             
              - role: user
         | 
| 30 | 
            +
                content: Explain the difference between BFS and DFS to a new CS student.
         | 
|  | |
| 31 | 
             
            model-index:
         | 
| 32 | 
             
            - name: Hermes-4-Llama-3.1-405B
         | 
| 33 | 
             
              results: []
         | 
| 34 | 
            +
            pipeline_tag: text-generation
         | 
| 35 | 
             
            ---
         | 
| 36 |  | 
| 37 | 
             
            # Hermes 4 — Llama-3.1 70B - FP8
         | 

 
		