Wonder-Griffin commited on
Commit
b7f7172
1 Parent(s): 0340247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -52
README.md CHANGED
@@ -1,52 +1,63 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - generated_from_trainer
5
- model-index:
6
- - name: squadtrainTraXL
7
- results: []
8
- ---
9
-
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
- # squadtrainTraXL
14
-
15
- This model was trained from scratch on an unknown dataset.
16
-
17
- ## Model description
18
-
19
- More information needed
20
-
21
- ## Intended uses & limitations
22
-
23
- More information needed
24
-
25
- ## Training and evaluation data
26
-
27
- More information needed
28
-
29
- ## Training procedure
30
-
31
- ### Training hyperparameters
32
-
33
- The following hyperparameters were used during training:
34
- - learning_rate: 3.598262103710215e-05
35
- - train_batch_size: 16
36
- - eval_batch_size: 8
37
- - seed: 42
38
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
- - lr_scheduler_type: linear
40
- - num_epochs: 5
41
- - mixed_precision_training: Native AMP
42
-
43
- ### Training results
44
-
45
-
46
-
47
- ### Framework versions
48
-
49
- - Transformers 4.44.2
50
- - Pytorch 2.4.0+cu124
51
- - Datasets 2.19.1
52
- - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: squadtrainTraXL
7
+ results: []
8
+ license: wtfpl
9
+ datasets:
10
+ - Biddls/Onion_News
11
+ language:
12
+ - en
13
+ metrics:
14
+ - f1
15
+ - accuracy
16
+ - precision
17
+ base_model:
18
+ - Wonder-Griffin/TraXL
19
+ ---
20
+
21
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
22
+ should probably proofread and complete it, then remove this comment. -->
23
+
24
+ # squadtrainTraXL
25
+
26
+ This model was trained from scratch on an unknown dataset.
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 3.598262103710215e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.44.2
61
+ - Pytorch 2.4.0+cu124
62
+ - Datasets 2.19.1
63
+ - Tokenizers 0.19.1