Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,9 +1,24 @@ | |
| 1 | 
             
            ---
         | 
|  | |
|  | |
|  | |
| 2 | 
             
            language: en
         | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 5 |  | 
| 6 | 
            -
            license: mit
         | 
| 7 | 
             
            ---
         | 
| 8 |  | 
| 9 |  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            _name_or_path: CustomGPT2ConversationalModel
         | 
| 3 | 
            +
            torch_dtype: float32
         | 
| 4 | 
            +
            transformers_version: 4.37.2
         | 
| 5 | 
             
            language: en
         | 
| 6 | 
            +
            license: apache-2.0
         | 
| 7 | 
            +
            metrics:
         | 
| 8 | 
            +
              - perplexity
         | 
| 9 | 
            +
              - accuracy
         | 
| 10 | 
            +
            pipeline_tag: text-generation
         | 
| 11 | 
            +
            widget:
         | 
| 12 | 
            +
              - text: "Write a story about a character who discovers a mysterious artifact that grants them unexpected powers."
         | 
| 13 | 
            +
              - text: "Compose a poem about the beauty of nature and the passage of time."
         | 
| 14 | 
            +
              - text: "Generate a promotional announcement for a new technology that revolutionizes communication across cultures."
         | 
| 15 | 
            +
              - text: "Create a conversation between two individuals from different backgrounds discussing their dreams and aspirations."
         | 
| 16 | 
            +
              - text: "Draft an article exploring the role of technology in shaping future societies."
         | 
| 17 | 
            +
              - text: "Write a motivational speech encouraging people to pursue their passions and overcome obstacles."
         | 
| 18 | 
            +
              - text: "Imagine a world where magic is real and write a narrative about a quest to unlock its secrets."
         | 
| 19 | 
            +
              - text: "Compose a letter from a historical figure to a contemporary artist, sharing insights on creativity and innovation."
         | 
| 20 | 
            +
              - text: "Create a recipe for a delicious meal using only ingredients found in a futuristic sci-fi setting."
         | 
| 21 |  | 
|  | |
| 22 | 
             
            ---
         | 
| 23 |  | 
| 24 |  | 

