model card v2
Browse files
README.md
CHANGED
@@ -83,15 +83,6 @@ Use the code below to get started with the model.
|
|
83 |
|
84 |
A sample of the data used to train our model can be found [here](https://github.com/fhewett/apa-rst/tree/main/original_texts).
|
85 |
|
86 |
-
### Training Procedure
|
87 |
-
|
88 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
89 |
-
|
90 |
-
#### Preprocessing [optional]
|
91 |
-
|
92 |
-
[More Information Needed]
|
93 |
-
|
94 |
-
|
95 |
#### Training Hyperparameters
|
96 |
|
97 |
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
@@ -104,38 +95,12 @@ A sample of the data used to train our model can be found [here](https://github.
|
|
104 |
|
105 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
|
107 |
-
### Testing Data, Factors & Metrics
|
108 |
-
|
109 |
-
#### Testing Data
|
110 |
-
|
111 |
-
<!-- This should link to a Dataset Card if possible. -->
|
112 |
-
|
113 |
-
[More Information Needed]
|
114 |
-
|
115 |
-
#### Factors
|
116 |
-
|
117 |
-
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
-
|
119 |
-
[More Information Needed]
|
120 |
-
|
121 |
-
#### Metrics
|
122 |
-
|
123 |
-
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
-
|
125 |
-
[More Information Needed]
|
126 |
-
|
127 |
-
### Results
|
128 |
-
|
129 |
-
[More Information Needed]
|
130 |
-
|
131 |
#### Summary
|
132 |
|
|
|
133 |
|
134 |
|
135 |
-
|
136 |
-
## Citation [optional]
|
137 |
-
|
138 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
139 |
|
140 |
**BibTeX:**
|
141 |
|
@@ -143,7 +108,7 @@ A sample of the data used to train our model can be found [here](https://github.
|
|
143 |
|
144 |
**APA:**
|
145 |
|
146 |
-
[More Information Needed]
|
147 |
|
148 |
## Model Card Contact
|
149 |
|
|
|
83 |
|
84 |
A sample of the data used to train our model can be found [here](https://github.com/fhewett/apa-rst/tree/main/original_texts).
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
#### Training Hyperparameters
|
87 |
|
88 |
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
|
|
95 |
|
96 |
<!-- This section describes the evaluation protocols and provides the results. -->
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
#### Summary
|
99 |
|
100 |
+
For now, we have manually checked the performance of our model on a small sample of texts. Whilst it seems to produce good summaries of all texts, it only seems to simplify newspaper articles (i.e. similar to our training data). We have not yet applied any large-scale metrics based evaluation.
|
101 |
|
102 |
|
103 |
+
<!-- ## Citation [optional]
|
|
|
|
|
|
|
104 |
|
105 |
**BibTeX:**
|
106 |
|
|
|
108 |
|
109 |
**APA:**
|
110 |
|
111 |
+
[More Information Needed]-->
|
112 |
|
113 |
## Model Card Contact
|
114 |
|