End of training
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: apache-2.0
         | 
| 3 | 
            -
            base_model:  | 
| 4 | 
             
            tags:
         | 
| 5 | 
             
            - generated_from_trainer
         | 
| 6 | 
             
            datasets:
         | 
| @@ -25,16 +25,16 @@ model-index: | |
| 25 | 
             
                metrics:
         | 
| 26 | 
             
                - name: Precision
         | 
| 27 | 
             
                  type: precision
         | 
| 28 | 
            -
                  value: 0. | 
| 29 | 
             
                - name: Recall
         | 
| 30 | 
             
                  type: recall
         | 
| 31 | 
            -
                  value: 0. | 
| 32 | 
             
                - name: F1
         | 
| 33 | 
             
                  type: f1
         | 
| 34 | 
            -
                  value: 0. | 
| 35 | 
             
                - name: Accuracy
         | 
| 36 | 
             
                  type: accuracy
         | 
| 37 | 
            -
                  value: 0. | 
| 38 | 
             
            ---
         | 
| 39 |  | 
| 40 | 
             
            <!-- This model card has been generated automatically according to the information the Trainer had access to. You
         | 
| @@ -42,13 +42,13 @@ should probably proofread and complete it, then remove this comment. --> | |
| 42 |  | 
| 43 | 
             
            # ner_bert_model
         | 
| 44 |  | 
| 45 | 
            -
            This model is a fine-tuned version of [ | 
| 46 | 
             
            It achieves the following results on the evaluation set:
         | 
| 47 | 
            -
            - Loss: 0. | 
| 48 | 
            -
            - Precision: 0. | 
| 49 | 
            -
            - Recall: 0. | 
| 50 | 
            -
            - F1: 0. | 
| 51 | 
            -
            - Accuracy: 0. | 
| 52 |  | 
| 53 | 
             
            ## Model description
         | 
| 54 |  | 
| @@ -79,26 +79,26 @@ The following hyperparameters were used during training: | |
| 79 |  | 
| 80 | 
             
            | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1     | Accuracy |
         | 
| 81 | 
             
            |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
         | 
| 82 | 
            -
            | No log        | 1.0   | 7    | 1. | 
| 83 | 
            -
            | No log        | 2.0   | 14   | 1. | 
| 84 | 
            -
            | No log        | 3.0   | 21   | 1. | 
| 85 | 
            -
            | No log        | 4.0   | 28   |  | 
| 86 | 
            -
            | No log        | 5.0   | 35   |  | 
| 87 | 
            -
            | No log        | 6.0   | 42   |  | 
| 88 | 
            -
            | No log        | 7.0   | 49   | 0. | 
| 89 | 
            -
            | No log        | 8.0   | 56   | 0. | 
| 90 | 
            -
            | No log        | 9.0   | 63   | 0. | 
| 91 | 
            -
            | No log        | 10.0  | 70   | 0. | 
| 92 | 
            -
            | No log        | 11.0  | 77   | 0. | 
| 93 | 
            -
            | No log        | 12.0  | 84   | 0. | 
| 94 | 
            -
            | No log        | 13.0  | 91   | 0. | 
| 95 | 
            -
            | No log        | 14.0  | 98   | 0. | 
| 96 | 
            -
            | No log        | 15.0  | 105  | 0. | 
| 97 | 
            -
            | No log        | 16.0  | 112  | 0. | 
| 98 | 
            -
            | No log        | 17.0  | 119  | 0. | 
| 99 | 
            -
            | No log        | 18.0  | 126  | 0. | 
| 100 | 
            -
            | No log        | 19.0  | 133  | 0. | 
| 101 | 
            -
            | No log        | 20.0  | 140  | 0. | 
| 102 |  | 
| 103 |  | 
| 104 | 
             
            ### Framework versions
         | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: apache-2.0
         | 
| 3 | 
            +
            base_model: bert-base-uncased
         | 
| 4 | 
             
            tags:
         | 
| 5 | 
             
            - generated_from_trainer
         | 
| 6 | 
             
            datasets:
         | 
|  | |
| 25 | 
             
                metrics:
         | 
| 26 | 
             
                - name: Precision
         | 
| 27 | 
             
                  type: precision
         | 
| 28 | 
            +
                  value: 0.8235294117647058
         | 
| 29 | 
             
                - name: Recall
         | 
| 30 | 
             
                  type: recall
         | 
| 31 | 
            +
                  value: 0.9333333333333333
         | 
| 32 | 
             
                - name: F1
         | 
| 33 | 
             
                  type: f1
         | 
| 34 | 
            +
                  value: 0.8749999999999999
         | 
| 35 | 
             
                - name: Accuracy
         | 
| 36 | 
             
                  type: accuracy
         | 
| 37 | 
            +
                  value: 0.9096045197740112
         | 
| 38 | 
             
            ---
         | 
| 39 |  | 
| 40 | 
             
            <!-- This model card has been generated automatically according to the information the Trainer had access to. You
         | 
|  | |
| 42 |  | 
| 43 | 
             
            # ner_bert_model
         | 
| 44 |  | 
| 45 | 
            +
            This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the shipping_label_ner dataset.
         | 
| 46 | 
             
            It achieves the following results on the evaluation set:
         | 
| 47 | 
            +
            - Loss: 0.4145
         | 
| 48 | 
            +
            - Precision: 0.8235
         | 
| 49 | 
            +
            - Recall: 0.9333
         | 
| 50 | 
            +
            - F1: 0.8750
         | 
| 51 | 
            +
            - Accuracy: 0.9096
         | 
| 52 |  | 
| 53 | 
             
            ## Model description
         | 
| 54 |  | 
|  | |
| 79 |  | 
| 80 | 
             
            | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1     | Accuracy |
         | 
| 81 | 
             
            |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
         | 
| 82 | 
            +
            | No log        | 1.0   | 7    | 1.7796          | 0.0       | 0.0    | 0.0    | 0.4294   |
         | 
| 83 | 
            +
            | No log        | 2.0   | 14   | 1.4530          | 0.5       | 0.2667 | 0.3478 | 0.5650   |
         | 
| 84 | 
            +
            | No log        | 3.0   | 21   | 1.1854          | 0.5510    | 0.36   | 0.4355 | 0.6384   |
         | 
| 85 | 
            +
            | No log        | 4.0   | 28   | 0.9850          | 0.6667    | 0.5867 | 0.6241 | 0.7345   |
         | 
| 86 | 
            +
            | No log        | 5.0   | 35   | 0.8189          | 0.6622    | 0.6533 | 0.6577 | 0.7797   |
         | 
| 87 | 
            +
            | No log        | 6.0   | 42   | 0.7194          | 0.6914    | 0.7467 | 0.7179 | 0.8192   |
         | 
| 88 | 
            +
            | No log        | 7.0   | 49   | 0.6126          | 0.7262    | 0.8133 | 0.7673 | 0.8588   |
         | 
| 89 | 
            +
            | No log        | 8.0   | 56   | 0.5760          | 0.75      | 0.88   | 0.8098 | 0.8701   |
         | 
| 90 | 
            +
            | No log        | 9.0   | 63   | 0.4819          | 0.8       | 0.9067 | 0.8500 | 0.8927   |
         | 
| 91 | 
            +
            | No log        | 10.0  | 70   | 0.4610          | 0.7907    | 0.9067 | 0.8447 | 0.8983   |
         | 
| 92 | 
            +
            | No log        | 11.0  | 77   | 0.4471          | 0.8       | 0.9067 | 0.8500 | 0.8927   |
         | 
| 93 | 
            +
            | No log        | 12.0  | 84   | 0.4203          | 0.7931    | 0.92   | 0.8519 | 0.9040   |
         | 
| 94 | 
            +
            | No log        | 13.0  | 91   | 0.4281          | 0.8256    | 0.9467 | 0.8820 | 0.9153   |
         | 
| 95 | 
            +
            | No log        | 14.0  | 98   | 0.3913          | 0.8256    | 0.9467 | 0.8820 | 0.9153   |
         | 
| 96 | 
            +
            | No log        | 15.0  | 105  | 0.3966          | 0.8235    | 0.9333 | 0.8750 | 0.9096   |
         | 
| 97 | 
            +
            | No log        | 16.0  | 112  | 0.4033          | 0.8235    | 0.9333 | 0.8750 | 0.9096   |
         | 
| 98 | 
            +
            | No log        | 17.0  | 119  | 0.4149          | 0.8140    | 0.9333 | 0.8696 | 0.9040   |
         | 
| 99 | 
            +
            | No log        | 18.0  | 126  | 0.4150          | 0.8140    | 0.9333 | 0.8696 | 0.9040   |
         | 
| 100 | 
            +
            | No log        | 19.0  | 133  | 0.4122          | 0.8235    | 0.9333 | 0.8750 | 0.9096   |
         | 
| 101 | 
            +
            | No log        | 20.0  | 140  | 0.4145          | 0.8235    | 0.9333 | 0.8750 | 0.9096   |
         | 
| 102 |  | 
| 103 |  | 
| 104 | 
             
            ### Framework versions
         | 
    	
        model.safetensors
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
             
            size 435629924
         | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:fadd07787185e1ceaebbac3fc2fd4209d466a606f9790ec97fe04cf36917ee54
         | 
| 3 | 
             
            size 435629924
         | 
    	
        runs/Mar28_06-55-59_9f7108f719c8/events.out.tfevents.1711608963.9f7108f719c8.203.3
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:88f3761e06039ee6b211ca1d85aa7b1b78f92fa6e31abbdc644a505b1ba9a1d1
         | 
| 3 | 
            +
            size 14771
         |