File size: 3,441 Bytes
de4c181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
license: apache-2.0
base_model: google/bigbird-pegasus-large-arxiv
tags:
- generated_from_trainer
model-index:
- name: bigbird_pegasus
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# bigbird_pegasus

This model is a fine-tuned version of [google/bigbird-pegasus-large-arxiv](https://huggingface.co/google/bigbird-pegasus-large-arxiv) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: nan

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 2
- eval_batch_size: 4
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: polynomial
- lr_scheduler_warmup_steps: 500
- training_steps: 20000
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step  | Validation Loss |
|:-------------:|:-----:|:-----:|:---------------:|
| 0.0           | 0.0   | 500   | nan             |
| 0.0           | 0.01  | 1000  | nan             |
| 0.0           | 0.01  | 1500  | nan             |
| 0.0           | 0.01  | 2000  | nan             |
| 0.0           | 0.02  | 2500  | nan             |
| 0.0           | 0.02  | 3000  | nan             |
| 0.0           | 0.02  | 3500  | nan             |
| 0.0           | 0.03  | 4000  | nan             |
| 0.0           | 0.03  | 4500  | nan             |
| 0.0           | 0.03  | 5000  | nan             |
| 0.0           | 0.04  | 5500  | nan             |
| 0.0           | 0.04  | 6000  | nan             |
| 0.0           | 0.05  | 6500  | nan             |
| 0.0           | 0.05  | 7000  | nan             |
| 0.0           | 0.05  | 7500  | nan             |
| 0.0           | 0.06  | 8000  | nan             |
| 0.0           | 0.06  | 8500  | nan             |
| 0.0           | 0.06  | 9000  | nan             |
| 0.0           | 0.07  | 9500  | nan             |
| 0.0           | 0.07  | 10000 | nan             |
| 0.0           | 0.07  | 10500 | nan             |
| 0.0           | 0.08  | 11000 | nan             |
| 0.0           | 0.08  | 11500 | nan             |
| 0.0           | 0.08  | 12000 | nan             |
| 0.0           | 0.09  | 12500 | nan             |
| 0.0           | 0.09  | 13000 | nan             |
| 0.0           | 0.09  | 13500 | nan             |
| 0.0           | 0.1   | 14000 | nan             |
| 0.0           | 0.1   | 14500 | nan             |
| 0.0           | 0.1   | 15000 | nan             |
| 0.0           | 0.11  | 15500 | nan             |
| 0.0           | 0.11  | 16000 | nan             |
| 0.0           | 0.11  | 16500 | nan             |
| 0.0           | 0.12  | 17000 | nan             |
| 0.0           | 0.12  | 17500 | nan             |
| 0.0           | 0.13  | 18000 | nan             |
| 0.0           | 0.13  | 18500 | nan             |
| 0.0           | 0.13  | 19000 | nan             |
| 0.0           | 0.14  | 19500 | nan             |
| 0.0           | 0.14  | 20000 | nan             |


### Framework versions

- Transformers 4.37.2
- Pytorch 2.2.2+cu121
- Datasets 2.18.0
- Tokenizers 0.15.1