Update model metadata to set pipeline tag to the new `text-ranking` (#1)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` (c8426efa29897e88dfbfefeb663ddb21b111a419)
Co-authored-by: Tom Aarsen <[email protected]>
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,5 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
            -
            pipeline_tag: text- | 
| 3 | 
             
            language: fr
         | 
| 4 | 
             
            license: mit
         | 
| 5 | 
             
            datasets:
         | 
| @@ -13,27 +13,27 @@ base_model: antoinelouis/camembert-L6 | |
| 13 | 
             
            model-index:
         | 
| 14 | 
             
            - name: crossencoder-camembert-L6-mmarcoFR
         | 
| 15 | 
             
              results:
         | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
             | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 28 | 
            -
             | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 37 | 
             
            ---
         | 
| 38 |  | 
| 39 | 
             
            # crossencoder-camembert-L6-mmarcoFR
         | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            pipeline_tag: text-ranking
         | 
| 3 | 
             
            language: fr
         | 
| 4 | 
             
            license: mit
         | 
| 5 | 
             
            datasets:
         | 
|  | |
| 13 | 
             
            model-index:
         | 
| 14 | 
             
            - name: crossencoder-camembert-L6-mmarcoFR
         | 
| 15 | 
             
              results:
         | 
| 16 | 
            +
              - task:
         | 
| 17 | 
            +
                  type: text-classification
         | 
| 18 | 
            +
                  name: Passage Reranking
         | 
| 19 | 
            +
                dataset:
         | 
| 20 | 
            +
                  name: mMARCO-fr
         | 
| 21 | 
            +
                  type: unicamp-dl/mmarco
         | 
| 22 | 
            +
                  config: french
         | 
| 23 | 
            +
                  split: validation
         | 
| 24 | 
            +
                metrics:
         | 
| 25 | 
            +
                - type: recall_at_500
         | 
| 26 | 
            +
                  value: 96.08
         | 
| 27 | 
            +
                  name: Recall@500
         | 
| 28 | 
            +
                - type: recall_at_100
         | 
| 29 | 
            +
                  value: 84.79
         | 
| 30 | 
            +
                  name: Recall@100
         | 
| 31 | 
            +
                - type: recall_at_10
         | 
| 32 | 
            +
                  value: 57.85
         | 
| 33 | 
            +
                  name: Recall@10
         | 
| 34 | 
            +
                - type: mrr_at_10
         | 
| 35 | 
            +
                  value: 32.65
         | 
| 36 | 
            +
                  name: MRR@10
         | 
| 37 | 
             
            ---
         | 
| 38 |  | 
| 39 | 
             
            # crossencoder-camembert-L6-mmarcoFR
         | 

