Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +40 -0
- pytorch_model.bin +3 -0
- runs/Aug13_04-40-13_DOOGLAKS-PC/1660380022.5694716/events.out.tfevents.1660380022.DOOGLAKS-PC.101168.280 +3 -0
- runs/Aug13_04-40-13_DOOGLAKS-PC/events.out.tfevents.1660380022.DOOGLAKS-PC.101168.279 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
    	
        .gitignore
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            checkpoint-*/
         | 
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,40 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "bert-base-cased",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "BertForTokenClassification"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_probs_dropout_prob": 0.1,
         | 
| 7 | 
            +
              "classifier_dropout": null,
         | 
| 8 | 
            +
              "gradient_checkpointing": false,
         | 
| 9 | 
            +
              "hidden_act": "gelu",
         | 
| 10 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 11 | 
            +
              "hidden_size": 768,
         | 
| 12 | 
            +
              "id2label": {
         | 
| 13 | 
            +
                "0": "O",
         | 
| 14 | 
            +
                "1": "PER",
         | 
| 15 | 
            +
                "2": "LOC",
         | 
| 16 | 
            +
                "3": "ORG",
         | 
| 17 | 
            +
                "4": "MISC"
         | 
| 18 | 
            +
              },
         | 
| 19 | 
            +
              "initializer_range": 0.02,
         | 
| 20 | 
            +
              "intermediate_size": 3072,
         | 
| 21 | 
            +
              "label2id": {
         | 
| 22 | 
            +
                "LOC": "2",
         | 
| 23 | 
            +
                "MISC": "4",
         | 
| 24 | 
            +
                "O": "0",
         | 
| 25 | 
            +
                "ORG": "3",
         | 
| 26 | 
            +
                "PER": "1"
         | 
| 27 | 
            +
              },
         | 
| 28 | 
            +
              "layer_norm_eps": 1e-12,
         | 
| 29 | 
            +
              "max_position_embeddings": 512,
         | 
| 30 | 
            +
              "model_type": "bert",
         | 
| 31 | 
            +
              "num_attention_heads": 12,
         | 
| 32 | 
            +
              "num_hidden_layers": 12,
         | 
| 33 | 
            +
              "pad_token_id": 0,
         | 
| 34 | 
            +
              "position_embedding_type": "absolute",
         | 
| 35 | 
            +
              "torch_dtype": "float32",
         | 
| 36 | 
            +
              "transformers_version": "4.17.0",
         | 
| 37 | 
            +
              "type_vocab_size": 2,
         | 
| 38 | 
            +
              "use_cache": true,
         | 
| 39 | 
            +
              "vocab_size": 28996
         | 
| 40 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:26afdb24debb06297aefc3974f83c032ae7b8e465cd51dc86066e8d37b9f2afd
         | 
| 3 | 
            +
            size 430978417
         | 
    	
        runs/Aug13_04-40-13_DOOGLAKS-PC/1660380022.5694716/events.out.tfevents.1660380022.DOOGLAKS-PC.101168.280
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:6964299b290fd8a64c6f754c05fffa0e47e3397b3abf29c16c75f87824d9b607
         | 
| 3 | 
            +
            size 4912
         | 
    	
        runs/Aug13_04-40-13_DOOGLAKS-PC/events.out.tfevents.1660380022.DOOGLAKS-PC.101168.279
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:95980b4be224eb3ed118aa21ecd05fc9ea91bf296495820916b2f794e12fd799
         | 
| 3 | 
            +
            size 4114
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
         | 
    	
        tokenizer.json
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        tokenizer_config.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3fffd010f6f0563eb6f29b0571f936505ed94eb265e4ab705d106ae2df8ed567
         | 
| 3 | 
            +
            size 3183
         | 
    	
        vocab.txt
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  |