You're looking at a specific version of this model. Jump to the model overview.
zsxkib /embedding-gemma-300m:6b8074e5
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| text | 
           
            string
            
           
         | 
        
           
            Input text to embed (up to model max tokens)
           
         | 
      |
| task | 
           
            None
            
           
         | 
        
          
             
              retrieval_document
             
          
          
          
         | 
        
           
            Task type (affects prompt)
           
         | 
      
| output_format | 
           
            None
            
           
         | 
        
          
             
              base64
             
          
          
          
         | 
        
           
            Output format
           
         | 
      
| normalize | 
           
            boolean
            
           
         | 
        
          
             
              True
             
          
          
          
         | 
        
           
            L2-normalize embeddings
           
         | 
      
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'anyOf': [{'type': 'string'}, {'items': {'type': 'number'}, 'type': 'array'}],
 'title': 'Output'}