Commit ·
eaff504
1
Parent(s): ef9f338
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,10 +23,10 @@ get_started_code: "\n ``` python \n # Use a pipeline as a high-level helpe
|
|
| 23 |
\ tokenizer = AutoTokenizer.from_pretrained(\"MattStammers/test-trainer\")\n\
|
| 24 |
\ model = AutoModelForSequenceClassification.from_pretrained(\"MattStammers/test-trainer\"\
|
| 25 |
)\n ```\n "
|
| 26 |
-
training_data: '
|
| 27 |
-
preprocessing:
|
| 28 |
-
training_regime:
|
| 29 |
-
speeds_sizes_times:
|
| 30 |
testing_data: 'MRCP. Link: https://huggingface.co/datasets/SetFit/mrpc'
|
| 31 |
testing_factors: unknown
|
| 32 |
testing_metrics: unknown
|
|
@@ -37,14 +37,14 @@ model_specs: bert fine-tuned
|
|
| 37 |
compute_infrastructure: requires less than 4GB of GPU to run quickly
|
| 38 |
hardware: T600
|
| 39 |
hours_used: '0.1'
|
| 40 |
-
cloud_provider:
|
| 41 |
-
cloud_region:
|
| 42 |
-
co2_emitted:
|
| 43 |
-
software:
|
| 44 |
-
citation_bibtex:
|
| 45 |
-
citation_apa:
|
| 46 |
-
glossary:
|
| 47 |
-
more_information:
|
| 48 |
model_card_authors: Matt Stammers
|
| 49 |
model_card_contact: Matt Stammers
|
| 50 |
model-index:
|
|
@@ -149,7 +149,7 @@ Use the code below to get started with the model.
|
|
| 149 |
|
| 150 |
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 151 |
|
| 152 |
-
|
| 153 |
|
| 154 |
### Training Procedure
|
| 155 |
|
|
@@ -157,18 +157,18 @@ see Glue dataset: https://huggingface.co/datasets/glue
|
|
| 157 |
|
| 158 |
#### Preprocessing [optional]
|
| 159 |
|
| 160 |
-
|
| 161 |
|
| 162 |
|
| 163 |
#### Training Hyperparameters
|
| 164 |
|
| 165 |
-
- **Training regime:**
|
| 166 |
|
| 167 |
#### Speeds, Sizes, Times [optional]
|
| 168 |
|
| 169 |
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 170 |
|
| 171 |
-
|
| 172 |
|
| 173 |
## Evaluation
|
| 174 |
|
|
@@ -216,9 +216,9 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 216 |
|
| 217 |
- **Hardware Type:** T600
|
| 218 |
- **Hours used:** 0.1
|
| 219 |
-
- **Cloud Provider:**
|
| 220 |
-
- **Compute Region:**
|
| 221 |
-
- **Carbon Emitted:**
|
| 222 |
|
| 223 |
## Technical Specifications [optional]
|
| 224 |
|
|
@@ -236,7 +236,7 @@ T600
|
|
| 236 |
|
| 237 |
#### Software
|
| 238 |
|
| 239 |
-
|
| 240 |
|
| 241 |
## Citation [optional]
|
| 242 |
|
|
@@ -244,21 +244,21 @@ python, pytorch with transformers
|
|
| 244 |
|
| 245 |
**BibTeX:**
|
| 246 |
|
| 247 |
-
|
| 248 |
|
| 249 |
**APA:**
|
| 250 |
|
| 251 |
-
|
| 252 |
|
| 253 |
## Glossary [optional]
|
| 254 |
|
| 255 |
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 256 |
|
| 257 |
-
|
| 258 |
|
| 259 |
## More Information [optional]
|
| 260 |
|
| 261 |
-
|
| 262 |
|
| 263 |
## Model Card Authors [optional]
|
| 264 |
|
|
|
|
| 23 |
\ tokenizer = AutoTokenizer.from_pretrained(\"MattStammers/test-trainer\")\n\
|
| 24 |
\ model = AutoModelForSequenceClassification.from_pretrained(\"MattStammers/test-trainer\"\
|
| 25 |
)\n ```\n "
|
| 26 |
+
training_data: 'See Glue Dataset: https://huggingface.co/datasets/glue'
|
| 27 |
+
preprocessing: Sentence Pairs to analyse similarity
|
| 28 |
+
training_regime: User Defined
|
| 29 |
+
speeds_sizes_times: Not Relevant
|
| 30 |
testing_data: 'MRCP. Link: https://huggingface.co/datasets/SetFit/mrpc'
|
| 31 |
testing_factors: unknown
|
| 32 |
testing_metrics: unknown
|
|
|
|
| 37 |
compute_infrastructure: requires less than 4GB of GPU to run quickly
|
| 38 |
hardware: T600
|
| 39 |
hours_used: '0.1'
|
| 40 |
+
cloud_provider: N/A
|
| 41 |
+
cloud_region: N/A
|
| 42 |
+
co2_emitted: <1
|
| 43 |
+
software: Python, pytorch with transformers
|
| 44 |
+
citation_bibtex: N/A
|
| 45 |
+
citation_apa: N/A
|
| 46 |
+
glossary: N/A
|
| 47 |
+
more_information: Can be made available on request
|
| 48 |
model_card_authors: Matt Stammers
|
| 49 |
model_card_contact: Matt Stammers
|
| 50 |
model-index:
|
|
|
|
| 149 |
|
| 150 |
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 151 |
|
| 152 |
+
See Glue Dataset: https://huggingface.co/datasets/glue
|
| 153 |
|
| 154 |
### Training Procedure
|
| 155 |
|
|
|
|
| 157 |
|
| 158 |
#### Preprocessing [optional]
|
| 159 |
|
| 160 |
+
Sentence Pairs to analyse similarity
|
| 161 |
|
| 162 |
|
| 163 |
#### Training Hyperparameters
|
| 164 |
|
| 165 |
+
- **Training regime:** User Defined <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 166 |
|
| 167 |
#### Speeds, Sizes, Times [optional]
|
| 168 |
|
| 169 |
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 170 |
|
| 171 |
+
Not Relevant
|
| 172 |
|
| 173 |
## Evaluation
|
| 174 |
|
|
|
|
| 216 |
|
| 217 |
- **Hardware Type:** T600
|
| 218 |
- **Hours used:** 0.1
|
| 219 |
+
- **Cloud Provider:** N/A
|
| 220 |
+
- **Compute Region:** N/A
|
| 221 |
+
- **Carbon Emitted:** <1
|
| 222 |
|
| 223 |
## Technical Specifications [optional]
|
| 224 |
|
|
|
|
| 236 |
|
| 237 |
#### Software
|
| 238 |
|
| 239 |
+
Python, pytorch with transformers
|
| 240 |
|
| 241 |
## Citation [optional]
|
| 242 |
|
|
|
|
| 244 |
|
| 245 |
**BibTeX:**
|
| 246 |
|
| 247 |
+
N/A
|
| 248 |
|
| 249 |
**APA:**
|
| 250 |
|
| 251 |
+
N/A
|
| 252 |
|
| 253 |
## Glossary [optional]
|
| 254 |
|
| 255 |
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 256 |
|
| 257 |
+
N/A
|
| 258 |
|
| 259 |
## More Information [optional]
|
| 260 |
|
| 261 |
+
Can be made available on request
|
| 262 |
|
| 263 |
## Model Card Authors [optional]
|
| 264 |
|