Commit 
							
							·
						
						70bae09
	
1
								Parent(s):
							
							31ec2d1
								
FinalProject_1218/distilgpt2
Browse files- README.md +50 -0
 - generation_config.json +6 -0
 - training_args.bin +1 -1
 
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,50 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            license: apache-2.0
         
     | 
| 3 | 
         
            +
            base_model: distilgpt2
         
     | 
| 4 | 
         
            +
            tags:
         
     | 
| 5 | 
         
            +
            - translation
         
     | 
| 6 | 
         
            +
            - generated_from_trainer
         
     | 
| 7 | 
         
            +
            model-index:
         
     | 
| 8 | 
         
            +
            - name: distilgpt2
         
     | 
| 9 | 
         
            +
              results: []
         
     | 
| 10 | 
         
            +
            ---
         
     | 
| 11 | 
         
            +
             
     | 
| 12 | 
         
            +
            <!-- This model card has been generated automatically according to the information the Trainer had access to. You
         
     | 
| 13 | 
         
            +
            should probably proofread and complete it, then remove this comment. -->
         
     | 
| 14 | 
         
            +
             
     | 
| 15 | 
         
            +
            # distilgpt2
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
            +
            This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
         
     | 
| 18 | 
         
            +
             
     | 
| 19 | 
         
            +
            ## Model description
         
     | 
| 20 | 
         
            +
             
     | 
| 21 | 
         
            +
            More information needed
         
     | 
| 22 | 
         
            +
             
     | 
| 23 | 
         
            +
            ## Intended uses & limitations
         
     | 
| 24 | 
         
            +
             
     | 
| 25 | 
         
            +
            More information needed
         
     | 
| 26 | 
         
            +
             
     | 
| 27 | 
         
            +
            ## Training and evaluation data
         
     | 
| 28 | 
         
            +
             
     | 
| 29 | 
         
            +
            More information needed
         
     | 
| 30 | 
         
            +
             
     | 
| 31 | 
         
            +
            ## Training procedure
         
     | 
| 32 | 
         
            +
             
     | 
| 33 | 
         
            +
            ### Training hyperparameters
         
     | 
| 34 | 
         
            +
             
     | 
| 35 | 
         
            +
            The following hyperparameters were used during training:
         
     | 
| 36 | 
         
            +
            - learning_rate: 2e-05
         
     | 
| 37 | 
         
            +
            - train_batch_size: 64
         
     | 
| 38 | 
         
            +
            - eval_batch_size: 8
         
     | 
| 39 | 
         
            +
            - seed: 42
         
     | 
| 40 | 
         
            +
            - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
         
     | 
| 41 | 
         
            +
            - lr_scheduler_type: linear
         
     | 
| 42 | 
         
            +
            - num_epochs: 1
         
     | 
| 43 | 
         
            +
            - mixed_precision_training: Native AMP
         
     | 
| 44 | 
         
            +
             
     | 
| 45 | 
         
            +
            ### Framework versions
         
     | 
| 46 | 
         
            +
             
     | 
| 47 | 
         
            +
            - Transformers 4.35.2
         
     | 
| 48 | 
         
            +
            - Pytorch 2.1.0+cu121
         
     | 
| 49 | 
         
            +
            - Datasets 2.15.0
         
     | 
| 50 | 
         
            +
            - Tokenizers 0.15.0
         
     | 
    	
        generation_config.json
    ADDED
    
    | 
         @@ -0,0 +1,6 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_from_model_config": true,
         
     | 
| 3 | 
         
            +
              "bos_token_id": 50256,
         
     | 
| 4 | 
         
            +
              "eos_token_id": 50256,
         
     | 
| 5 | 
         
            +
              "transformers_version": "4.35.2"
         
     | 
| 6 | 
         
            +
            }
         
     | 
    	
        training_args.bin
    CHANGED
    
    | 
         @@ -1,3 +1,3 @@ 
     | 
|
| 1 | 
         
             
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            -
            oid sha256: 
     | 
| 3 | 
         
             
            size 4600
         
     | 
| 
         | 
|
| 1 | 
         
             
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:0a754e5b27cbce5e93e06da10a30c0aa814e6c9b886593e65b49d4ef19f6836e
         
     | 
| 3 | 
         
             
            size 4600
         
     |