Add feature-extraction as pipline tag
#6
by
						
erikkaum
	
							HF Staff
						- opened
							
					
    	
        README.md
    CHANGED
    
    | 
         @@ -3,6 +3,7 @@ license: apache-2.0 
     | 
|
| 3 | 
         
             
            base_model:
         
     | 
| 4 | 
         
             
            - Qwen/Qwen3-4B-Base
         
     | 
| 5 | 
         
             
            library_name: transformers
         
     | 
| 
         | 
|
| 6 | 
         
             
            ---
         
     | 
| 7 | 
         
             
            # Qwen3-Embedding-4B-GGUF
         
     | 
| 8 | 
         | 
| 
         | 
|
| 3 | 
         
             
            base_model:
         
     | 
| 4 | 
         
             
            - Qwen/Qwen3-4B-Base
         
     | 
| 5 | 
         
             
            library_name: transformers
         
     | 
| 6 | 
         
            +
            pipeline_tag: feature-extraction
         
     | 
| 7 | 
         
             
            ---
         
     | 
| 8 | 
         
             
            # Qwen3-Embedding-4B-GGUF
         
     | 
| 9 | 
         |