AdoCleanCode commited on
Commit
15129ef
·
verified ·
1 Parent(s): b8a7e24

Model save

Browse files
Files changed (3) hide show
  1. README.md +64 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: gpt2
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Fakeddit_real_baseline
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
+ # Fakeddit_real_baseline
16
+
17
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.6636
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 1000
45
+ - num_epochs: 5
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:------:|:---------------:|
52
+ | 4.9696 | 1.0 | 25429 | 4.7847 |
53
+ | 4.7704 | 2.0 | 50858 | 4.6946 |
54
+ | 4.5761 | 3.0 | 76287 | 4.6673 |
55
+ | 4.4593 | 4.0 | 101716 | 4.6591 |
56
+ | 4.4106 | 5.0 | 127145 | 4.6636 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.46.3
62
+ - Pytorch 2.1.2+cu121
63
+ - Datasets 2.19.1
64
+ - Tokenizers 0.20.3
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.46.3"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc34a345182a41aaa4f1b12a888f69cc85fbb00876b2b9823456e3d7267be289
3
  size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76753ef33141eb5b15d1703cad6ecc0651873771421e93b03078d8fe381dc399
3
  size 497774208