model_id
stringlengths 7
105
| model_card
stringlengths 1
130k
| model_labels
listlengths 2
80k
|
---|---|---|
TaLong/ViT_breastmnist
|
<!-- 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. -->
# ViT_breastmnist
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the medmnist-v2 dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3570
- Accuracy: 0.8654
- F1: 0.8157
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
| 0.5391 | 0.5556 | 10 | 0.4007 | 0.7949 | 0.6698 |
| 0.3685 | 1.1111 | 20 | 0.3650 | 0.8718 | 0.8120 |
| 0.2275 | 1.6667 | 30 | 0.3601 | 0.8462 | 0.8101 |
| 0.1604 | 2.2222 | 40 | 0.2938 | 0.8718 | 0.8319 |
| 0.0624 | 2.7778 | 50 | 0.2966 | 0.8846 | 0.8511 |
| 0.0597 | 3.3333 | 60 | 0.4313 | 0.8974 | 0.8556 |
| 0.029 | 3.8889 | 70 | 0.4105 | 0.8718 | 0.8194 |
| 0.0094 | 4.4444 | 80 | 0.3746 | 0.9103 | 0.8803 |
| 0.0077 | 5.0 | 90 | 0.4098 | 0.8974 | 0.8655 |
| 0.0082 | 5.5556 | 100 | 0.4451 | 0.9103 | 0.8803 |
| 0.0024 | 6.1111 | 110 | 0.4599 | 0.8974 | 0.8655 |
| 0.0028 | 6.6667 | 120 | 0.4739 | 0.8974 | 0.8608 |
| 0.0013 | 7.2222 | 130 | 0.4653 | 0.8974 | 0.8655 |
| 0.0016 | 7.7778 | 140 | 0.4927 | 0.8974 | 0.8608 |
| 0.0011 | 8.3333 | 150 | 0.5115 | 0.8974 | 0.8608 |
| 0.0015 | 8.8889 | 160 | 0.5055 | 0.8974 | 0.8608 |
| 0.0007 | 9.4444 | 170 | 0.4982 | 0.8974 | 0.8608 |
| 0.0011 | 10.0 | 180 | 0.4975 | 0.8974 | 0.8608 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"malignant",
"normal, benign"
] |
aningddd/vit-augmented
|
<!-- 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. -->
# vit-augmented
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7627
- Accuracy: 0.8096
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 1.2553 | 1.0 | 240 | 1.2678 | 0.4939 |
| 0.9239 | 2.0 | 480 | 0.9428 | 0.6534 |
| 0.5559 | 3.0 | 720 | 0.8016 | 0.7161 |
| 0.303 | 4.0 | 960 | 0.7304 | 0.7509 |
| 0.1581 | 5.0 | 1200 | 0.7179 | 0.7684 |
| 0.1043 | 6.0 | 1440 | 0.6920 | 0.7911 |
| 0.0394 | 7.0 | 1680 | 0.7819 | 0.7840 |
| 0.0214 | 8.0 | 1920 | 0.7248 | 0.8047 |
| 0.0173 | 9.0 | 2160 | 0.7635 | 0.8083 |
| 0.0114 | 10.0 | 2400 | 0.7627 | 0.8096 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Tokenizers 0.19.1
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5"
] |
aningddd/resnet_aug
|
<!-- 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. -->
# resnet_aug
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.2587
- Accuracy: 0.4686
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 1.6578 | 1.0 | 240 | 1.6593 | 0.2533 |
| 1.5544 | 2.0 | 480 | 1.5545 | 0.2803 |
| 1.4653 | 3.0 | 720 | 1.4689 | 0.3404 |
| 1.3595 | 4.0 | 960 | 1.3931 | 0.3914 |
| 1.2991 | 5.0 | 1200 | 1.3410 | 0.4208 |
| 1.2512 | 6.0 | 1440 | 1.3049 | 0.4421 |
| 1.1948 | 7.0 | 1680 | 1.2843 | 0.4552 |
| 1.1679 | 8.0 | 1920 | 1.2667 | 0.4613 |
| 1.1842 | 9.0 | 2160 | 1.2635 | 0.4668 |
| 1.1268 | 10.0 | 2400 | 1.2587 | 0.4686 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Tokenizers 0.19.1
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5"
] |
TaLong/ViT_bloodmnist
|
<!-- 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. -->
# ViT_bloodmnist
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the medmnist-v2 dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0879
- Accuracy: 0.9749
- F1: 0.9718
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
| 0.2747 | 1.0 | 374 | 0.0930 | 0.9696 | 0.9652 |
| 0.0955 | 2.0 | 748 | 0.0998 | 0.9702 | 0.9670 |
| 0.0405 | 3.0 | 1122 | 0.0812 | 0.9743 | 0.9725 |
| 0.0194 | 4.0 | 1496 | 0.0829 | 0.9796 | 0.9784 |
| 0.0081 | 5.0 | 1870 | 0.1328 | 0.9720 | 0.9696 |
| 0.0026 | 6.0 | 2244 | 0.1252 | 0.9743 | 0.9735 |
| 0.0004 | 7.0 | 2618 | 0.0997 | 0.9790 | 0.9778 |
| 0.0001 | 8.0 | 2992 | 0.1049 | 0.9784 | 0.9768 |
| 0.0001 | 9.0 | 3366 | 0.1072 | 0.9778 | 0.9761 |
| 0.0001 | 10.0 | 3740 | 0.1077 | 0.9778 | 0.9761 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"basophil",
"eosinophil",
"erythroblast",
"immature granulocytes(myelocytes, metamyelocytes and promyelocytes)",
"lymphocyte",
"monocyte",
"neutrophil",
"platelet"
] |
alyzbane/beit-base-patch16-224-pt22k-ft22k-finetuned-barkley
|
<!-- 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. -->
# beit-base-patch16-224-pt22k-ft22k-finetuned-barkley
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0079
- Precision: 1.0
- Recall: 1.0
- F1: 1.0
- Accuracy: 1.0
- Top1 Accuracy: 1.0
- Error Rate: 0.0
## 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: 0.0002
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 30
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | Top1 Accuracy | Error Rate |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|:-------------:|:----------:|
| 1.5547 | 1.0 | 38 | 1.4018 | 0.5683 | 0.4539 | 0.4240 | 0.4728 | 0.4539 | 0.5272 |
| 1.1732 | 2.0 | 76 | 0.9193 | 0.8095 | 0.7961 | 0.7985 | 0.8077 | 0.7961 | 0.1923 |
| 0.6764 | 3.0 | 114 | 0.3644 | 0.9488 | 0.9474 | 0.9470 | 0.9483 | 0.9474 | 0.0517 |
| 0.2566 | 4.0 | 152 | 0.0871 | 0.9937 | 0.9934 | 0.9934 | 0.9944 | 0.9934 | 0.0056 |
| 0.1014 | 5.0 | 190 | 0.0533 | 0.9809 | 0.9803 | 0.9802 | 0.9811 | 0.9803 | 0.0189 |
| 0.0538 | 6.0 | 228 | 0.0208 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0 |
| 0.0304 | 7.0 | 266 | 0.0079 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0 |
| 0.0571 | 8.0 | 304 | 0.0088 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0 |
| 0.0608 | 9.0 | 342 | 0.0226 | 0.9936 | 0.9934 | 0.9934 | 0.9933 | 0.9934 | 0.0067 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.3.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1
|
[
"iinstia bijuga",
"mangifera indica",
"pterocarpus indicus",
"roystonea regia",
"tabebuia"
] |
swayamg21/kvasir-classifier
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"dyed-lifted-polyps",
"dyed-resection-margins",
"esophagitis",
"normal-cecum",
"normal-pylorus",
"normal-z-line",
"polyps",
"ulcerative-colitis"
] |
Hyperreallabs/vit-base-patch16-224-finetuned-flowers
|
<!-- 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. -->
# vit-base-patch16-224-finetuned-flowers
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1542
- Accuracy: 0.9728
## 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: 5e-06
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.9927 | 0.5376 | 50 | 0.7656 | 0.8828 |
| 0.6638 | 1.0753 | 100 | 0.4909 | 0.9292 |
| 0.4344 | 1.6129 | 150 | 0.3344 | 0.9482 |
| 0.3479 | 2.1505 | 200 | 0.2529 | 0.9646 |
| 0.2803 | 2.6882 | 250 | 0.2076 | 0.9673 |
| 0.2208 | 3.2258 | 300 | 0.1812 | 0.9673 |
| 0.2083 | 3.7634 | 350 | 0.1662 | 0.9728 |
| 0.1948 | 4.3011 | 400 | 0.1576 | 0.9728 |
| 0.1855 | 4.8387 | 450 | 0.1542 | 0.9728 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1
|
[
"daisy",
"dandelion",
"roses",
"sunflowers",
"tulips"
] |
swayamg21/kvasir-classifier-8K
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"dyed-lifted-polyps",
"dyed-resection-margins",
"esophagitis",
"normal-cecum",
"normal-pylorus",
"normal-z-line",
"polyps",
"ulcerative-colitis"
] |
crocutacrocuto/dinov2-base-MEGbis-5
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"aardvark",
"bird",
"black-and-white colobus",
"blue duiker",
"blue monkey",
"buffalo",
"bushbuck",
"bushpig",
"cattle",
"chimpanzee",
"civet_genet",
"elephant",
"galago_potto",
"goat",
"golden cat",
"gorilla",
"guineafowl",
"leopard",
"lhoests monkey",
"mandrill",
"mongoose",
"monkey",
"olive baboon",
"pangolin",
"porcupine",
"red colobus_red-capped mangabey",
"red duiker",
"rodent",
"serval",
"spotted hyena",
"squirrel",
"water chevrotain",
"yellow-backed duiker"
] |
pufanyi/SC4000_ConvNeXtV2_base_full_2000
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
michaelloc009/cats-dogs-2024
|
# Model Trained Using AutoTrain
- Problem type: Image Classification
## Validation Metrics
loss: 0.272918701171875
f1: 1.0
precision: 1.0
recall: 1.0
auc: 1.0
accuracy: 1.0
|
[
"cats",
"dogs"
] |
diwa02/emotion_classification
|
<!-- 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. -->
# emotion_classification
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 1.4174
- Accuracy: 0.525
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 15
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 2.0777 | 1.0 | 10 | 2.0583 | 0.1812 |
| 2.0139 | 2.0 | 20 | 1.9850 | 0.2687 |
| 1.8654 | 3.0 | 30 | 1.8583 | 0.3063 |
| 1.7044 | 4.0 | 40 | 1.7314 | 0.3937 |
| 1.5957 | 5.0 | 50 | 1.6253 | 0.4125 |
| 1.5016 | 6.0 | 60 | 1.5818 | 0.3812 |
| 1.4279 | 7.0 | 70 | 1.5329 | 0.45 |
| 1.347 | 8.0 | 80 | 1.5491 | 0.425 |
| 1.3019 | 9.0 | 90 | 1.4662 | 0.5125 |
| 1.236 | 10.0 | 100 | 1.4375 | 0.5 |
| 1.1922 | 11.0 | 110 | 1.4149 | 0.5062 |
| 1.1551 | 12.0 | 120 | 1.4065 | 0.5125 |
| 1.1501 | 13.0 | 130 | 1.3861 | 0.5125 |
| 1.1258 | 14.0 | 140 | 1.3940 | 0.5312 |
| 1.1036 | 15.0 | 150 | 1.4022 | 0.5125 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1
|
[
"anger",
"contempt",
"disgust",
"fear",
"happy",
"neutral",
"sad",
"surprise"
] |
pufanyi/SC4000_ConvNeXtV2_base_full_9000
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
blade57/beans_health_type_classifier
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
bryanzhou008/swin-tiny-patch4-window7-224-finetuned-eurosat
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-finetuned-eurosat
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 2.9909
- Accuracy: 0.1778
## 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: 5e-05
- train_batch_size: 128
- eval_batch_size: 128
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 512
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| No log | 0.8 | 2 | 3.1216 | 0.0722 |
| No log | 2.0 | 5 | 3.0048 | 0.1694 |
| No log | 2.4 | 6 | 2.9909 | 0.1778 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.20.1
|
[
"03134_animalia_chordata_aves_accipitriformes_accipitridae_buteo_rufofuscus",
"03602_animalia_chordata_aves_falconiformes_falconidae_falco_rufigularis",
"03726_animalia_chordata_aves_passeriformes_cardinalidae_piranga_rubra",
"04686_animalia_chordata_mammalia_carnivora_herpestidae_mungos_mungo",
"04696_animalia_chordata_mammalia_carnivora_mustelidae_martes_foina",
"04703_animalia_chordata_mammalia_carnivora_mustelidae_taxidea_taxus",
"04745_animalia_chordata_mammalia_eulipotyphla_erinaceidae_erinaceus_europaeus",
"04748_animalia_chordata_mammalia_eulipotyphla_talpidae_condylura_cristata",
"04767_animalia_chordata_mammalia_monotremata_tachyglossidae_tachyglossus_aculeatus",
"04824_animalia_chordata_mammalia_rodentia_sciuridae_eutamias_sibiricus",
"04851_animalia_chordata_mammalia_rodentia_sciuridae_tamias_striatus",
"04892_animalia_chordata_reptilia_squamata_chamaeleonidae_bradypodion_pumilum",
"04893_animalia_chordata_reptilia_squamata_chamaeleonidae_chamaeleo_chamaeleon",
"04910_animalia_chordata_reptilia_squamata_colubridae_haldea_striatula",
"04946_animalia_chordata_reptilia_squamata_colubridae_pantherophis_alleghaniensis",
"04953_animalia_chordata_reptilia_squamata_colubridae_pituophis_catenifer",
"04976_animalia_chordata_reptilia_squamata_colubridae_virginia_valeriae",
"05045_animalia_chordata_reptilia_squamata_phrynosomatidae_sceloporus_consobrinus",
"05078_animalia_chordata_reptilia_squamata_scincidae_plestiodon_inexpectatus",
"05080_animalia_chordata_reptilia_squamata_scincidae_plestiodon_obsoletus",
"05100_animalia_chordata_reptilia_squamata_typhlopidae_indotyphlops_braminus",
"05110_animalia_chordata_reptilia_squamata_viperidae_bitis_arietans",
"05116_animalia_chordata_reptilia_squamata_viperidae_crotalus_horridus",
"05129_animalia_chordata_reptilia_squamata_viperidae_vipera_berus"
] |
bryanzhou008/vit-mae-base-finetuned-eurosat
|
<!-- 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. -->
# vit-mae-base-finetuned-eurosat
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0667
- Accuracy: 0.9785
## 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: 5e-05
- train_batch_size: 128
- eval_batch_size: 128
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 512
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.274 | 0.9895 | 47 | 0.1304 | 0.9619 |
| 0.137 | 2.0 | 95 | 0.0825 | 0.9763 |
| 0.1401 | 2.9684 | 141 | 0.0667 | 0.9785 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.20.1
|
[
"annualcrop",
"forest",
"herbaceousvegetation",
"highway",
"industrial",
"pasture",
"permanentcrop",
"residential",
"river",
"sealake"
] |
nemik/mobilevitv2-1.0-imagenet1k-256-finetuned_v2024-10-21-frost
|
<!-- 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. -->
# mobilevitv2-1.0-imagenet1k-256-finetuned_v2024-10-21-frost
This model is a fine-tuned version of [apple/mobilevitv2-1.0-imagenet1k-256](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256) on the webdataset dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1539
- Accuracy: 0.9444
- F1: 0.8545
- Precision: 0.8615
- Recall: 0.8476
## 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: 0.0002
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 30
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
| 0.6635 | 1.7544 | 100 | 0.6513 | 0.7604 | 0.5705 | 0.4355 | 0.8268 |
| 0.4461 | 3.5088 | 200 | 0.3972 | 0.8769 | 0.7292 | 0.6322 | 0.8614 |
| 0.2599 | 5.2632 | 300 | 0.2404 | 0.9227 | 0.8049 | 0.7821 | 0.8291 |
| 0.2074 | 7.0175 | 400 | 0.1942 | 0.9347 | 0.8256 | 0.8488 | 0.8037 |
| 0.167 | 8.7719 | 500 | 0.1772 | 0.9364 | 0.8354 | 0.8326 | 0.8383 |
| 0.1661 | 10.5263 | 600 | 0.1653 | 0.9342 | 0.8259 | 0.8417 | 0.8106 |
| 0.1603 | 12.2807 | 700 | 0.1649 | 0.9409 | 0.8473 | 0.8425 | 0.8522 |
| 0.1523 | 14.0351 | 800 | 0.1568 | 0.9467 | 0.8592 | 0.8735 | 0.8453 |
| 0.1506 | 15.7895 | 900 | 0.1548 | 0.9431 | 0.8494 | 0.8657 | 0.8337 |
| 0.1485 | 17.5439 | 1000 | 0.1539 | 0.9444 | 0.8545 | 0.8615 | 0.8476 |
| 0.1263 | 19.2982 | 1100 | 0.1521 | 0.944 | 0.8535 | 0.8595 | 0.8476 |
| 0.1444 | 21.0526 | 1200 | 0.1552 | 0.9418 | 0.8471 | 0.8561 | 0.8383 |
| 0.1133 | 22.8070 | 1300 | 0.1531 | 0.9449 | 0.8561 | 0.8601 | 0.8522 |
| 0.1019 | 24.5614 | 1400 | 0.1577 | 0.9431 | 0.8491 | 0.8675 | 0.8314 |
| 0.1141 | 26.3158 | 1500 | 0.1560 | 0.9413 | 0.8472 | 0.8492 | 0.8453 |
| 0.1087 | 28.0702 | 1600 | 0.1573 | 0.9422 | 0.8492 | 0.8531 | 0.8453 |
| 0.1015 | 29.8246 | 1700 | 0.1545 | 0.9422 | 0.8488 | 0.8548 | 0.8430 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1
|
[
"snowing",
"raining",
"sunny",
"cloudy",
"night",
"snow_on_road",
"partial_snow_on_road",
"clear_pavement",
"wet_pavement",
"iced_lens"
] |
pufanyi/SC4000_ConvNeXtV2_large_full_15900
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
marthakk/swin-tiny-patch4-window7-224-finetuned-eurosat
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-finetuned-eurosat
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2816
- Accuracy: 0.8553
- Precision: 0.8676
- Recall: 0.8553
- F1: 0.8582
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
| 0.5793 | 1.0 | 22 | 0.5874 | 0.6785 | 0.4603 | 0.6785 | 0.5485 |
| 0.3711 | 2.0 | 44 | 0.4135 | 0.7781 | 0.8169 | 0.7781 | 0.7395 |
| 0.2961 | 3.0 | 66 | 0.2816 | 0.8553 | 0.8676 | 0.8553 | 0.8582 |
| 0.2576 | 4.0 | 88 | 0.2899 | 0.7942 | 0.7884 | 0.7942 | 0.7857 |
| 0.261 | 5.0 | 110 | 0.2469 | 0.8103 | 0.8057 | 0.8103 | 0.8037 |
| 0.2559 | 6.0 | 132 | 0.2548 | 0.8360 | 0.8632 | 0.8360 | 0.8179 |
| 0.2249 | 7.0 | 154 | 0.2835 | 0.8135 | 0.8479 | 0.8135 | 0.7882 |
| 0.2242 | 8.0 | 176 | 0.2335 | 0.8296 | 0.8261 | 0.8296 | 0.8262 |
| 0.2215 | 9.0 | 198 | 0.2293 | 0.8521 | 0.8549 | 0.8521 | 0.8532 |
| 0.2269 | 10.0 | 220 | 0.2213 | 0.8424 | 0.8396 | 0.8424 | 0.8393 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"lacuna_bad",
"lacuna_thhin"
] |
sampath03/finetuned-indian-food
|
<!-- 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. -->
# finetuned-indian-food
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the indian_food_images dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2575
- Accuracy: 0.9320
## 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: 0.0002
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 1.1123 | 0.3003 | 100 | 0.9179 | 0.8799 |
| 0.9547 | 0.6006 | 200 | 0.8116 | 0.8108 |
| 0.8798 | 0.9009 | 300 | 0.5791 | 0.8650 |
| 0.4529 | 1.2012 | 400 | 0.4330 | 0.8990 |
| 0.3011 | 1.5015 | 500 | 0.4332 | 0.8874 |
| 0.4487 | 1.8018 | 600 | 0.3668 | 0.9054 |
| 0.2804 | 2.1021 | 700 | 0.3622 | 0.9086 |
| 0.2845 | 2.4024 | 800 | 0.3347 | 0.9118 |
| 0.2787 | 2.7027 | 900 | 0.3119 | 0.9203 |
| 0.1751 | 3.0030 | 1000 | 0.2879 | 0.9214 |
| 0.1861 | 3.3033 | 1100 | 0.2724 | 0.9309 |
| 0.1015 | 3.6036 | 1200 | 0.2628 | 0.9277 |
| 0.0959 | 3.9039 | 1300 | 0.2575 | 0.9320 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1
|
[
"burger",
"butter_naan",
"kaathi_rolls",
"kadai_paneer",
"kulfi",
"masala_dosa",
"momos",
"paani_puri",
"pakode",
"pav_bhaji",
"pizza",
"samosa",
"chai",
"chapati",
"chole_bhature",
"dal_makhani",
"dhokla",
"fried_rice",
"idli",
"jalebi"
] |
pufanyi/SC4000_ConvNeXtV2_large_balanced_15500
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
kauafirs/swin-tiny-patch4-window7-224-finetuned-eurosat
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-finetuned-eurosat
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0954
- Accuracy: 0.9686
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.4725 | 0.9979 | 351 | 0.1675 | 0.944 |
| 0.4115 | 1.9986 | 703 | 0.1021 | 0.9658 |
| 0.3714 | 2.9936 | 1053 | 0.0954 | 0.9686 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cpu
- Datasets 3.0.1
- Tokenizers 0.20.1
|
[
"airplane",
"automobile",
"bird",
"cat",
"deer",
"dog",
"frog",
"horse",
"ship",
"truck"
] |
nemik/mobilevit-xx-small-v2024-10-22
|
<!-- 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. -->
# mobilevit-xx-small-v2024-10-22
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on the webdataset dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1725
- Accuracy: 0.9338
- F1: 0.8269
- Precision: 0.8260
- Recall: 0.8279
## 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: 0.0002
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 30
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
| 0.6549 | 1.7544 | 100 | 0.6289 | 0.82 | 0.6260 | 0.5191 | 0.7884 |
| 0.4616 | 3.5088 | 200 | 0.4192 | 0.8867 | 0.7296 | 0.6706 | 0.8 |
| 0.3101 | 5.2632 | 300 | 0.3071 | 0.9036 | 0.7318 | 0.7810 | 0.6884 |
| 0.2932 | 7.0175 | 400 | 0.2486 | 0.908 | 0.7460 | 0.7896 | 0.7070 |
| 0.2652 | 8.7719 | 500 | 0.2279 | 0.9138 | 0.7674 | 0.7921 | 0.7442 |
| 0.2253 | 10.5263 | 600 | 0.2100 | 0.9218 | 0.7859 | 0.8240 | 0.7512 |
| 0.2257 | 12.2807 | 700 | 0.1951 | 0.9249 | 0.8019 | 0.8085 | 0.7953 |
| 0.2468 | 14.0351 | 800 | 0.1906 | 0.9307 | 0.8199 | 0.8142 | 0.8256 |
| 0.1796 | 15.7895 | 900 | 0.1949 | 0.9276 | 0.8120 | 0.8055 | 0.8186 |
| 0.1888 | 17.5439 | 1000 | 0.1807 | 0.9307 | 0.8178 | 0.8216 | 0.8140 |
| 0.202 | 19.2982 | 1100 | 0.1772 | 0.9342 | 0.8287 | 0.8249 | 0.8326 |
| 0.1824 | 21.0526 | 1200 | 0.1826 | 0.9276 | 0.8080 | 0.8186 | 0.7977 |
| 0.1808 | 22.8070 | 1300 | 0.1682 | 0.9347 | 0.8297 | 0.8268 | 0.8326 |
| 0.1792 | 24.5614 | 1400 | 0.1688 | 0.9364 | 0.8324 | 0.8392 | 0.8256 |
| 0.1852 | 26.3158 | 1500 | 0.1725 | 0.9338 | 0.8269 | 0.8260 | 0.8279 |
| 0.177 | 28.0702 | 1600 | 0.1690 | 0.9351 | 0.8282 | 0.8381 | 0.8186 |
| 0.1857 | 29.8246 | 1700 | 0.1708 | 0.9298 | 0.8176 | 0.8119 | 0.8233 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"snowing",
"raining",
"sunny",
"cloudy",
"night",
"snow_on_road",
"partial_snow_on_road",
"clear_pavement",
"wet_pavement",
"iced_lens"
] |
nemik/frost-mobile-apple__mobilevit-xx-small-v2024-10-22
|
<!-- 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. -->
# frost-mobile-apple__mobilevit-xx-small-v2024-10-22
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on the webdataset dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1381
- Accuracy: 0.9476
- F1: 0.8700
- Precision: 0.8681
- Recall: 0.8720
## 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: 0.0002
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 30
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
| 0.1927 | 1.7544 | 100 | 0.1470 | 0.9422 | 0.8565 | 0.8565 | 0.8565 |
| 0.1601 | 3.5088 | 200 | 0.1499 | 0.9444 | 0.8616 | 0.8644 | 0.8587 |
| 0.1544 | 5.2632 | 300 | 0.1536 | 0.9391 | 0.8493 | 0.8465 | 0.8521 |
| 0.207 | 7.0175 | 400 | 0.1374 | 0.9436 | 0.8575 | 0.8721 | 0.8433 |
| 0.1709 | 8.7719 | 500 | 0.1443 | 0.9431 | 0.8587 | 0.8587 | 0.8587 |
| 0.1548 | 10.5263 | 600 | 0.1572 | 0.9387 | 0.8490 | 0.8416 | 0.8565 |
| 0.1802 | 12.2807 | 700 | 0.1436 | 0.9458 | 0.8656 | 0.8637 | 0.8675 |
| 0.1455 | 14.0351 | 800 | 0.1442 | 0.9467 | 0.8667 | 0.8725 | 0.8609 |
| 0.1514 | 15.7895 | 900 | 0.1500 | 0.9422 | 0.8571 | 0.8534 | 0.8609 |
| 0.1368 | 17.5439 | 1000 | 0.1391 | 0.9489 | 0.8718 | 0.8806 | 0.8631 |
| 0.1515 | 19.2982 | 1100 | 0.1370 | 0.9476 | 0.8700 | 0.8681 | 0.8720 |
| 0.1372 | 21.0526 | 1200 | 0.1393 | 0.9458 | 0.8644 | 0.8702 | 0.8587 |
| 0.1397 | 22.8070 | 1300 | 0.1359 | 0.9498 | 0.8746 | 0.8795 | 0.8698 |
| 0.1398 | 24.5614 | 1400 | 0.1352 | 0.9489 | 0.8740 | 0.8674 | 0.8808 |
| 0.1276 | 26.3158 | 1500 | 0.1381 | 0.9476 | 0.8700 | 0.8681 | 0.8720 |
| 0.1519 | 28.0702 | 1600 | 0.1380 | 0.9462 | 0.8666 | 0.8656 | 0.8675 |
| 0.1479 | 29.8246 | 1700 | 0.1343 | 0.9498 | 0.8754 | 0.8744 | 0.8764 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"snowing",
"raining",
"sunny",
"cloudy",
"night",
"snow_on_road",
"partial_snow_on_road",
"clear_pavement",
"wet_pavement",
"iced_lens"
] |
pufanyi/SC4000_ConvNeXtV2_base_balanced_min_3900
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
pufanyi/SC4000_ConvNeXtV2_base_balanced_12500
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
carlosleao/RAFDB-Facial-Expression-Recognition
|
<!-- 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. -->
# RAFDB-Facial-Expression-Recognition
This model is a fine-tuned version of [motheecreator/vit-Facial-Expression-Recognition](https://huggingface.co/motheecreator/vit-Facial-Expression-Recognition) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5251
- Accuracy: 0.8198
## 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: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 256
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 1000
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 2.0294 | 2.0833 | 100 | 1.7424 | 0.4547 |
| 0.8701 | 4.1667 | 200 | 0.7676 | 0.7324 |
| 0.6327 | 6.25 | 300 | 0.5953 | 0.7934 |
| 0.5058 | 8.3333 | 400 | 0.5574 | 0.8106 |
### Framework versions
- Transformers 4.46.2
- Pytorch 2.5.1+cu124
- Datasets 3.1.0
- Tokenizers 0.20.3
|
[
"surprise",
"fear",
"disgust",
"happiness",
"sadness",
"anger",
"neutral"
] |
ZanoTJ/food_classifier
|
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# ZanoTJ/food_classifier
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Train Loss: 0.3757
- Validation Loss: 0.3368
- Train Accuracy: 0.917
- Epoch: 4
## 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:
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 20000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
- training_precision: float32
### Training results
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|:----------:|:---------------:|:--------------:|:-----:|
| 2.7860 | 1.6065 | 0.828 | 0 |
| 1.2125 | 0.7968 | 0.899 | 1 |
| 0.6954 | 0.5178 | 0.918 | 2 |
| 0.5001 | 0.3739 | 0.926 | 3 |
| 0.3757 | 0.3368 | 0.917 | 4 |
### Framework versions
- Transformers 4.44.2
- TensorFlow 2.17.0
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
ieegun/vit-base-patch16-224
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"tench, tinca tinca",
"goldfish, carassius auratus",
"great white shark, white shark, man-eater, man-eating shark, carcharodon carcharias",
"tiger shark, galeocerdo cuvieri",
"hammerhead, hammerhead shark",
"electric ray, crampfish, numbfish, torpedo",
"stingray",
"cock",
"hen",
"ostrich, struthio camelus",
"brambling, fringilla montifringilla",
"goldfinch, carduelis carduelis",
"house finch, linnet, carpodacus mexicanus",
"junco, snowbird",
"indigo bunting, indigo finch, indigo bird, passerina cyanea",
"robin, american robin, turdus migratorius",
"bulbul",
"jay",
"magpie",
"chickadee",
"water ouzel, dipper",
"kite",
"bald eagle, american eagle, haliaeetus leucocephalus",
"vulture",
"great grey owl, great gray owl, strix nebulosa",
"european fire salamander, salamandra salamandra",
"common newt, triturus vulgaris",
"eft",
"spotted salamander, ambystoma maculatum",
"axolotl, mud puppy, ambystoma mexicanum",
"bullfrog, rana catesbeiana",
"tree frog, tree-frog",
"tailed frog, bell toad, ribbed toad, tailed toad, ascaphus trui",
"loggerhead, loggerhead turtle, caretta caretta",
"leatherback turtle, leatherback, leathery turtle, dermochelys coriacea",
"mud turtle",
"terrapin",
"box turtle, box tortoise",
"banded gecko",
"common iguana, iguana, iguana iguana",
"american chameleon, anole, anolis carolinensis",
"whiptail, whiptail lizard",
"agama",
"frilled lizard, chlamydosaurus kingi",
"alligator lizard",
"gila monster, heloderma suspectum",
"green lizard, lacerta viridis",
"african chameleon, chamaeleo chamaeleon",
"komodo dragon, komodo lizard, dragon lizard, giant lizard, varanus komodoensis",
"african crocodile, nile crocodile, crocodylus niloticus",
"american alligator, alligator mississipiensis",
"triceratops",
"thunder snake, worm snake, carphophis amoenus",
"ringneck snake, ring-necked snake, ring snake",
"hognose snake, puff adder, sand viper",
"green snake, grass snake",
"king snake, kingsnake",
"garter snake, grass snake",
"water snake",
"vine snake",
"night snake, hypsiglena torquata",
"boa constrictor, constrictor constrictor",
"rock python, rock snake, python sebae",
"indian cobra, naja naja",
"green mamba",
"sea snake",
"horned viper, cerastes, sand viper, horned asp, cerastes cornutus",
"diamondback, diamondback rattlesnake, crotalus adamanteus",
"sidewinder, horned rattlesnake, crotalus cerastes",
"trilobite",
"harvestman, daddy longlegs, phalangium opilio",
"scorpion",
"black and gold garden spider, argiope aurantia",
"barn spider, araneus cavaticus",
"garden spider, aranea diademata",
"black widow, latrodectus mactans",
"tarantula",
"wolf spider, hunting spider",
"tick",
"centipede",
"black grouse",
"ptarmigan",
"ruffed grouse, partridge, bonasa umbellus",
"prairie chicken, prairie grouse, prairie fowl",
"peacock",
"quail",
"partridge",
"african grey, african gray, psittacus erithacus",
"macaw",
"sulphur-crested cockatoo, kakatoe galerita, cacatua galerita",
"lorikeet",
"coucal",
"bee eater",
"hornbill",
"hummingbird",
"jacamar",
"toucan",
"drake",
"red-breasted merganser, mergus serrator",
"goose",
"black swan, cygnus atratus",
"tusker",
"echidna, spiny anteater, anteater",
"platypus, duckbill, duckbilled platypus, duck-billed platypus, ornithorhynchus anatinus",
"wallaby, brush kangaroo",
"koala, koala bear, kangaroo bear, native bear, phascolarctos cinereus",
"wombat",
"jellyfish",
"sea anemone, anemone",
"brain coral",
"flatworm, platyhelminth",
"nematode, nematode worm, roundworm",
"conch",
"snail",
"slug",
"sea slug, nudibranch",
"chiton, coat-of-mail shell, sea cradle, polyplacophore",
"chambered nautilus, pearly nautilus, nautilus",
"dungeness crab, cancer magister",
"rock crab, cancer irroratus",
"fiddler crab",
"king crab, alaska crab, alaskan king crab, alaska king crab, paralithodes camtschatica",
"american lobster, northern lobster, maine lobster, homarus americanus",
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish",
"crayfish, crawfish, crawdad, crawdaddy",
"hermit crab",
"isopod",
"white stork, ciconia ciconia",
"black stork, ciconia nigra",
"spoonbill",
"flamingo",
"little blue heron, egretta caerulea",
"american egret, great white heron, egretta albus",
"bittern",
"crane",
"limpkin, aramus pictus",
"european gallinule, porphyrio porphyrio",
"american coot, marsh hen, mud hen, water hen, fulica americana",
"bustard",
"ruddy turnstone, arenaria interpres",
"red-backed sandpiper, dunlin, erolia alpina",
"redshank, tringa totanus",
"dowitcher",
"oystercatcher, oyster catcher",
"pelican",
"king penguin, aptenodytes patagonica",
"albatross, mollymawk",
"grey whale, gray whale, devilfish, eschrichtius gibbosus, eschrichtius robustus",
"killer whale, killer, orca, grampus, sea wolf, orcinus orca",
"dugong, dugong dugon",
"sea lion",
"chihuahua",
"japanese spaniel",
"maltese dog, maltese terrier, maltese",
"pekinese, pekingese, peke",
"shih-tzu",
"blenheim spaniel",
"papillon",
"toy terrier",
"rhodesian ridgeback",
"afghan hound, afghan",
"basset, basset hound",
"beagle",
"bloodhound, sleuthhound",
"bluetick",
"black-and-tan coonhound",
"walker hound, walker foxhound",
"english foxhound",
"redbone",
"borzoi, russian wolfhound",
"irish wolfhound",
"italian greyhound",
"whippet",
"ibizan hound, ibizan podenco",
"norwegian elkhound, elkhound",
"otterhound, otter hound",
"saluki, gazelle hound",
"scottish deerhound, deerhound",
"weimaraner",
"staffordshire bullterrier, staffordshire bull terrier",
"american staffordshire terrier, staffordshire terrier, american pit bull terrier, pit bull terrier",
"bedlington terrier",
"border terrier",
"kerry blue terrier",
"irish terrier",
"norfolk terrier",
"norwich terrier",
"yorkshire terrier",
"wire-haired fox terrier",
"lakeland terrier",
"sealyham terrier, sealyham",
"airedale, airedale terrier",
"cairn, cairn terrier",
"australian terrier",
"dandie dinmont, dandie dinmont terrier",
"boston bull, boston terrier",
"miniature schnauzer",
"giant schnauzer",
"standard schnauzer",
"scotch terrier, scottish terrier, scottie",
"tibetan terrier, chrysanthemum dog",
"silky terrier, sydney silky",
"soft-coated wheaten terrier",
"west highland white terrier",
"lhasa, lhasa apso",
"flat-coated retriever",
"curly-coated retriever",
"golden retriever",
"labrador retriever",
"chesapeake bay retriever",
"german short-haired pointer",
"vizsla, hungarian pointer",
"english setter",
"irish setter, red setter",
"gordon setter",
"brittany spaniel",
"clumber, clumber spaniel",
"english springer, english springer spaniel",
"welsh springer spaniel",
"cocker spaniel, english cocker spaniel, cocker",
"sussex spaniel",
"irish water spaniel",
"kuvasz",
"schipperke",
"groenendael",
"malinois",
"briard",
"kelpie",
"komondor",
"old english sheepdog, bobtail",
"shetland sheepdog, shetland sheep dog, shetland",
"collie",
"border collie",
"bouvier des flandres, bouviers des flandres",
"rottweiler",
"german shepherd, german shepherd dog, german police dog, alsatian",
"doberman, doberman pinscher",
"miniature pinscher",
"greater swiss mountain dog",
"bernese mountain dog",
"appenzeller",
"entlebucher",
"boxer",
"bull mastiff",
"tibetan mastiff",
"french bulldog",
"great dane",
"saint bernard, st bernard",
"eskimo dog, husky",
"malamute, malemute, alaskan malamute",
"siberian husky",
"dalmatian, coach dog, carriage dog",
"affenpinscher, monkey pinscher, monkey dog",
"basenji",
"pug, pug-dog",
"leonberg",
"newfoundland, newfoundland dog",
"great pyrenees",
"samoyed, samoyede",
"pomeranian",
"chow, chow chow",
"keeshond",
"brabancon griffon",
"pembroke, pembroke welsh corgi",
"cardigan, cardigan welsh corgi",
"toy poodle",
"miniature poodle",
"standard poodle",
"mexican hairless",
"timber wolf, grey wolf, gray wolf, canis lupus",
"white wolf, arctic wolf, canis lupus tundrarum",
"red wolf, maned wolf, canis rufus, canis niger",
"coyote, prairie wolf, brush wolf, canis latrans",
"dingo, warrigal, warragal, canis dingo",
"dhole, cuon alpinus",
"african hunting dog, hyena dog, cape hunting dog, lycaon pictus",
"hyena, hyaena",
"red fox, vulpes vulpes",
"kit fox, vulpes macrotis",
"arctic fox, white fox, alopex lagopus",
"grey fox, gray fox, urocyon cinereoargenteus",
"tabby, tabby cat",
"tiger cat",
"persian cat",
"siamese cat, siamese",
"egyptian cat",
"cougar, puma, catamount, mountain lion, painter, panther, felis concolor",
"lynx, catamount",
"leopard, panthera pardus",
"snow leopard, ounce, panthera uncia",
"jaguar, panther, panthera onca, felis onca",
"lion, king of beasts, panthera leo",
"tiger, panthera tigris",
"cheetah, chetah, acinonyx jubatus",
"brown bear, bruin, ursus arctos",
"american black bear, black bear, ursus americanus, euarctos americanus",
"ice bear, polar bear, ursus maritimus, thalarctos maritimus",
"sloth bear, melursus ursinus, ursus ursinus",
"mongoose",
"meerkat, mierkat",
"tiger beetle",
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle",
"ground beetle, carabid beetle",
"long-horned beetle, longicorn, longicorn beetle",
"leaf beetle, chrysomelid",
"dung beetle",
"rhinoceros beetle",
"weevil",
"fly",
"bee",
"ant, emmet, pismire",
"grasshopper, hopper",
"cricket",
"walking stick, walkingstick, stick insect",
"cockroach, roach",
"mantis, mantid",
"cicada, cicala",
"leafhopper",
"lacewing, lacewing fly",
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk",
"damselfly",
"admiral",
"ringlet, ringlet butterfly",
"monarch, monarch butterfly, milkweed butterfly, danaus plexippus",
"cabbage butterfly",
"sulphur butterfly, sulfur butterfly",
"lycaenid, lycaenid butterfly",
"starfish, sea star",
"sea urchin",
"sea cucumber, holothurian",
"wood rabbit, cottontail, cottontail rabbit",
"hare",
"angora, angora rabbit",
"hamster",
"porcupine, hedgehog",
"fox squirrel, eastern fox squirrel, sciurus niger",
"marmot",
"beaver",
"guinea pig, cavia cobaya",
"sorrel",
"zebra",
"hog, pig, grunter, squealer, sus scrofa",
"wild boar, boar, sus scrofa",
"warthog",
"hippopotamus, hippo, river horse, hippopotamus amphibius",
"ox",
"water buffalo, water ox, asiatic buffalo, bubalus bubalis",
"bison",
"ram, tup",
"bighorn, bighorn sheep, cimarron, rocky mountain bighorn, rocky mountain sheep, ovis canadensis",
"ibex, capra ibex",
"hartebeest",
"impala, aepyceros melampus",
"gazelle",
"arabian camel, dromedary, camelus dromedarius",
"llama",
"weasel",
"mink",
"polecat, fitch, foulmart, foumart, mustela putorius",
"black-footed ferret, ferret, mustela nigripes",
"otter",
"skunk, polecat, wood pussy",
"badger",
"armadillo",
"three-toed sloth, ai, bradypus tridactylus",
"orangutan, orang, orangutang, pongo pygmaeus",
"gorilla, gorilla gorilla",
"chimpanzee, chimp, pan troglodytes",
"gibbon, hylobates lar",
"siamang, hylobates syndactylus, symphalangus syndactylus",
"guenon, guenon monkey",
"patas, hussar monkey, erythrocebus patas",
"baboon",
"macaque",
"langur",
"colobus, colobus monkey",
"proboscis monkey, nasalis larvatus",
"marmoset",
"capuchin, ringtail, cebus capucinus",
"howler monkey, howler",
"titi, titi monkey",
"spider monkey, ateles geoffroyi",
"squirrel monkey, saimiri sciureus",
"madagascar cat, ring-tailed lemur, lemur catta",
"indri, indris, indri indri, indri brevicaudatus",
"indian elephant, elephas maximus",
"african elephant, loxodonta africana",
"lesser panda, red panda, panda, bear cat, cat bear, ailurus fulgens",
"giant panda, panda, panda bear, coon bear, ailuropoda melanoleuca",
"barracouta, snoek",
"eel",
"coho, cohoe, coho salmon, blue jack, silver salmon, oncorhynchus kisutch",
"rock beauty, holocanthus tricolor",
"anemone fish",
"sturgeon",
"gar, garfish, garpike, billfish, lepisosteus osseus",
"lionfish",
"puffer, pufferfish, blowfish, globefish",
"abacus",
"abaya",
"academic gown, academic robe, judge's robe",
"accordion, piano accordion, squeeze box",
"acoustic guitar",
"aircraft carrier, carrier, flattop, attack aircraft carrier",
"airliner",
"airship, dirigible",
"altar",
"ambulance",
"amphibian, amphibious vehicle",
"analog clock",
"apiary, bee house",
"apron",
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin",
"assault rifle, assault gun",
"backpack, back pack, knapsack, packsack, rucksack, haversack",
"bakery, bakeshop, bakehouse",
"balance beam, beam",
"balloon",
"ballpoint, ballpoint pen, ballpen, biro",
"band aid",
"banjo",
"bannister, banister, balustrade, balusters, handrail",
"barbell",
"barber chair",
"barbershop",
"barn",
"barometer",
"barrel, cask",
"barrow, garden cart, lawn cart, wheelbarrow",
"baseball",
"basketball",
"bassinet",
"bassoon",
"bathing cap, swimming cap",
"bath towel",
"bathtub, bathing tub, bath, tub",
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon",
"beacon, lighthouse, beacon light, pharos",
"beaker",
"bearskin, busby, shako",
"beer bottle",
"beer glass",
"bell cote, bell cot",
"bib",
"bicycle-built-for-two, tandem bicycle, tandem",
"bikini, two-piece",
"binder, ring-binder",
"binoculars, field glasses, opera glasses",
"birdhouse",
"boathouse",
"bobsled, bobsleigh, bob",
"bolo tie, bolo, bola tie, bola",
"bonnet, poke bonnet",
"bookcase",
"bookshop, bookstore, bookstall",
"bottlecap",
"bow",
"bow tie, bow-tie, bowtie",
"brass, memorial tablet, plaque",
"brassiere, bra, bandeau",
"breakwater, groin, groyne, mole, bulwark, seawall, jetty",
"breastplate, aegis, egis",
"broom",
"bucket, pail",
"buckle",
"bulletproof vest",
"bullet train, bullet",
"butcher shop, meat market",
"cab, hack, taxi, taxicab",
"caldron, cauldron",
"candle, taper, wax light",
"cannon",
"canoe",
"can opener, tin opener",
"cardigan",
"car mirror",
"carousel, carrousel, merry-go-round, roundabout, whirligig",
"carpenter's kit, tool kit",
"carton",
"car wheel",
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, atm",
"cassette",
"cassette player",
"castle",
"catamaran",
"cd player",
"cello, violoncello",
"cellular telephone, cellular phone, cellphone, cell, mobile phone",
"chain",
"chainlink fence",
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour",
"chain saw, chainsaw",
"chest",
"chiffonier, commode",
"chime, bell, gong",
"china cabinet, china closet",
"christmas stocking",
"church, church building",
"cinema, movie theater, movie theatre, movie house, picture palace",
"cleaver, meat cleaver, chopper",
"cliff dwelling",
"cloak",
"clog, geta, patten, sabot",
"cocktail shaker",
"coffee mug",
"coffeepot",
"coil, spiral, volute, whorl, helix",
"combination lock",
"computer keyboard, keypad",
"confectionery, confectionary, candy store",
"container ship, containership, container vessel",
"convertible",
"corkscrew, bottle screw",
"cornet, horn, trumpet, trump",
"cowboy boot",
"cowboy hat, ten-gallon hat",
"cradle",
"crane",
"crash helmet",
"crate",
"crib, cot",
"crock pot",
"croquet ball",
"crutch",
"cuirass",
"dam, dike, dyke",
"desk",
"desktop computer",
"dial telephone, dial phone",
"diaper, nappy, napkin",
"digital clock",
"digital watch",
"dining table, board",
"dishrag, dishcloth",
"dishwasher, dish washer, dishwashing machine",
"disk brake, disc brake",
"dock, dockage, docking facility",
"dogsled, dog sled, dog sleigh",
"dome",
"doormat, welcome mat",
"drilling platform, offshore rig",
"drum, membranophone, tympan",
"drumstick",
"dumbbell",
"dutch oven",
"electric fan, blower",
"electric guitar",
"electric locomotive",
"entertainment center",
"envelope",
"espresso maker",
"face powder",
"feather boa, boa",
"file, file cabinet, filing cabinet",
"fireboat",
"fire engine, fire truck",
"fire screen, fireguard",
"flagpole, flagstaff",
"flute, transverse flute",
"folding chair",
"football helmet",
"forklift",
"fountain",
"fountain pen",
"four-poster",
"freight car",
"french horn, horn",
"frying pan, frypan, skillet",
"fur coat",
"garbage truck, dustcart",
"gasmask, respirator, gas helmet",
"gas pump, gasoline pump, petrol pump, island dispenser",
"goblet",
"go-kart",
"golf ball",
"golfcart, golf cart",
"gondola",
"gong, tam-tam",
"gown",
"grand piano, grand",
"greenhouse, nursery, glasshouse",
"grille, radiator grille",
"grocery store, grocery, food market, market",
"guillotine",
"hair slide",
"hair spray",
"half track",
"hammer",
"hamper",
"hand blower, blow dryer, blow drier, hair dryer, hair drier",
"hand-held computer, hand-held microcomputer",
"handkerchief, hankie, hanky, hankey",
"hard disc, hard disk, fixed disk",
"harmonica, mouth organ, harp, mouth harp",
"harp",
"harvester, reaper",
"hatchet",
"holster",
"home theater, home theatre",
"honeycomb",
"hook, claw",
"hoopskirt, crinoline",
"horizontal bar, high bar",
"horse cart, horse-cart",
"hourglass",
"ipod",
"iron, smoothing iron",
"jack-o'-lantern",
"jean, blue jean, denim",
"jeep, landrover",
"jersey, t-shirt, tee shirt",
"jigsaw puzzle",
"jinrikisha, ricksha, rickshaw",
"joystick",
"kimono",
"knee pad",
"knot",
"lab coat, laboratory coat",
"ladle",
"lampshade, lamp shade",
"laptop, laptop computer",
"lawn mower, mower",
"lens cap, lens cover",
"letter opener, paper knife, paperknife",
"library",
"lifeboat",
"lighter, light, igniter, ignitor",
"limousine, limo",
"liner, ocean liner",
"lipstick, lip rouge",
"loafer",
"lotion",
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system",
"loupe, jeweler's loupe",
"lumbermill, sawmill",
"magnetic compass",
"mailbag, postbag",
"mailbox, letter box",
"maillot",
"maillot, tank suit",
"manhole cover",
"maraca",
"marimba, xylophone",
"mask",
"matchstick",
"maypole",
"maze, labyrinth",
"measuring cup",
"medicine chest, medicine cabinet",
"megalith, megalithic structure",
"microphone, mike",
"microwave, microwave oven",
"military uniform",
"milk can",
"minibus",
"miniskirt, mini",
"minivan",
"missile",
"mitten",
"mixing bowl",
"mobile home, manufactured home",
"model t",
"modem",
"monastery",
"monitor",
"moped",
"mortar",
"mortarboard",
"mosque",
"mosquito net",
"motor scooter, scooter",
"mountain bike, all-terrain bike, off-roader",
"mountain tent",
"mouse, computer mouse",
"mousetrap",
"moving van",
"muzzle",
"nail",
"neck brace",
"necklace",
"nipple",
"notebook, notebook computer",
"obelisk",
"oboe, hautboy, hautbois",
"ocarina, sweet potato",
"odometer, hodometer, mileometer, milometer",
"oil filter",
"organ, pipe organ",
"oscilloscope, scope, cathode-ray oscilloscope, cro",
"overskirt",
"oxcart",
"oxygen mask",
"packet",
"paddle, boat paddle",
"paddlewheel, paddle wheel",
"padlock",
"paintbrush",
"pajama, pyjama, pj's, jammies",
"palace",
"panpipe, pandean pipe, syrinx",
"paper towel",
"parachute, chute",
"parallel bars, bars",
"park bench",
"parking meter",
"passenger car, coach, carriage",
"patio, terrace",
"pay-phone, pay-station",
"pedestal, plinth, footstall",
"pencil box, pencil case",
"pencil sharpener",
"perfume, essence",
"petri dish",
"photocopier",
"pick, plectrum, plectron",
"pickelhaube",
"picket fence, paling",
"pickup, pickup truck",
"pier",
"piggy bank, penny bank",
"pill bottle",
"pillow",
"ping-pong ball",
"pinwheel",
"pirate, pirate ship",
"pitcher, ewer",
"plane, carpenter's plane, woodworking plane",
"planetarium",
"plastic bag",
"plate rack",
"plow, plough",
"plunger, plumber's helper",
"polaroid camera, polaroid land camera",
"pole",
"police van, police wagon, paddy wagon, patrol wagon, wagon, black maria",
"poncho",
"pool table, billiard table, snooker table",
"pop bottle, soda bottle",
"pot, flowerpot",
"potter's wheel",
"power drill",
"prayer rug, prayer mat",
"printer",
"prison, prison house",
"projectile, missile",
"projector",
"puck, hockey puck",
"punching bag, punch bag, punching ball, punchball",
"purse",
"quill, quill pen",
"quilt, comforter, comfort, puff",
"racer, race car, racing car",
"racket, racquet",
"radiator",
"radio, wireless",
"radio telescope, radio reflector",
"rain barrel",
"recreational vehicle, rv, r.v.",
"reel",
"reflex camera",
"refrigerator, icebox",
"remote control, remote",
"restaurant, eating house, eating place, eatery",
"revolver, six-gun, six-shooter",
"rifle",
"rocking chair, rocker",
"rotisserie",
"rubber eraser, rubber, pencil eraser",
"rugby ball",
"rule, ruler",
"running shoe",
"safe",
"safety pin",
"saltshaker, salt shaker",
"sandal",
"sarong",
"sax, saxophone",
"scabbard",
"scale, weighing machine",
"school bus",
"schooner",
"scoreboard",
"screen, crt screen",
"screw",
"screwdriver",
"seat belt, seatbelt",
"sewing machine",
"shield, buckler",
"shoe shop, shoe-shop, shoe store",
"shoji",
"shopping basket",
"shopping cart",
"shovel",
"shower cap",
"shower curtain",
"ski",
"ski mask",
"sleeping bag",
"slide rule, slipstick",
"sliding door",
"slot, one-armed bandit",
"snorkel",
"snowmobile",
"snowplow, snowplough",
"soap dispenser",
"soccer ball",
"sock",
"solar dish, solar collector, solar furnace",
"sombrero",
"soup bowl",
"space bar",
"space heater",
"space shuttle",
"spatula",
"speedboat",
"spider web, spider's web",
"spindle",
"sports car, sport car",
"spotlight, spot",
"stage",
"steam locomotive",
"steel arch bridge",
"steel drum",
"stethoscope",
"stole",
"stone wall",
"stopwatch, stop watch",
"stove",
"strainer",
"streetcar, tram, tramcar, trolley, trolley car",
"stretcher",
"studio couch, day bed",
"stupa, tope",
"submarine, pigboat, sub, u-boat",
"suit, suit of clothes",
"sundial",
"sunglass",
"sunglasses, dark glasses, shades",
"sunscreen, sunblock, sun blocker",
"suspension bridge",
"swab, swob, mop",
"sweatshirt",
"swimming trunks, bathing trunks",
"swing",
"switch, electric switch, electrical switch",
"syringe",
"table lamp",
"tank, army tank, armored combat vehicle, armoured combat vehicle",
"tape player",
"teapot",
"teddy, teddy bear",
"television, television system",
"tennis ball",
"thatch, thatched roof",
"theater curtain, theatre curtain",
"thimble",
"thresher, thrasher, threshing machine",
"throne",
"tile roof",
"toaster",
"tobacco shop, tobacconist shop, tobacconist",
"toilet seat",
"torch",
"totem pole",
"tow truck, tow car, wrecker",
"toyshop",
"tractor",
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi",
"tray",
"trench coat",
"tricycle, trike, velocipede",
"trimaran",
"tripod",
"triumphal arch",
"trolleybus, trolley coach, trackless trolley",
"trombone",
"tub, vat",
"turnstile",
"typewriter keyboard",
"umbrella",
"unicycle, monocycle",
"upright, upright piano",
"vacuum, vacuum cleaner",
"vase",
"vault",
"velvet",
"vending machine",
"vestment",
"viaduct",
"violin, fiddle",
"volleyball",
"waffle iron",
"wall clock",
"wallet, billfold, notecase, pocketbook",
"wardrobe, closet, press",
"warplane, military plane",
"washbasin, handbasin, washbowl, lavabo, wash-hand basin",
"washer, automatic washer, washing machine",
"water bottle",
"water jug",
"water tower",
"whiskey jug",
"whistle",
"wig",
"window screen",
"window shade",
"windsor tie",
"wine bottle",
"wing",
"wok",
"wooden spoon",
"wool, woolen, woollen",
"worm fence, snake fence, snake-rail fence, virginia fence",
"wreck",
"yawl",
"yurt",
"web site, website, internet site, site",
"comic book",
"crossword puzzle, crossword",
"street sign",
"traffic light, traffic signal, stoplight",
"book jacket, dust cover, dust jacket, dust wrapper",
"menu",
"plate",
"guacamole",
"consomme",
"hot pot, hotpot",
"trifle",
"ice cream, icecream",
"ice lolly, lolly, lollipop, popsicle",
"french loaf",
"bagel, beigel",
"pretzel",
"cheeseburger",
"hotdog, hot dog, red hot",
"mashed potato",
"head cabbage",
"broccoli",
"cauliflower",
"zucchini, courgette",
"spaghetti squash",
"acorn squash",
"butternut squash",
"cucumber, cuke",
"artichoke, globe artichoke",
"bell pepper",
"cardoon",
"mushroom",
"granny smith",
"strawberry",
"orange",
"lemon",
"fig",
"pineapple, ananas",
"banana",
"jackfruit, jak, jack",
"custard apple",
"pomegranate",
"hay",
"carbonara",
"chocolate sauce, chocolate syrup",
"dough",
"meat loaf, meatloaf",
"pizza, pizza pie",
"potpie",
"burrito",
"red wine",
"espresso",
"cup",
"eggnog",
"alp",
"bubble",
"cliff, drop, drop-off",
"coral reef",
"geyser",
"lakeside, lakeshore",
"promontory, headland, head, foreland",
"sandbar, sand bar",
"seashore, coast, seacoast, sea-coast",
"valley, vale",
"volcano",
"ballplayer, baseball player",
"groom, bridegroom",
"scuba diver",
"rapeseed",
"daisy",
"yellow lady's slipper, yellow lady-slipper, cypripedium calceolus, cypripedium parviflorum",
"corn",
"acorn",
"hip, rose hip, rosehip",
"buckeye, horse chestnut, conker",
"coral fungus",
"agaric",
"gyromitra",
"stinkhorn, carrion fungus",
"earthstar",
"hen-of-the-woods, hen of the woods, polyporus frondosus, grifola frondosa",
"bolete",
"ear, spike, capitulum",
"toilet tissue, toilet paper, bathroom tissue"
] |
davanstrien/document-classifier-convnextv2-tiny-22k-224
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"contains_figure",
"contains_table",
"contains_text"
] |
riyadifirman/klasifikasiburung_new
|
<!-- 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. -->
# klasifikasiburung_new
This model is a fine-tuned version of [RobertZ2011/resnet-18-birb](https://huggingface.co/RobertZ2011/resnet-18-birb) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.1769
- Accuracy: 0.7604
- Precision: 0.7654
- Recall: 0.7604
- F1: 0.7572
## 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: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 20
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
| 2.3725 | 1.0 | 375 | 2.1701 | 0.5720 | 0.6410 | 0.5720 | 0.5531 |
| 1.9971 | 2.0 | 750 | 1.7855 | 0.6595 | 0.6896 | 0.6595 | 0.6456 |
| 1.6092 | 3.0 | 1125 | 1.5948 | 0.7026 | 0.7201 | 0.7026 | 0.6921 |
| 1.5044 | 4.0 | 1500 | 1.4862 | 0.7173 | 0.7288 | 0.7173 | 0.7078 |
| 1.2893 | 5.0 | 1875 | 1.4145 | 0.7309 | 0.7402 | 0.7309 | 0.7236 |
| 1.2276 | 6.0 | 2250 | 1.3653 | 0.7373 | 0.7454 | 0.7373 | 0.7310 |
| 1.1467 | 7.0 | 2625 | 1.3099 | 0.7478 | 0.7536 | 0.7478 | 0.7420 |
| 1.0491 | 8.0 | 3000 | 1.2975 | 0.7451 | 0.7518 | 0.7451 | 0.7399 |
| 0.9231 | 9.0 | 3375 | 1.2683 | 0.7518 | 0.7574 | 0.7518 | 0.7470 |
| 0.8979 | 10.0 | 3750 | 1.2389 | 0.7561 | 0.7609 | 0.7561 | 0.7519 |
| 0.9467 | 11.0 | 4125 | 1.2400 | 0.7566 | 0.7608 | 0.7566 | 0.7517 |
| 0.8315 | 12.0 | 4500 | 1.2164 | 0.7565 | 0.7623 | 0.7565 | 0.7530 |
| 0.7316 | 13.0 | 4875 | 1.2005 | 0.7570 | 0.7612 | 0.7570 | 0.7531 |
| 0.6786 | 14.0 | 5250 | 1.2080 | 0.7560 | 0.7623 | 0.7560 | 0.7527 |
| 0.7923 | 15.0 | 5625 | 1.1869 | 0.7582 | 0.7628 | 0.7582 | 0.7545 |
| 0.7415 | 16.0 | 6000 | 1.1802 | 0.7575 | 0.7633 | 0.7575 | 0.7548 |
| 0.6292 | 17.0 | 6375 | 1.1994 | 0.7542 | 0.7602 | 0.7542 | 0.7513 |
| 0.7069 | 18.0 | 6750 | 1.1769 | 0.7604 | 0.7654 | 0.7604 | 0.7572 |
| 0.69 | 19.0 | 7125 | 1.1743 | 0.7572 | 0.7610 | 0.7572 | 0.7542 |
| 0.6476 | 20.0 | 7500 | 1.1704 | 0.7585 | 0.7638 | 0.7585 | 0.7558 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"black footed albatross",
"laysan albatross",
"sooty albatross",
"groove billed ani",
"crested auklet",
"least auklet",
"parakeet auklet",
"rhinoceros auklet",
"brewer blackbird",
"red winged blackbird",
"rusty blackbird",
"yellow headed blackbird",
"bobolink",
"indigo bunting",
"lazuli bunting",
"painted bunting",
"cardinal",
"spotted catbird",
"gray catbird",
"yellow breasted chat",
"eastern towhee",
"chuck will widow",
"brandt cormorant",
"red faced cormorant",
"pelagic cormorant",
"bronzed cowbird",
"shiny cowbird",
"brown creeper",
"american crow",
"fish crow",
"black billed cuckoo",
"mangrove cuckoo",
"yellow billed cuckoo",
"gray crowned rosy finch",
"purple finch",
"northern flicker",
"acadian flycatcher",
"great crested flycatcher",
"least flycatcher",
"olive sided flycatcher",
"scissor tailed flycatcher",
"vermilion flycatcher",
"yellow bellied flycatcher",
"frigatebird",
"northern fulmar",
"gadwall",
"american goldfinch",
"european goldfinch",
"boat tailed grackle",
"eared grebe",
"horned grebe",
"pied billed grebe",
"western grebe",
"blue grosbeak",
"evening grosbeak",
"pine grosbeak",
"rose breasted grosbeak",
"pigeon guillemot",
"california gull",
"glaucous winged gull",
"heermann gull",
"herring gull",
"ivory gull",
"ring billed gull",
"slaty backed gull",
"western gull",
"anna hummingbird",
"ruby throated hummingbird",
"rufous hummingbird",
"green violetear",
"long tailed jaeger",
"pomarine jaeger",
"blue jay",
"florida jay",
"green jay",
"dark eyed junco",
"tropical kingbird",
"gray kingbird",
"belted kingfisher",
"green kingfisher",
"pied kingfisher",
"ringed kingfisher",
"white breasted kingfisher",
"red legged kittiwake",
"horned lark",
"pacific loon",
"mallard",
"western meadowlark",
"hooded merganser",
"red breasted merganser",
"mockingbird",
"nighthawk",
"clark nutcracker",
"white breasted nuthatch",
"baltimore oriole",
"hooded oriole",
"orchard oriole",
"scott oriole",
"ovenbird",
"brown pelican",
"white pelican",
"western wood pewee",
"sayornis",
"american pipit",
"whip poor will",
"horned puffin",
"common raven",
"white necked raven",
"american redstart",
"geococcyx",
"loggerhead shrike",
"great grey shrike",
"baird sparrow",
"black throated sparrow",
"brewer sparrow",
"chipping sparrow",
"clay colored sparrow",
"house sparrow",
"field sparrow",
"fox sparrow",
"grasshopper sparrow",
"harris sparrow",
"henslow sparrow",
"le conte sparrow",
"lincoln sparrow",
"nelson sharp tailed sparrow",
"savannah sparrow",
"seaside sparrow",
"song sparrow",
"tree sparrow",
"vesper sparrow",
"white crowned sparrow",
"white throated sparrow",
"cape glossy starling",
"bank swallow",
"barn swallow",
"cliff swallow",
"tree swallow",
"scarlet tanager",
"summer tanager",
"artic tern",
"black tern",
"caspian tern",
"common tern",
"elegant tern",
"forsters tern",
"least tern",
"green tailed towhee",
"brown thrasher",
"sage thrasher",
"black capped vireo",
"blue headed vireo",
"philadelphia vireo",
"red eyed vireo",
"warbling vireo",
"white eyed vireo",
"yellow throated vireo",
"bay breasted warbler",
"black and white warbler",
"black throated blue warbler",
"blue winged warbler",
"canada warbler",
"cape may warbler",
"cerulean warbler",
"chestnut sided warbler",
"golden winged warbler",
"hooded warbler",
"kentucky warbler",
"magnolia warbler",
"mourning warbler",
"myrtle warbler",
"nashville warbler",
"orange crowned warbler",
"palm warbler",
"pine warbler",
"prairie warbler",
"prothonotary warbler",
"swainson warbler",
"tennessee warbler",
"wilson warbler",
"worm eating warbler",
"yellow warbler",
"northern waterthrush",
"louisiana waterthrush",
"bohemian waxwing",
"cedar waxwing",
"american three toed woodpecker",
"pileated woodpecker",
"red bellied woodpecker",
"red cockaded woodpecker",
"red headed woodpecker",
"downy woodpecker",
"bewick wren",
"cactus wren",
"carolina wren",
"house wren",
"marsh wren",
"rock wren",
"winter wren",
"common yellowthroat"
] |
davanstrien/document-classifier-convnextv2-tiny-1k-224
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"contains_figure",
"contains_table",
"contains_text"
] |
ozair23/autotrain-w5nk2-rvmqx
|
# Model Trained Using AutoTrain
- Problem type: Image Classification
## Validation Metrics
No validation metrics available
#Inference Pipeline
-
-Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
```python
from transformers import AutoModelForImageClassification, AutoProcessor
model = AutoModelForImageClassification.from_pretrained("ozair23/autotrain-w5nk2-rvmqx")
processor = AutoProcessor.from_pretrained("ozair23/autotrain-w5nk2-rvmqx")
def predict(image):
inputs = processor(images=image, return_tensors="pt")
outputs = model(**inputs)
return outputs
```
|
[
"apple___apple_scab",
"apple___black_rot",
"apple___cedar_apple_rust",
"apple___healthy",
"blueberry___healthy",
"cherry_(including_sour)___powdery_mildew",
"cherry_(including_sour)___healthy",
"corn_(maize)___cercospora_leaf_spot gray_leaf_spot",
"corn_(maize)___common_rust_",
"corn_(maize)___northern_leaf_blight",
"corn_(maize)___healthy",
"grape___black_rot",
"grape___esca_(black_measles)",
"grape___leaf_blight_(isariopsis_leaf_spot)",
"grape___healthy",
"orange___haunglongbing_(citrus_greening)",
"peach___bacterial_spot",
"peach___healthy",
"pepper,_bell___bacterial_spot",
"pepper,_bell___healthy",
"potato___early_blight",
"potato___late_blight",
"potato___healthy",
"raspberry___healthy",
"soybean___healthy",
"squash___powdery_mildew",
"strawberry___leaf_scorch",
"strawberry___healthy",
"tomato___bacterial_spot",
"tomato___early_blight",
"tomato___late_blight",
"tomato___leaf_mold",
"tomato___septoria_leaf_spot",
"tomato___spider_mites two-spotted_spider_mite",
"tomato___target_spot",
"tomato___tomato_yellow_leaf_curl_virus",
"tomato___tomato_mosaic_virus",
"tomato___healthy"
] |
riyadifirman/klasifikasiburung_new1
|
<!-- 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. -->
# klasifikasiburung_new1
This model is a fine-tuned version of [RobertZ2011/resnet-18-birb](https://huggingface.co/RobertZ2011/resnet-18-birb) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.3710
- Accuracy: 0.7475
- Precision: 0.7511
- Recall: 0.7475
- F1: 0.7421
## 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: 1e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 20
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
| 2.5853 | 1.0 | 94 | 2.3846 | 0.5300 | 0.6277 | 0.5300 | 0.5142 |
| 2.1068 | 2.0 | 188 | 2.0110 | 0.6134 | 0.6591 | 0.6134 | 0.5955 |
| 1.8269 | 3.0 | 282 | 1.8153 | 0.6662 | 0.6948 | 0.6662 | 0.6526 |
| 1.6924 | 4.0 | 376 | 1.7128 | 0.6843 | 0.7039 | 0.6843 | 0.6717 |
| 1.4718 | 5.0 | 470 | 1.6318 | 0.7057 | 0.7206 | 0.7057 | 0.6962 |
| 1.4567 | 6.0 | 564 | 1.5817 | 0.7135 | 0.7257 | 0.7135 | 0.7043 |
| 1.3464 | 7.0 | 658 | 1.5305 | 0.7251 | 0.7340 | 0.7251 | 0.7175 |
| 1.265 | 8.0 | 752 | 1.5036 | 0.7280 | 0.7358 | 0.7280 | 0.7211 |
| 1.1838 | 9.0 | 846 | 1.4770 | 0.7321 | 0.7405 | 0.7321 | 0.7256 |
| 1.1135 | 10.0 | 940 | 1.4468 | 0.7363 | 0.7424 | 0.7363 | 0.7299 |
| 1.0988 | 11.0 | 1034 | 1.4392 | 0.7390 | 0.7441 | 0.7390 | 0.7324 |
| 1.0884 | 12.0 | 1128 | 1.4233 | 0.7406 | 0.7462 | 0.7406 | 0.7348 |
| 1.0207 | 13.0 | 1222 | 1.3995 | 0.7402 | 0.7450 | 0.7402 | 0.7341 |
| 1.0033 | 14.0 | 1316 | 1.3999 | 0.7415 | 0.7468 | 0.7415 | 0.7356 |
| 0.965 | 15.0 | 1410 | 1.3832 | 0.7473 | 0.7506 | 0.7473 | 0.7416 |
| 0.9772 | 16.0 | 1504 | 1.3783 | 0.7459 | 0.7494 | 0.7459 | 0.7401 |
| 0.9073 | 17.0 | 1598 | 1.3883 | 0.7451 | 0.7504 | 0.7451 | 0.7397 |
| 0.9094 | 18.0 | 1692 | 1.3710 | 0.7475 | 0.7511 | 0.7475 | 0.7421 |
| 0.9111 | 19.0 | 1786 | 1.3715 | 0.7472 | 0.7500 | 0.7472 | 0.7415 |
| 0.929 | 20.0 | 1880 | 1.3657 | 0.7470 | 0.7509 | 0.7470 | 0.7419 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"black footed albatross",
"laysan albatross",
"sooty albatross",
"groove billed ani",
"crested auklet",
"least auklet",
"parakeet auklet",
"rhinoceros auklet",
"brewer blackbird",
"red winged blackbird",
"rusty blackbird",
"yellow headed blackbird",
"bobolink",
"indigo bunting",
"lazuli bunting",
"painted bunting",
"cardinal",
"spotted catbird",
"gray catbird",
"yellow breasted chat",
"eastern towhee",
"chuck will widow",
"brandt cormorant",
"red faced cormorant",
"pelagic cormorant",
"bronzed cowbird",
"shiny cowbird",
"brown creeper",
"american crow",
"fish crow",
"black billed cuckoo",
"mangrove cuckoo",
"yellow billed cuckoo",
"gray crowned rosy finch",
"purple finch",
"northern flicker",
"acadian flycatcher",
"great crested flycatcher",
"least flycatcher",
"olive sided flycatcher",
"scissor tailed flycatcher",
"vermilion flycatcher",
"yellow bellied flycatcher",
"frigatebird",
"northern fulmar",
"gadwall",
"american goldfinch",
"european goldfinch",
"boat tailed grackle",
"eared grebe",
"horned grebe",
"pied billed grebe",
"western grebe",
"blue grosbeak",
"evening grosbeak",
"pine grosbeak",
"rose breasted grosbeak",
"pigeon guillemot",
"california gull",
"glaucous winged gull",
"heermann gull",
"herring gull",
"ivory gull",
"ring billed gull",
"slaty backed gull",
"western gull",
"anna hummingbird",
"ruby throated hummingbird",
"rufous hummingbird",
"green violetear",
"long tailed jaeger",
"pomarine jaeger",
"blue jay",
"florida jay",
"green jay",
"dark eyed junco",
"tropical kingbird",
"gray kingbird",
"belted kingfisher",
"green kingfisher",
"pied kingfisher",
"ringed kingfisher",
"white breasted kingfisher",
"red legged kittiwake",
"horned lark",
"pacific loon",
"mallard",
"western meadowlark",
"hooded merganser",
"red breasted merganser",
"mockingbird",
"nighthawk",
"clark nutcracker",
"white breasted nuthatch",
"baltimore oriole",
"hooded oriole",
"orchard oriole",
"scott oriole",
"ovenbird",
"brown pelican",
"white pelican",
"western wood pewee",
"sayornis",
"american pipit",
"whip poor will",
"horned puffin",
"common raven",
"white necked raven",
"american redstart",
"geococcyx",
"loggerhead shrike",
"great grey shrike",
"baird sparrow",
"black throated sparrow",
"brewer sparrow",
"chipping sparrow",
"clay colored sparrow",
"house sparrow",
"field sparrow",
"fox sparrow",
"grasshopper sparrow",
"harris sparrow",
"henslow sparrow",
"le conte sparrow",
"lincoln sparrow",
"nelson sharp tailed sparrow",
"savannah sparrow",
"seaside sparrow",
"song sparrow",
"tree sparrow",
"vesper sparrow",
"white crowned sparrow",
"white throated sparrow",
"cape glossy starling",
"bank swallow",
"barn swallow",
"cliff swallow",
"tree swallow",
"scarlet tanager",
"summer tanager",
"artic tern",
"black tern",
"caspian tern",
"common tern",
"elegant tern",
"forsters tern",
"least tern",
"green tailed towhee",
"brown thrasher",
"sage thrasher",
"black capped vireo",
"blue headed vireo",
"philadelphia vireo",
"red eyed vireo",
"warbling vireo",
"white eyed vireo",
"yellow throated vireo",
"bay breasted warbler",
"black and white warbler",
"black throated blue warbler",
"blue winged warbler",
"canada warbler",
"cape may warbler",
"cerulean warbler",
"chestnut sided warbler",
"golden winged warbler",
"hooded warbler",
"kentucky warbler",
"magnolia warbler",
"mourning warbler",
"myrtle warbler",
"nashville warbler",
"orange crowned warbler",
"palm warbler",
"pine warbler",
"prairie warbler",
"prothonotary warbler",
"swainson warbler",
"tennessee warbler",
"wilson warbler",
"worm eating warbler",
"yellow warbler",
"northern waterthrush",
"louisiana waterthrush",
"bohemian waxwing",
"cedar waxwing",
"american three toed woodpecker",
"pileated woodpecker",
"red bellied woodpecker",
"red cockaded woodpecker",
"red headed woodpecker",
"downy woodpecker",
"bewick wren",
"cactus wren",
"carolina wren",
"house wren",
"marsh wren",
"rock wren",
"winter wren",
"common yellowthroat"
] |
cyanjing/vit-base-beans
|
<!-- 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. -->
# vit-base-beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0628
- Accuracy: 0.9925
## 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: 2e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 1337
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5.0
### Training results
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|:-------------:|:-----:|:----:|:--------:|:---------------:|
| 0.2816 | 1.0 | 130 | 0.9624 | 0.2185 |
| 0.1309 | 2.0 | 260 | 0.9699 | 0.1300 |
| 0.1404 | 3.0 | 390 | 0.9774 | 0.0964 |
| 0.0866 | 4.0 | 520 | 0.9925 | 0.0628 |
| 0.1156 | 5.0 | 650 | 0.9850 | 0.0830 |
### Framework versions
- Transformers 4.46.0.dev0
- Pytorch 2.3.0
- Datasets 2.19.1
- Tokenizers 0.20.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
pufanyi/SC4000_vit_large_full_15900
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
Tr13/MobileViT_Food_test_1
|
<!-- 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. -->
# MobileViT_Food_test_1
This model is a fine-tuned version of [apple/mobilevit-small](https://huggingface.co/apple/mobilevit-small) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.6788
- Accuracy: 0.2746
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 1
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 3.8487 | 0.9994 | 1183 | 3.6788 | 0.2746 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.20.1
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
Tr13/MobileViT_Food_80epoch
|
<!-- 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. -->
# MobileViT_Food_80epoch
This model is a fine-tuned version of [apple/mobilevit-small](https://huggingface.co/apple/mobilevit-small) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7769
- Accuracy: 0.8053
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 80
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-------:|:-----:|:---------------:|:--------:|
| 4.5902 | 0.9994 | 1183 | 4.5818 | 0.0286 |
| 4.2708 | 1.9996 | 2367 | 4.2247 | 0.1690 |
| 3.7077 | 2.9998 | 3551 | 3.5174 | 0.2602 |
| 3.271 | 4.0 | 4735 | 2.9216 | 0.3432 |
| 2.8193 | 4.9994 | 5918 | 2.4241 | 0.4276 |
| 2.4733 | 5.9996 | 7102 | 2.0284 | 0.5017 |
| 2.1674 | 6.9998 | 8286 | 1.7180 | 0.5674 |
| 1.9884 | 8.0 | 9470 | 1.5144 | 0.6122 |
| 1.7582 | 8.9994 | 10653 | 1.3711 | 0.6450 |
| 1.4781 | 9.9996 | 11837 | 1.2530 | 0.6689 |
| 1.6275 | 10.9998 | 13021 | 1.1598 | 0.6924 |
| 1.5292 | 12.0 | 14205 | 1.1260 | 0.7046 |
| 1.3675 | 12.9994 | 15388 | 1.0912 | 0.7122 |
| 1.3782 | 13.9996 | 16572 | 1.0276 | 0.7255 |
| 1.3084 | 14.9998 | 17756 | 1.0042 | 0.7345 |
| 1.1715 | 16.0 | 18940 | 0.9771 | 0.7427 |
| 1.2386 | 16.9994 | 20123 | 0.9601 | 0.7461 |
| 1.1787 | 17.9996 | 21307 | 0.9489 | 0.7472 |
| 1.1716 | 18.9998 | 22491 | 0.9360 | 0.7516 |
| 1.1363 | 20.0 | 23675 | 0.9129 | 0.7595 |
| 1.2677 | 20.9994 | 24858 | 0.9007 | 0.7633 |
| 1.2019 | 21.9996 | 26042 | 0.8869 | 0.7657 |
| 1.0633 | 22.9998 | 27226 | 0.8835 | 0.7656 |
| 1.0393 | 24.0 | 28410 | 0.8742 | 0.7693 |
| 0.9558 | 24.9994 | 29593 | 0.8704 | 0.7705 |
| 1.0596 | 25.9996 | 30777 | 0.8455 | 0.7764 |
| 1.0749 | 26.9998 | 31961 | 0.8431 | 0.7793 |
| 0.9913 | 28.0 | 33145 | 0.8332 | 0.7795 |
| 0.9477 | 28.9994 | 34328 | 0.8434 | 0.7777 |
| 0.9681 | 29.9996 | 35512 | 0.8215 | 0.7840 |
| 0.9356 | 30.9998 | 36696 | 0.8050 | 0.7888 |
| 0.806 | 32.0 | 37880 | 0.8152 | 0.7870 |
| 1.0011 | 32.9994 | 39063 | 0.8089 | 0.7843 |
| 0.9268 | 33.9996 | 40247 | 0.8018 | 0.7884 |
| 0.8209 | 34.9998 | 41431 | 0.8147 | 0.7876 |
| 0.8193 | 36.0 | 42615 | 0.8043 | 0.7893 |
| 0.8523 | 36.9994 | 43798 | 0.8014 | 0.7893 |
| 0.9134 | 37.9996 | 44982 | 0.7995 | 0.7895 |
| 0.9263 | 38.9998 | 46166 | 0.7928 | 0.7896 |
| 0.9393 | 40.0 | 47350 | 0.7951 | 0.7952 |
| 0.8028 | 40.9994 | 48533 | 0.7840 | 0.7967 |
| 0.8299 | 41.9996 | 49717 | 0.7994 | 0.7929 |
| 0.791 | 42.9998 | 50901 | 0.7873 | 0.7921 |
| 0.8739 | 44.0 | 52085 | 0.7869 | 0.7956 |
| 0.8777 | 44.9994 | 53268 | 0.7835 | 0.7952 |
| 0.8077 | 45.9996 | 54452 | 0.7815 | 0.7957 |
| 0.9119 | 46.9998 | 55636 | 0.7753 | 0.7984 |
| 0.9867 | 48.0 | 56820 | 0.7824 | 0.7969 |
| 0.8115 | 48.9994 | 58003 | 0.7852 | 0.7975 |
| 0.779 | 49.9996 | 59187 | 0.7815 | 0.7992 |
| 0.755 | 50.9998 | 60371 | 0.7796 | 0.8011 |
| 0.7529 | 52.0 | 61555 | 0.7739 | 0.8014 |
| 0.6878 | 52.9994 | 62738 | 0.7914 | 0.7989 |
| 0.744 | 53.9996 | 63922 | 0.7774 | 0.8002 |
| 0.7346 | 54.9998 | 65106 | 0.7679 | 0.8012 |
| 0.7672 | 56.0 | 66290 | 0.7696 | 0.7998 |
| 0.8018 | 56.9994 | 67473 | 0.7877 | 0.7987 |
| 0.7507 | 57.9996 | 68657 | 0.7903 | 0.7979 |
| 0.7632 | 58.9998 | 69841 | 0.7831 | 0.8010 |
| 0.7013 | 60.0 | 71025 | 0.7799 | 0.7985 |
| 0.7364 | 60.9994 | 72208 | 0.7527 | 0.8079 |
| 0.8036 | 61.9996 | 73392 | 0.7664 | 0.8010 |
| 0.74 | 62.9998 | 74576 | 0.7683 | 0.8022 |
| 0.6531 | 64.0 | 75760 | 0.7548 | 0.8021 |
| 0.7375 | 64.9994 | 76943 | 0.7623 | 0.8022 |
| 0.7228 | 65.9996 | 78127 | 0.7820 | 0.8028 |
| 0.7318 | 66.9998 | 79311 | 0.7625 | 0.8008 |
| 0.6529 | 68.0 | 80495 | 0.7693 | 0.8036 |
| 0.68 | 68.9994 | 81678 | 0.7371 | 0.8093 |
| 0.7396 | 69.9996 | 82862 | 0.7699 | 0.8040 |
| 0.7388 | 70.9998 | 84046 | 0.7596 | 0.8038 |
| 0.7135 | 72.0 | 85230 | 0.7607 | 0.8043 |
| 0.6667 | 72.9994 | 86413 | 0.7666 | 0.8034 |
| 0.6866 | 73.9996 | 87597 | 0.7640 | 0.8046 |
| 0.6601 | 74.9998 | 88781 | 0.7573 | 0.8037 |
| 0.7305 | 76.0 | 89965 | 0.7443 | 0.8094 |
| 0.7507 | 76.9994 | 91148 | 0.7636 | 0.8053 |
| 0.7073 | 77.9996 | 92332 | 0.7692 | 0.8033 |
| 0.688 | 78.9998 | 93516 | 0.7609 | 0.8044 |
| 0.6694 | 79.9493 | 94640 | 0.7769 | 0.8053 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.20.1
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
YxBxRyXJx/Google_VIT_Flower_1024
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"aechmea_fasciata",
"agave_americana",
"agave_attenuata",
"agave_tequilana",
"aglaonema_commutatum",
"albuca_spiralis",
"allium_cepa",
"allium_sativum"
] |
Dharma20/vit-base-fruits-360
|
<!-- 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. -->
# vit-base-fruits-360
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the PedroSampaio/fruits-360 dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1315
- Accuracy: 0.9919
## 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: 0.0003
- train_batch_size: 128
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 1
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.1353 | 1.0 | 424 | 0.1318 | 0.9928 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"apple braeburn",
"apple crimson snow",
"apple golden",
"apple granny smith",
"apple pink lady",
"apple red",
"apple red delicious",
"apple red yellow",
"apricot",
"avocado",
"avocado ripe",
"banana",
"banana lady finger",
"banana red",
"beetroot",
"blueberry",
"cactus fruit",
"cantaloupe",
"carambula",
"cauliflower",
"cherry",
"cherry rainier",
"cherry wax black",
"cherry wax red",
"cherry wax yellow",
"chestnut",
"clementine",
"cocos",
"corn",
"corn husk",
"cucumber ripe",
"dates",
"eggplant",
"fig",
"ginger root",
"granadilla",
"grape blue",
"grape pink",
"grape white",
"grapefruit pink",
"grapefruit white",
"guava",
"hazelnut",
"huckleberry",
"kaki",
"kiwi",
"kohlrabi",
"kumquats",
"lemon",
"lemon meyer",
"limes",
"lychee",
"mandarine",
"mango",
"mango red",
"mangostan",
"maracuja",
"melon piel de sapo",
"mulberry",
"nectarine",
"nectarine flat",
"nut forest",
"nut pecan",
"onion red",
"onion red peeled",
"onion white",
"orange",
"papaya",
"passion fruit",
"peach",
"peach flat",
"pear",
"pear abate",
"pear forelle",
"pear kaiser",
"pear monster",
"pear red",
"pear stone",
"pear williams",
"pepino",
"pepper green",
"pepper orange",
"pepper red",
"pepper yellow",
"physalis",
"physalis with husk",
"pineapple",
"pineapple mini",
"pitahaya red",
"plum",
"pomegranate",
"pomelo sweetie",
"potato red",
"potato red washed",
"potato sweet",
"potato white",
"quince",
"rambutan",
"raspberry",
"redcurrant",
"salak",
"strawberry",
"strawberry wedge",
"tamarillo",
"tangelo",
"tomato",
"tomato cherry red",
"tomato heart",
"tomato maroon",
"tomato yellow",
"tomato not ripened",
"walnut",
"watermelon"
] |
paulgavrikov/mnist-resnet
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5",
"label_6",
"label_7",
"label_8",
"label_9"
] |
pufanyi/SC4000_vit_base_full_13500
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
paulgavrikov/mnist-resnet-color-noise-fg
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5",
"label_6",
"label_7",
"label_8",
"label_9"
] |
paulgavrikov/mnist-resnet-color-noise-bg
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5",
"label_6",
"label_7",
"label_8",
"label_9"
] |
paulgavrikov/mnist-resnet-color-noise-bg-100ep
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3",
"label_4",
"label_5",
"label_6",
"label_7",
"label_8",
"label_9"
] |
MakAIHealthLab/convnext-tiny-224-finetuned-biopsy
|
<!-- 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. -->
# convnext-tiny-224-finetuned-biopsy
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0688
- Accuracy: 0.9816
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 50
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 1.2488 | 1.0 | 42 | 1.1914 | 0.5360 |
| 0.9265 | 2.0 | 84 | 0.8634 | 0.5544 |
| 0.5701 | 3.0 | 126 | 0.4834 | 0.8543 |
| 0.4041 | 4.0 | 168 | 0.2996 | 0.9213 |
| 0.2747 | 5.0 | 210 | 0.2743 | 0.9146 |
| 0.2518 | 6.0 | 252 | 0.1826 | 0.9497 |
| 0.2363 | 7.0 | 294 | 0.1731 | 0.9497 |
| 0.1782 | 8.0 | 336 | 0.1870 | 0.9363 |
| 0.2122 | 9.0 | 378 | 0.1327 | 0.9615 |
| 0.1856 | 10.0 | 420 | 0.2082 | 0.9313 |
| 0.1736 | 11.0 | 462 | 0.1306 | 0.9564 |
| 0.1423 | 12.0 | 504 | 0.0989 | 0.9732 |
| 0.1296 | 13.0 | 546 | 0.0949 | 0.9732 |
| 0.1158 | 14.0 | 588 | 0.1084 | 0.9631 |
| 0.1383 | 15.0 | 630 | 0.0865 | 0.9715 |
| 0.1384 | 16.0 | 672 | 0.0879 | 0.9715 |
| 0.0924 | 17.0 | 714 | 0.0758 | 0.9782 |
| 0.0966 | 18.0 | 756 | 0.0866 | 0.9682 |
| 0.1324 | 19.0 | 798 | 0.0876 | 0.9715 |
| 0.0995 | 20.0 | 840 | 0.0990 | 0.9648 |
| 0.083 | 21.0 | 882 | 0.0911 | 0.9698 |
| 0.082 | 22.0 | 924 | 0.0816 | 0.9799 |
| 0.1038 | 23.0 | 966 | 0.1453 | 0.9430 |
| 0.0751 | 24.0 | 1008 | 0.0877 | 0.9732 |
| 0.0733 | 25.0 | 1050 | 0.0878 | 0.9682 |
| 0.0813 | 26.0 | 1092 | 0.0688 | 0.9816 |
| 0.0788 | 27.0 | 1134 | 0.0732 | 0.9782 |
| 0.0617 | 28.0 | 1176 | 0.0722 | 0.9749 |
| 0.0568 | 29.0 | 1218 | 0.0883 | 0.9648 |
| 0.0701 | 30.0 | 1260 | 0.0703 | 0.9765 |
| 0.0535 | 31.0 | 1302 | 0.0792 | 0.9782 |
| 0.0716 | 32.0 | 1344 | 0.0684 | 0.9799 |
| 0.0419 | 33.0 | 1386 | 0.0666 | 0.9816 |
| 0.054 | 34.0 | 1428 | 0.0768 | 0.9749 |
| 0.0332 | 35.0 | 1470 | 0.0717 | 0.9799 |
| 0.0524 | 36.0 | 1512 | 0.1067 | 0.9715 |
| 0.0372 | 37.0 | 1554 | 0.0604 | 0.9816 |
| 0.0692 | 38.0 | 1596 | 0.0579 | 0.9799 |
| 0.038 | 39.0 | 1638 | 0.0824 | 0.9732 |
| 0.0524 | 40.0 | 1680 | 0.0635 | 0.9765 |
| 0.0429 | 41.0 | 1722 | 0.0644 | 0.9816 |
| 0.0705 | 42.0 | 1764 | 0.0747 | 0.9765 |
| 0.0325 | 43.0 | 1806 | 0.0685 | 0.9816 |
| 0.0446 | 44.0 | 1848 | 0.0683 | 0.9782 |
| 0.0439 | 45.0 | 1890 | 0.0707 | 0.9749 |
| 0.0346 | 46.0 | 1932 | 0.0642 | 0.9782 |
| 0.0504 | 47.0 | 1974 | 0.0654 | 0.9799 |
| 0.0379 | 48.0 | 2016 | 0.0651 | 0.9765 |
| 0.0433 | 49.0 | 2058 | 0.0654 | 0.9765 |
| 0.0337 | 50.0 | 2100 | 0.0655 | 0.9765 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"adenocarcinoma",
"normal",
"precancerous",
"scc"
] |
LaLegumbreArtificial/my_awesome_food_model
|
<!-- 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. -->
# my_awesome_food_model
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.4109
- Accuracy: 0.817
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 3.4986 | 0.992 | 31 | 3.2654 | 0.74 |
| 2.6948 | 1.984 | 62 | 2.5958 | 0.808 |
| 2.3963 | 2.976 | 93 | 2.4109 | 0.817 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
soplac/fashion_classifier
|
<!-- 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. -->
# fashion_classifier
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.8857
- Accuracy: 0.8018
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 2.2283 | 0.9882 | 21 | 2.1148 | 0.4852 |
| 1.853 | 1.9765 | 42 | 1.6702 | 0.7249 |
| 1.4363 | 2.9647 | 63 | 1.3298 | 0.7367 |
| 1.1618 | 4.0 | 85 | 1.1528 | 0.7604 |
| 0.9739 | 4.9882 | 106 | 1.0281 | 0.7811 |
| 0.8778 | 5.9765 | 127 | 0.9325 | 0.7929 |
| 0.8114 | 6.9647 | 148 | 0.9100 | 0.8136 |
| 0.7626 | 8.0 | 170 | 0.9288 | 0.7633 |
| 0.691 | 8.9882 | 191 | 0.9058 | 0.7870 |
| 0.6988 | 9.8824 | 210 | 0.8857 | 0.8018 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"blazer runway fashion -jacket -coat -suit",
"corset runway outfit -bustier -bralette",
"leopard print runway outfit -zebra",
"light pink runway outfit -fuchsia -magenta -neon",
"miniskirt runway fashion -midi -maxi -knee-length",
"no pants runway fashion -skirt -pants",
"transparent outfit runway fashion -opaque",
"trench coat runway fashion -jacket -parka",
"tweed clothing runway fashion -wool -knit",
"zebra print runway fashion -leopard"
] |
pufanyi/SC4000_ConvNeXt_base_resized_2600
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
pufanyi/SC4000_ConvNeXt_base_resized_5000
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
nickynicolson/my_awesome_myrt_model
|
<!-- 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. -->
# my_awesome_myrt_model
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.4355
- Accuracy: 0.3519
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| No log | 0.8889 | 6 | 1.5053 | 0.3056 |
| 1.5587 | 1.9259 | 13 | 1.4377 | 0.3889 |
| 1.5587 | 2.6667 | 18 | 1.4355 | 0.3519 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"combretaceae",
"lythraceae",
"melastomataceae",
"myrtaceae",
"vochysiaceae"
] |
kuhs/vit-base-oxford-iiit-pets
|
<!-- 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. -->
# vit-base-oxford-iiit-pets
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the pcuenq/oxford-pets dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1977
- Accuracy: 0.9445
## 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: 0.0003
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.3582 | 1.0 | 370 | 0.2997 | 0.9256 |
| 0.2125 | 2.0 | 740 | 0.2200 | 0.9418 |
| 0.1573 | 3.0 | 1110 | 0.1966 | 0.9405 |
| 0.1472 | 4.0 | 1480 | 0.1884 | 0.9445 |
| 0.1338 | 5.0 | 1850 | 0.1865 | 0.9472 |
### Framework versions
- Transformers 4.50.0
- Pytorch 2.6.0+cu124
- Datasets 3.4.1
- Tokenizers 0.21.1
|
[
"siamese",
"birman",
"shiba inu",
"staffordshire bull terrier",
"basset hound",
"bombay",
"japanese chin",
"chihuahua",
"german shorthaired",
"pomeranian",
"beagle",
"english cocker spaniel",
"american pit bull terrier",
"ragdoll",
"persian",
"egyptian mau",
"miniature pinscher",
"sphynx",
"maine coon",
"keeshond",
"yorkshire terrier",
"havanese",
"leonberger",
"wheaten terrier",
"american bulldog",
"english setter",
"boxer",
"newfoundland",
"bengal",
"samoyed",
"british shorthair",
"great pyrenees",
"abyssinian",
"pug",
"saint bernard",
"russian blue",
"scottish terrier"
] |
alzubaidi98/ResNet-50-finetuned-problem_1
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"failure",
"no_failure"
] |
pufanyi/SC4000_ConvNeXt_base_transformed_13400
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"cassava bacterial blight (cbb)",
"cassava brown streak disease (cbsd)",
"cassava green mottle (cgm)",
"cassava mosaic disease (cmd)",
"healthy"
] |
adhisetiawan/swin-tiny-patch4-window7-224-finetuned-eurosat
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-finetuned-eurosat
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.7813
- Accuracy: 0.7
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| No log | 1.0 | 1 | 4.7771 | 0.0 |
| No log | 2.0 | 3 | 3.7813 | 0.7 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"apple_pie",
"baby_back_ribs",
"baklava",
"beef_carpaccio",
"beef_tartare",
"beet_salad",
"beignets",
"bibimbap",
"bread_pudding",
"breakfast_burrito",
"bruschetta",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare",
"waffles"
] |
adhisetiawan/vit-base-patch16-224-finetuned-food101
|
<!-- 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. -->
# vit-base-patch16-224-finetuned-food101
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on Food-101 Dataset.
It achieves the following results on the evaluation set:
- Loss: 0.6401
- Accuracy: 0.8350
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.912 | 0.9986 | 532 | 0.8397 | 0.7968 |
| 0.7233 | 1.9991 | 1065 | 0.6781 | 0.8294 |
| 0.6047 | 2.9958 | 1596 | 0.6401 | 0.8350 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"apple_pie",
"baby_back_ribs",
"baklava",
"beef_carpaccio",
"beef_tartare",
"beet_salad",
"beignets",
"bibimbap",
"bread_pudding",
"breakfast_burrito",
"bruschetta",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare",
"waffles"
] |
sha000/overbite_classifier_google_vit_16_epochs
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"mild",
"moderate",
"normal",
"severe"
] |
BastianFuh/vit-base-oxford-iiit-pets
|
<!-- 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. -->
# vit-base-oxford-iiit-pets
This model is a fine-tuned version of [BastianFuh/vit-base-oxford-iiit-pets](https://huggingface.co/BastianFuh/vit-base-oxford-iiit-pets) on the pcuenq/oxford-pets dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1375
- Accuracy: 0.9526
## 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: 0.0003
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.1971 | 1.0 | 739 | 0.1790 | 0.9364 |
| 0.1262 | 2.0 | 1478 | 0.1669 | 0.9391 |
| 0.1168 | 3.0 | 2217 | 0.1676 | 0.9378 |
| 0.1125 | 4.0 | 2956 | 0.1615 | 0.9378 |
| 0.1097 | 5.0 | 3695 | 0.1622 | 0.9391 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0+cu124
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"siamese",
"birman",
"shiba inu",
"staffordshire bull terrier",
"basset hound",
"bombay",
"japanese chin",
"chihuahua",
"german shorthaired",
"pomeranian",
"beagle",
"english cocker spaniel",
"american pit bull terrier",
"ragdoll",
"persian",
"egyptian mau",
"miniature pinscher",
"sphynx",
"maine coon",
"keeshond",
"yorkshire terrier",
"havanese",
"leonberger",
"wheaten terrier",
"american bulldog",
"english setter",
"boxer",
"newfoundland",
"bengal",
"samoyed",
"british shorthair",
"great pyrenees",
"abyssinian",
"pug",
"saint bernard",
"russian blue",
"scottish terrier"
] |
gerald29/plantclef2024
|
# Model Card for Model ID
This is a plant identifier/classification model for the PlantClef2024 contest.
See details here: https://huggingface.co/spaces/BVRA/PlantCLEF2024
## Model Details
Information on the dataset an be found here
https://www.imageclef.org/node/315
I need to double check but the taxonomy might be from here https://www.gbif.org/dataset/d7dddbf4-2cf0-4f39-9b2a-bb099caae36c
Model was trained with these paramters
```
training_args = TrainingArguments(
output_dir="plantclef2024",
remove_unused_columns=False,
eval_strategy="epoch",
save_strategy="epoch",
learning_rate=5e-5,
per_device_train_batch_size=16,
gradient_accumulation_steps=4,
per_device_eval_batch_size=16,
num_train_epochs=16,
warmup_ratio=0.1,
logging_steps=10,
load_best_model_at_end=True,
metric_for_best_model="accuracy",
push_to_hub=True,
tf32=True
)
```
Training took 5 days on a RTX 4090
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"1355868",
"1355869",
"1355870",
"1355871",
"1355872",
"1355873",
"1355880",
"1355881",
"1355882",
"1355884",
"1355885",
"1355886",
"1355894",
"1355897",
"1355898",
"1355899",
"1355900",
"1355901",
"1355902",
"1355903",
"1355907",
"1355908",
"1355914",
"1355926",
"1355927",
"1355928",
"1355932",
"1355934",
"1355935",
"1355936",
"1355937",
"1355941",
"1355948",
"1355950",
"1355952",
"1355953",
"1355964",
"1355967",
"1355968",
"1355969",
"1355970",
"1355971",
"1355972",
"1355977",
"1355978",
"1355984",
"1355986",
"1355987",
"1355989",
"1355990",
"1355991",
"1355992",
"1355993",
"1355994",
"1355995",
"1355997",
"1355998",
"1356001",
"1356007",
"1356008",
"1356012",
"1356013",
"1356017",
"1356022",
"1356023",
"1356024",
"1356033",
"1356040",
"1356042",
"1356044",
"1356045",
"1356046",
"1356052",
"1356054",
"1356055",
"1356058",
"1356062",
"1356063",
"1356064",
"1356065",
"1356066",
"1356067",
"1356069",
"1356070",
"1356072",
"1356075",
"1356078",
"1356079",
"1356081",
"1356082",
"1356083",
"1356084",
"1356086",
"1356089",
"1356091",
"1356094",
"1356095",
"1356105",
"1356106",
"1356107",
"1356108",
"1356109",
"1356111",
"1356115",
"1356117",
"1356118",
"1356123",
"1356126",
"1356129",
"1356133",
"1356134",
"1356136",
"1356141",
"1356144",
"1356145",
"1356147",
"1356149",
"1356150",
"1356153",
"1356154",
"1356158",
"1356159",
"1356160",
"1356162",
"1356167",
"1356168",
"1356169",
"1356171",
"1356180",
"1356200",
"1356201",
"1356204",
"1356208",
"1356209",
"1356211",
"1356214",
"1356215",
"1356217",
"1356228",
"1356229",
"1356233",
"1356240",
"1356245",
"1356257",
"1356268",
"1356271",
"1356275",
"1356276",
"1356277",
"1356278",
"1356281",
"1356282",
"1356284",
"1356286",
"1356290",
"1356294",
"1356295",
"1356296",
"1356297",
"1356300",
"1356301",
"1356303",
"1356304",
"1356305",
"1356306",
"1356307",
"1356308",
"1356310",
"1356314",
"1356317",
"1356318",
"1356320",
"1356321",
"1356323",
"1356324",
"1356325",
"1356328",
"1356330",
"1356331",
"1356333",
"1356337",
"1356341",
"1356345",
"1356346",
"1356348",
"1356349",
"1356350",
"1356352",
"1356353",
"1356355",
"1356356",
"1356357",
"1356359",
"1356361",
"1356362",
"1356364",
"1356365",
"1356367",
"1356368",
"1356369",
"1356370",
"1356371",
"1356373",
"1356375",
"1356376",
"1356379",
"1356382",
"1356383",
"1356385",
"1356387",
"1356390",
"1356394",
"1356395",
"1356396",
"1356397",
"1356398",
"1356399",
"1356400",
"1356401",
"1356402",
"1356404",
"1356405",
"1356407",
"1356417",
"1356418",
"1356419",
"1356421",
"1356422",
"1356424",
"1356427",
"1356428",
"1356431",
"1356432",
"1356433",
"1356435",
"1356436",
"1356439",
"1356440",
"1356442",
"1356448",
"1356455",
"1356456",
"1356457",
"1356458",
"1356460",
"1356461",
"1356464",
"1356469",
"1356471",
"1356472",
"1356474",
"1356475",
"1356476",
"1356488",
"1356489",
"1356494",
"1356497",
"1356500",
"1356502",
"1356510",
"1356515",
"1356521",
"1356528",
"1356538",
"1356552",
"1356557",
"1356559",
"1356560",
"1356562",
"1356564",
"1356567",
"1356568",
"1356570",
"1356571",
"1356574",
"1356575",
"1356576",
"1356581",
"1356583",
"1356587",
"1356588",
"1356589",
"1356591",
"1356595",
"1356596",
"1356597",
"1356598",
"1356599",
"1356603",
"1356608",
"1356609",
"1356611",
"1356615",
"1356617",
"1356619",
"1356623",
"1356629",
"1356633",
"1356634",
"1356635",
"1356646",
"1356648",
"1356654",
"1356656",
"1356657",
"1356663",
"1356669",
"1356672",
"1356674",
"1356682",
"1356687",
"1356691",
"1356692",
"1356697",
"1356703",
"1356704",
"1356706",
"1356708",
"1356709",
"1356711",
"1356715",
"1356718",
"1356719",
"1356728",
"1356729",
"1356732",
"1356733",
"1356736",
"1356741",
"1356747",
"1356749",
"1356752",
"1356757",
"1356764",
"1356765",
"1356766",
"1356768",
"1356770",
"1356771",
"1356772",
"1356775",
"1356778",
"1356780",
"1356781",
"1356782",
"1356784",
"1356785",
"1356786",
"1356790",
"1356791",
"1356792",
"1356793",
"1356794",
"1356795",
"1356796",
"1356798",
"1356799",
"1356800",
"1356802",
"1356803",
"1356804",
"1356811",
"1356814",
"1356817",
"1356821",
"1356822",
"1356825",
"1356830",
"1356832",
"1356833",
"1356834",
"1356835",
"1356836",
"1356839",
"1356840",
"1356841",
"1356843",
"1356845",
"1356852",
"1356853",
"1356857",
"1356858",
"1356863",
"1356866",
"1356871",
"1356873",
"1356874",
"1356882",
"1356883",
"1356884",
"1356885",
"1356891",
"1356901",
"1356902",
"1356903",
"1356904",
"1356905",
"1356907",
"1356910",
"1356914",
"1356919",
"1356939",
"1356942",
"1356946",
"1356947",
"1356950",
"1356951",
"1356952",
"1356963",
"1356967",
"1356975",
"1356976",
"1356978",
"1356979",
"1356981",
"1356984",
"1356985",
"1356987",
"1356992",
"1357003",
"1357004",
"1357009",
"1357011",
"1357019",
"1357021",
"1357023",
"1357025",
"1357026",
"1357028",
"1357031",
"1357033",
"1357035",
"1357043",
"1357044",
"1357045",
"1357046",
"1357048",
"1357049",
"1357050",
"1357059",
"1357060",
"1357061",
"1357068",
"1357069",
"1357070",
"1357072",
"1357080",
"1357081",
"1357085",
"1357093",
"1357095",
"1357096",
"1357098",
"1357099",
"1357100",
"1357102",
"1357103",
"1357104",
"1357105",
"1357109",
"1357111",
"1357114",
"1357116",
"1357117",
"1357118",
"1357120",
"1357121",
"1357122",
"1357123",
"1357124",
"1357125",
"1357126",
"1357129",
"1357130",
"1357133",
"1357142",
"1357143",
"1357144",
"1357148",
"1357150",
"1357151",
"1357157",
"1357159",
"1357170",
"1357172",
"1357175",
"1357176",
"1357182",
"1357185",
"1357187",
"1357189",
"1357192",
"1357198",
"1357201",
"1357207",
"1357212",
"1357220",
"1357227",
"1357236",
"1357244",
"1357268",
"1357269",
"1357274",
"1357275",
"1357277",
"1357285",
"1357289",
"1357291",
"1357293",
"1357303",
"1357314",
"1357316",
"1357317",
"1357320",
"1357321",
"1357325",
"1357330",
"1357332",
"1357335",
"1357338",
"1357340",
"1357347",
"1357350",
"1357351",
"1357358",
"1357360",
"1357361",
"1357365",
"1357367",
"1357379",
"1357384",
"1357392",
"1357394",
"1357401",
"1357404",
"1357405",
"1357412",
"1357413",
"1357416",
"1357417",
"1357425",
"1357427",
"1357432",
"1357437",
"1357438",
"1357441",
"1357443",
"1357445",
"1357446",
"1357447",
"1357448",
"1357450",
"1357453",
"1357454",
"1357455",
"1357456",
"1357457",
"1357459",
"1357464",
"1357465",
"1357474",
"1357486",
"1357492",
"1357495",
"1357496",
"1357497",
"1357499",
"1357502",
"1357507",
"1357508",
"1357509",
"1357511",
"1357514",
"1357521",
"1357526",
"1357538",
"1357542",
"1357543",
"1357546",
"1357549",
"1357550",
"1357553",
"1357556",
"1357558",
"1357560",
"1357561",
"1357566",
"1357568",
"1357574",
"1357575",
"1357577",
"1357581",
"1357584",
"1357588",
"1357589",
"1357590",
"1357593",
"1357594",
"1357595",
"1357596",
"1357598",
"1357599",
"1357603",
"1357608",
"1357617",
"1357630",
"1357634",
"1357635",
"1357643",
"1357645",
"1357646",
"1357651",
"1357652",
"1357653",
"1357654",
"1357662",
"1357663",
"1357670",
"1357671",
"1357672",
"1357673",
"1357675",
"1357681",
"1357682",
"1357686",
"1357687",
"1357690",
"1357697",
"1357700",
"1357702",
"1357705",
"1357711",
"1357713",
"1357715",
"1357722",
"1357723",
"1357724",
"1357734",
"1357736",
"1357739",
"1357742",
"1357743",
"1357769",
"1357770",
"1357771",
"1357773",
"1357783",
"1357792",
"1357799",
"1357805",
"1357806",
"1357809",
"1357812",
"1357815",
"1357816",
"1357817",
"1357821",
"1357844",
"1357847",
"1357848",
"1357849",
"1357858",
"1357861",
"1357862",
"1357864",
"1357866",
"1357867",
"1357868",
"1357870",
"1357871",
"1357872",
"1357875",
"1357904",
"1357911",
"1357915",
"1357928",
"1357931",
"1357934",
"1357945",
"1357947",
"1357950",
"1357951",
"1357953",
"1357962",
"1357964",
"1357966",
"1357968",
"1357970",
"1357979",
"1357980",
"1357981",
"1357986",
"1357988",
"1357992",
"1357997",
"1357998",
"1357999",
"1358003",
"1358004",
"1358009",
"1358010",
"1358011",
"1358012",
"1358019",
"1358024",
"1358026",
"1358038",
"1358062",
"1358071",
"1358093",
"1358094",
"1358095",
"1358097",
"1358099",
"1358101",
"1358103",
"1358105",
"1358111",
"1358112",
"1358113",
"1358118",
"1358119",
"1358123",
"1358125",
"1358126",
"1358127",
"1358128",
"1358132",
"1358134",
"1358140",
"1358142",
"1358147",
"1358151",
"1358157",
"1358163",
"1358164",
"1358167",
"1358171",
"1358173",
"1358176",
"1358182",
"1358185",
"1358186",
"1358187",
"1358191",
"1358194",
"1358196",
"1358197",
"1358203",
"1358204",
"1358206",
"1358207",
"1358212",
"1358213",
"1358214",
"1358217",
"1358219",
"1358222",
"1358226",
"1358250",
"1358255",
"1358257",
"1358259",
"1358260",
"1358261",
"1358262",
"1358263",
"1358264",
"1358271",
"1358289",
"1358291",
"1358293",
"1358295",
"1358302",
"1358316",
"1358318",
"1358320",
"1358321",
"1358322",
"1358325",
"1358326",
"1358327",
"1358330",
"1358333",
"1358334",
"1358335",
"1358340",
"1358347",
"1358349",
"1358350",
"1358351",
"1358352",
"1358355",
"1358357",
"1358358",
"1358363",
"1358375",
"1358379",
"1358380",
"1358386",
"1358392",
"1358394",
"1358413",
"1358416",
"1358424",
"1358426",
"1358427",
"1358428",
"1358429",
"1358432",
"1358434",
"1358443",
"1358446",
"1358453",
"1358454",
"1358459",
"1358460",
"1358463",
"1358468",
"1358469",
"1358477",
"1358478",
"1358480",
"1358491",
"1358492",
"1358494",
"1358495",
"1358496",
"1358497",
"1358500",
"1358501",
"1358503",
"1358504",
"1358505",
"1358506",
"1358507",
"1358509",
"1358511",
"1358513",
"1358514",
"1358515",
"1358517",
"1358523",
"1358524",
"1358525",
"1358532",
"1358537",
"1358538",
"1358543",
"1358544",
"1358547",
"1358548",
"1358549",
"1358552",
"1358553",
"1358554",
"1358561",
"1358564",
"1358568",
"1358572",
"1358573",
"1358575",
"1358577",
"1358581",
"1358584",
"1358590",
"1358592",
"1358593",
"1358595",
"1358596",
"1358598",
"1358604",
"1358605",
"1358609",
"1358610",
"1358612",
"1358613",
"1358614",
"1358615",
"1358616",
"1358617",
"1358620",
"1358622",
"1358624",
"1358625",
"1358627",
"1358629",
"1358641",
"1358643",
"1358653",
"1358654",
"1358655",
"1358670",
"1358671",
"1358672",
"1358673",
"1358674",
"1358676",
"1358681",
"1358682",
"1358683",
"1358684",
"1358685",
"1358689",
"1358690",
"1358696",
"1358699",
"1358700",
"1358701",
"1358703",
"1358704",
"1358706",
"1358708",
"1358710",
"1358711",
"1358713",
"1358716",
"1358717",
"1358718",
"1358722",
"1358733",
"1358740",
"1358742",
"1358744",
"1358745",
"1358746",
"1358747",
"1358748",
"1358749",
"1358750",
"1358751",
"1358752",
"1358760",
"1358761",
"1358766",
"1358768",
"1358770",
"1358772",
"1358782",
"1358784",
"1358785",
"1358786",
"1358788",
"1358789",
"1358797",
"1358803",
"1358811",
"1358813",
"1358821",
"1358822",
"1358827",
"1358830",
"1358831",
"1358835",
"1358840",
"1358846",
"1358849",
"1358851",
"1358852",
"1358853",
"1358854",
"1358858",
"1358860",
"1358862",
"1358866",
"1358874",
"1358876",
"1358880",
"1358881",
"1358884",
"1358885",
"1358886",
"1358888",
"1358906",
"1358909",
"1358918",
"1358924",
"1358925",
"1358932",
"1358933",
"1358934",
"1358935",
"1358939",
"1358942",
"1358943",
"1358946",
"1358950",
"1358963",
"1358967",
"1358968",
"1358969",
"1358985",
"1358986",
"1358999",
"1359006",
"1359009",
"1359010",
"1359011",
"1359014",
"1359016",
"1359020",
"1359022",
"1359029",
"1359032",
"1359036",
"1359039",
"1359049",
"1359050",
"1359051",
"1359054",
"1359072",
"1359076",
"1359079",
"1359081",
"1359082",
"1359084",
"1359086",
"1359087",
"1359088",
"1359089",
"1359099",
"1359102",
"1359104",
"1359108",
"1359109",
"1359119",
"1359122",
"1359124",
"1359127",
"1359131",
"1359138",
"1359139",
"1359140",
"1359148",
"1359150",
"1359154",
"1359157",
"1359160",
"1359161",
"1359162",
"1359168",
"1359169",
"1359171",
"1359172",
"1359174",
"1359176",
"1359177",
"1359178",
"1359180",
"1359181",
"1359182",
"1359193",
"1359195",
"1359197",
"1359199",
"1359205",
"1359208",
"1359209",
"1359210",
"1359215",
"1359216",
"1359218",
"1359221",
"1359222",
"1359223",
"1359225",
"1359227",
"1359228",
"1359231",
"1359242",
"1359246",
"1359254",
"1359265",
"1359266",
"1359268",
"1359273",
"1359274",
"1359276",
"1359277",
"1359279",
"1359281",
"1359282",
"1359283",
"1359284",
"1359288",
"1359294",
"1359295",
"1359296",
"1359297",
"1359298",
"1359299",
"1359301",
"1359320",
"1359321",
"1359322",
"1359331",
"1359333",
"1359334",
"1359336",
"1359337",
"1359340",
"1359342",
"1359344",
"1359346",
"1359347",
"1359349",
"1359351",
"1359352",
"1359353",
"1359356",
"1359357",
"1359358",
"1359359",
"1359361",
"1359364",
"1359368",
"1359369",
"1359370",
"1359374",
"1359375",
"1359376",
"1359379",
"1359383",
"1359384",
"1359386",
"1359388",
"1359392",
"1359395",
"1359398",
"1359406",
"1359407",
"1359410",
"1359411",
"1359413",
"1359414",
"1359416",
"1359418",
"1359422",
"1359423",
"1359424",
"1359430",
"1359431",
"1359432",
"1359435",
"1359437",
"1359440",
"1359442",
"1359443",
"1359444",
"1359450",
"1359452",
"1359455",
"1359460",
"1359461",
"1359483",
"1359485",
"1359486",
"1359487",
"1359488",
"1359489",
"1359495",
"1359497",
"1359498",
"1359499",
"1359500",
"1359502",
"1359505",
"1359506",
"1359508",
"1359509",
"1359510",
"1359511",
"1359512",
"1359513",
"1359514",
"1359517",
"1359518",
"1359519",
"1359520",
"1359521",
"1359523",
"1359524",
"1359525",
"1359526",
"1359527",
"1359528",
"1359530",
"1359531",
"1359537",
"1359545",
"1359546",
"1359547",
"1359548",
"1359549",
"1359551",
"1359557",
"1359562",
"1359564",
"1359565",
"1359569",
"1359570",
"1359572",
"1359573",
"1359575",
"1359578",
"1359579",
"1359581",
"1359587",
"1359588",
"1359589",
"1359590",
"1359591",
"1359592",
"1359593",
"1359595",
"1359596",
"1359597",
"1359600",
"1359601",
"1359602",
"1359603",
"1359606",
"1359609",
"1359612",
"1359614",
"1359615",
"1359616",
"1359620",
"1359622",
"1359625",
"1359627",
"1359632",
"1359634",
"1359635",
"1359636",
"1359637",
"1359639",
"1359641",
"1359645",
"1359649",
"1359650",
"1359658",
"1359659",
"1359662",
"1359664",
"1359665",
"1359667",
"1359668",
"1359669",
"1359673",
"1359675",
"1359676",
"1359677",
"1359678",
"1359680",
"1359681",
"1359683",
"1359684",
"1359685",
"1359686",
"1359688",
"1359690",
"1359691",
"1359697",
"1359710",
"1359712",
"1359714",
"1359715",
"1359716",
"1359717",
"1359718",
"1359719",
"1359720",
"1359721",
"1359723",
"1359725",
"1359726",
"1359727",
"1359728",
"1359733",
"1359734",
"1359735",
"1359737",
"1359739",
"1359740",
"1359750",
"1359752",
"1359754",
"1359757",
"1359758",
"1359759",
"1359760",
"1359761",
"1359762",
"1359766",
"1359767",
"1359770",
"1359772",
"1359774",
"1359778",
"1359779",
"1359782",
"1359786",
"1359790",
"1359792",
"1359794",
"1359796",
"1359800",
"1359802",
"1359804",
"1359810",
"1359811",
"1359812",
"1359813",
"1359820",
"1359821",
"1359822",
"1359823",
"1359824",
"1359825",
"1359826",
"1359833",
"1359834",
"1359835",
"1359837",
"1359838",
"1359841",
"1359843",
"1359844",
"1359845",
"1359847",
"1359849",
"1359853",
"1359856",
"1359857",
"1359859",
"1359860",
"1359864",
"1359871",
"1359873",
"1359879",
"1359880",
"1359882",
"1359883",
"1359885",
"1359888",
"1359892",
"1359895",
"1359897",
"1359901",
"1359906",
"1359909",
"1359912",
"1359914",
"1359917",
"1359918",
"1359921",
"1359925",
"1359929",
"1359930",
"1359937",
"1359943",
"1359944",
"1359945",
"1359950",
"1359952",
"1359959",
"1359962",
"1359965",
"1359967",
"1359970",
"1359973",
"1359976",
"1359977",
"1359978",
"1359979",
"1359980",
"1359981",
"1359982",
"1359987",
"1359988",
"1359990",
"1359995",
"1360006",
"1360009",
"1360013",
"1360015",
"1360020",
"1360026",
"1360030",
"1360034",
"1360035",
"1360036",
"1360039",
"1360054",
"1360059",
"1360070",
"1360075",
"1360092",
"1360097",
"1360099",
"1360101",
"1360104",
"1360110",
"1360115",
"1360116",
"1360119",
"1360120",
"1360127",
"1360129",
"1360130",
"1360132",
"1360133",
"1360135",
"1360137",
"1360138",
"1360140",
"1360141",
"1360142",
"1360143",
"1360145",
"1360146",
"1360147",
"1360148",
"1360150",
"1360152",
"1360153",
"1360154",
"1360155",
"1360158",
"1360159",
"1360161",
"1360162",
"1360164",
"1360168",
"1360169",
"1360171",
"1360175",
"1360178",
"1360179",
"1360182",
"1360184",
"1360185",
"1360186",
"1360187",
"1360188",
"1360193",
"1360194",
"1360196",
"1360203",
"1360204",
"1360205",
"1360207",
"1360208",
"1360211",
"1360213",
"1360215",
"1360216",
"1360217",
"1360219",
"1360220",
"1360222",
"1360223",
"1360224",
"1360226",
"1360227",
"1360228",
"1360229",
"1360231",
"1360241",
"1360243",
"1360247",
"1360251",
"1360255",
"1360257",
"1360259",
"1360260",
"1360261",
"1360262",
"1360267",
"1360268",
"1360269",
"1360271",
"1360272",
"1360275",
"1360289",
"1360290",
"1360291",
"1360292",
"1360293",
"1360297",
"1360298",
"1360299",
"1360300",
"1360303",
"1360304",
"1360306",
"1360307",
"1360311",
"1360312",
"1360313",
"1360316",
"1360317",
"1360318",
"1360319",
"1360321",
"1360322",
"1360323",
"1360324",
"1360325",
"1360326",
"1360327",
"1360328",
"1360330",
"1360334",
"1360335",
"1360337",
"1360338",
"1360342",
"1360344",
"1360345",
"1360347",
"1360348",
"1360350",
"1360352",
"1360354",
"1360355",
"1360358",
"1360363",
"1360367",
"1360369",
"1360372",
"1360378",
"1360380",
"1360381",
"1360382",
"1360383",
"1360385",
"1360393",
"1360396",
"1360398",
"1360399",
"1360400",
"1360404",
"1360406",
"1360407",
"1360412",
"1360413",
"1360414",
"1360416",
"1360417",
"1360418",
"1360419",
"1360420",
"1360422",
"1360433",
"1360434",
"1360435",
"1360437",
"1360443",
"1360445",
"1360448",
"1360449",
"1360450",
"1360451",
"1360457",
"1360459",
"1360466",
"1360468",
"1360471",
"1360472",
"1360473",
"1360475",
"1360476",
"1360478",
"1360487",
"1360489",
"1360495",
"1360497",
"1360501",
"1360504",
"1360507",
"1360509",
"1360510",
"1360516",
"1360520",
"1360522",
"1360523",
"1360524",
"1360525",
"1360531",
"1360539",
"1360540",
"1360541",
"1360542",
"1360547",
"1360548",
"1360549",
"1360550",
"1360555",
"1360557",
"1360558",
"1360562",
"1360563",
"1360565",
"1360566",
"1360570",
"1360578",
"1360582",
"1360583",
"1360588",
"1360590",
"1360591",
"1360592",
"1360594",
"1360595",
"1360604",
"1360607",
"1360608",
"1360611",
"1360613",
"1360614",
"1360618",
"1360620",
"1360637",
"1360638",
"1360640",
"1360642",
"1360649",
"1360652",
"1360654",
"1360655",
"1360658",
"1360659",
"1360660",
"1360662",
"1360671",
"1360672",
"1360674",
"1360675",
"1360676",
"1360678",
"1360680",
"1360681",
"1360687",
"1360690",
"1360701",
"1360706",
"1360709",
"1360711",
"1360712",
"1360713",
"1360715",
"1360716",
"1360719",
"1360722",
"1360731",
"1360736",
"1360739",
"1360744",
"1360746",
"1360748",
"1360752",
"1360753",
"1360755",
"1360759",
"1360761",
"1360763",
"1360764",
"1360766",
"1360767",
"1360771",
"1360780",
"1360782",
"1360783",
"1360790",
"1360792",
"1360793",
"1360794",
"1360798",
"1360800",
"1360801",
"1360802",
"1360808",
"1360810",
"1360811",
"1360814",
"1360815",
"1360816",
"1360819",
"1360825",
"1360826",
"1360827",
"1360828",
"1360831",
"1360840",
"1360841",
"1360859",
"1360860",
"1360861",
"1360863",
"1360864",
"1360869",
"1360872",
"1360874",
"1360876",
"1360878",
"1360897",
"1360898",
"1360901",
"1360902",
"1360903",
"1360904",
"1360907",
"1360910",
"1360925",
"1360926",
"1360928",
"1360931",
"1360932",
"1360935",
"1360938",
"1360940",
"1360943",
"1360945",
"1360947",
"1360951",
"1360955",
"1360956",
"1360957",
"1360962",
"1360964",
"1360965",
"1360968",
"1360970",
"1360971",
"1360973",
"1360978",
"1360981",
"1360982",
"1360984",
"1360985",
"1360989",
"1360991",
"1360993",
"1360995",
"1360997",
"1360998",
"1360999",
"1361000",
"1361001",
"1361002",
"1361005",
"1361006",
"1361012",
"1361015",
"1361017",
"1361019",
"1361020",
"1361024",
"1361026",
"1361028",
"1361031",
"1361032",
"1361035",
"1361042",
"1361043",
"1361045",
"1361047",
"1361048",
"1361049",
"1361050",
"1361051",
"1361052",
"1361053",
"1361055",
"1361056",
"1361057",
"1361058",
"1361060",
"1361062",
"1361063",
"1361067",
"1361068",
"1361069",
"1361070",
"1361071",
"1361072",
"1361073",
"1361074",
"1361075",
"1361077",
"1361078",
"1361079",
"1361080",
"1361081",
"1361082",
"1361087",
"1361088",
"1361089",
"1361090",
"1361091",
"1361092",
"1361095",
"1361098",
"1361099",
"1361100",
"1361104",
"1361105",
"1361106",
"1361109",
"1361112",
"1361113",
"1361115",
"1361117",
"1361120",
"1361123",
"1361124",
"1361125",
"1361127",
"1361129",
"1361130",
"1361133",
"1361134",
"1361138",
"1361139",
"1361141",
"1361143",
"1361144",
"1361147",
"1361148",
"1361151",
"1361153",
"1361154",
"1361155",
"1361157",
"1361158",
"1361159",
"1361161",
"1361165",
"1361167",
"1361168",
"1361169",
"1361170",
"1361174",
"1361175",
"1361183",
"1361190",
"1361195",
"1361197",
"1361200",
"1361201",
"1361203",
"1361205",
"1361206",
"1361207",
"1361215",
"1361222",
"1361225",
"1361226",
"1361233",
"1361240",
"1361244",
"1361245",
"1361255",
"1361256",
"1361263",
"1361266",
"1361270",
"1361273",
"1361275",
"1361281",
"1361284",
"1361290",
"1361294",
"1361296",
"1361298",
"1361302",
"1361304",
"1361306",
"1361307",
"1361308",
"1361315",
"1361316",
"1361323",
"1361326",
"1361329",
"1361333",
"1361335",
"1361338",
"1361344",
"1361347",
"1361351",
"1361354",
"1361357",
"1361361",
"1361363",
"1361367",
"1361368",
"1361369",
"1361372",
"1361373",
"1361374",
"1361376",
"1361382",
"1361384",
"1361387",
"1361389",
"1361394",
"1361398",
"1361402",
"1361405",
"1361412",
"1361416",
"1361418",
"1361421",
"1361425",
"1361437",
"1361444",
"1361446",
"1361452",
"1361464",
"1361466",
"1361472",
"1361482",
"1361486",
"1361487",
"1361492",
"1361494",
"1361497",
"1361501",
"1361502",
"1361510",
"1361511",
"1361514",
"1361516",
"1361517",
"1361519",
"1361520",
"1361524",
"1361526",
"1361527",
"1361528",
"1361530",
"1361532",
"1361533",
"1361535",
"1361539",
"1361540",
"1361541",
"1361543",
"1361544",
"1361547",
"1361548",
"1361552",
"1361553",
"1361554",
"1361557",
"1361562",
"1361568",
"1361569",
"1361571",
"1361572",
"1361573",
"1361574",
"1361576",
"1361579",
"1361581",
"1361585",
"1361587",
"1361588",
"1361591",
"1361592",
"1361594",
"1361596",
"1361598",
"1361601",
"1361602",
"1361603",
"1361604",
"1361605",
"1361617",
"1361618",
"1361619",
"1361620",
"1361623",
"1361626",
"1361634",
"1361635",
"1361636",
"1361637",
"1361640",
"1361647",
"1361650",
"1361652",
"1361653",
"1361654",
"1361655",
"1361656",
"1361658",
"1361660",
"1361663",
"1361666",
"1361668",
"1361669",
"1361672",
"1361673",
"1361678",
"1361682",
"1361683",
"1361685",
"1361687",
"1361690",
"1361691",
"1361693",
"1361694",
"1361696",
"1361698",
"1361700",
"1361701",
"1361702",
"1361703",
"1361704",
"1361705",
"1361706",
"1361707",
"1361708",
"1361709",
"1361710",
"1361711",
"1361720",
"1361721",
"1361723",
"1361732",
"1361734",
"1361739",
"1361742",
"1361743",
"1361746",
"1361747",
"1361749",
"1361753",
"1361759",
"1361760",
"1361761",
"1361764",
"1361768",
"1361769",
"1361771",
"1361772",
"1361781",
"1361786",
"1361790",
"1361792",
"1361800",
"1361801",
"1361803",
"1361805",
"1361806",
"1361807",
"1361819",
"1361820",
"1361823",
"1361824",
"1361825",
"1361829",
"1361833",
"1361837",
"1361840",
"1361842",
"1361844",
"1361847",
"1361850",
"1361859",
"1361862",
"1361863",
"1361864",
"1361872",
"1361878",
"1361883",
"1361884",
"1361885",
"1361889",
"1361891",
"1361892",
"1361898",
"1361900",
"1361912",
"1361914",
"1361917",
"1361926",
"1361932",
"1361944",
"1361947",
"1361953",
"1361957",
"1361959",
"1361960",
"1361968",
"1361969",
"1361971",
"1361985",
"1361986",
"1361993",
"1361996",
"1362005",
"1362009",
"1362019",
"1362020",
"1362022",
"1362023",
"1362024",
"1362025",
"1362034",
"1362038",
"1362040",
"1362041",
"1362044",
"1362050",
"1362055",
"1362066",
"1362073",
"1362098",
"1362100",
"1362102",
"1362113",
"1362133",
"1362135",
"1362136",
"1362162",
"1362176",
"1362179",
"1362181",
"1362182",
"1362183",
"1362184",
"1362192",
"1362194",
"1362195",
"1362197",
"1362210",
"1362214",
"1362215",
"1362217",
"1362220",
"1362225",
"1362227",
"1362228",
"1362232",
"1362236",
"1362238",
"1362246",
"1362251",
"1362256",
"1362258",
"1362267",
"1362269",
"1362270",
"1362271",
"1362273",
"1362275",
"1362281",
"1362283",
"1362289",
"1362290",
"1362291",
"1362293",
"1362294",
"1362307",
"1362309",
"1362319",
"1362320",
"1362322",
"1362325",
"1362327",
"1362330",
"1362331",
"1362332",
"1362333",
"1362340",
"1362348",
"1362350",
"1362353",
"1362360",
"1362361",
"1362363",
"1362367",
"1362368",
"1362369",
"1362375",
"1362380",
"1362385",
"1362387",
"1362394",
"1362396",
"1362399",
"1362403",
"1362404",
"1362405",
"1362406",
"1362409",
"1362410",
"1362414",
"1362415",
"1362417",
"1362422",
"1362424",
"1362427",
"1362429",
"1362433",
"1362438",
"1362441",
"1362442",
"1362443",
"1362447",
"1362451",
"1362452",
"1362453",
"1362454",
"1362458",
"1362460",
"1362462",
"1362465",
"1362469",
"1362471",
"1362472",
"1362473",
"1362481",
"1362482",
"1362485",
"1362486",
"1362487",
"1362488",
"1362489",
"1362492",
"1362495",
"1362496",
"1362497",
"1362498",
"1362499",
"1362500",
"1362501",
"1362502",
"1362516",
"1362525",
"1362531",
"1362533",
"1362576",
"1362581",
"1362582",
"1362592",
"1362600",
"1362607",
"1362620",
"1362626",
"1362645",
"1362648",
"1362650",
"1362651",
"1362653",
"1362657",
"1362667",
"1362682",
"1362684",
"1362687",
"1362697",
"1362711",
"1362716",
"1362719",
"1362729",
"1362730",
"1362738",
"1362745",
"1362746",
"1362752",
"1362754",
"1362756",
"1362811",
"1362827",
"1362831",
"1362842",
"1362855",
"1362856",
"1362892",
"1362898",
"1362899",
"1362901",
"1362903",
"1362912",
"1362913",
"1362928",
"1362929",
"1362940",
"1362946",
"1362951",
"1362952",
"1362963",
"1362967",
"1362968",
"1362973",
"1362982",
"1362985",
"1362987",
"1362990",
"1362995",
"1362998",
"1363005",
"1363006",
"1363014",
"1363016",
"1363021",
"1363041",
"1363043",
"1363045",
"1363046",
"1363052",
"1363053",
"1363055",
"1363056",
"1363062",
"1363067",
"1363068",
"1363069",
"1363079",
"1363087",
"1363101",
"1363110",
"1363111",
"1363112",
"1363116",
"1363125",
"1363128",
"1363129",
"1363130",
"1363133",
"1363134",
"1363136",
"1363137",
"1363138",
"1363142",
"1363148",
"1363149",
"1363165",
"1363167",
"1363170",
"1363173",
"1363179",
"1363180",
"1363181",
"1363182",
"1363183",
"1363187",
"1363191",
"1363196",
"1363199",
"1363200",
"1363212",
"1363213",
"1363214",
"1363216",
"1363217",
"1363218",
"1363219",
"1363222",
"1363223",
"1363224",
"1363225",
"1363226",
"1363227",
"1363229",
"1363232",
"1363235",
"1363236",
"1363248",
"1363249",
"1363250",
"1363253",
"1363254",
"1363255",
"1363257",
"1363259",
"1363261",
"1363264",
"1363266",
"1363267",
"1363268",
"1363273",
"1363274",
"1363275",
"1363281",
"1363282",
"1363283",
"1363287",
"1363292",
"1363293",
"1363302",
"1363303",
"1363307",
"1363309",
"1363317",
"1363322",
"1363324",
"1363326",
"1363327",
"1363328",
"1363329",
"1363331",
"1363332",
"1363333",
"1363334",
"1363335",
"1363336",
"1363337",
"1363339",
"1363341",
"1363354",
"1363358",
"1363359",
"1363362",
"1363368",
"1363386",
"1363401",
"1363402",
"1363403",
"1363407",
"1363409",
"1363410",
"1363413",
"1363420",
"1363421",
"1363422",
"1363424",
"1363426",
"1363433",
"1363434",
"1363440",
"1363441",
"1363442",
"1363446",
"1363447",
"1363451",
"1363452",
"1363453",
"1363454",
"1363455",
"1363456",
"1363458",
"1363459",
"1363460",
"1363461",
"1363467",
"1363468",
"1363469",
"1363472",
"1363474",
"1363475",
"1363476",
"1363477",
"1363478",
"1363481",
"1363483",
"1363485",
"1363487",
"1363489",
"1363490",
"1363491",
"1363492",
"1363493",
"1363495",
"1363496",
"1363497",
"1363498",
"1363499",
"1363500",
"1363501",
"1363502",
"1363504",
"1363505",
"1363506",
"1363507",
"1363508",
"1363522",
"1363526",
"1363534",
"1363540",
"1363543",
"1363544",
"1363550",
"1363551",
"1363553",
"1363555",
"1363557",
"1363560",
"1363562",
"1363575",
"1363579",
"1363586",
"1363593",
"1363595",
"1363598",
"1363600",
"1363603",
"1363610",
"1363615",
"1363616",
"1363618",
"1363619",
"1363622",
"1363624",
"1363625",
"1363630",
"1363638",
"1363639",
"1363642",
"1363646",
"1363647",
"1363651",
"1363658",
"1363659",
"1363660",
"1363666",
"1363670",
"1363671",
"1363672",
"1363673",
"1363674",
"1363675",
"1363676",
"1363677",
"1363680",
"1363687",
"1363698",
"1363699",
"1363700",
"1363703",
"1363705",
"1363706",
"1363707",
"1363708",
"1363710",
"1363722",
"1363728",
"1363729",
"1363730",
"1363731",
"1363732",
"1363733",
"1363734",
"1363735",
"1363736",
"1363737",
"1363738",
"1363739",
"1363740",
"1363741",
"1363742",
"1363749",
"1363751",
"1363753",
"1363764",
"1363769",
"1363770",
"1363772",
"1363778",
"1363791",
"1363793",
"1363794",
"1363797",
"1363798",
"1363799",
"1363800",
"1363801",
"1363802",
"1363803",
"1363804",
"1363805",
"1363813",
"1363814",
"1363815",
"1363822",
"1363823",
"1363832",
"1363835",
"1363838",
"1363840",
"1363842",
"1363849",
"1363850",
"1363852",
"1363854",
"1363858",
"1363859",
"1363860",
"1363871",
"1363872",
"1363875",
"1363876",
"1363878",
"1363879",
"1363880",
"1363881",
"1363882",
"1363883",
"1363884",
"1363885",
"1363886",
"1363887",
"1363889",
"1363891",
"1363892",
"1363893",
"1363894",
"1363895",
"1363896",
"1363897",
"1363898",
"1363899",
"1363901",
"1363903",
"1363904",
"1363906",
"1363908",
"1363909",
"1363910",
"1363911",
"1363914",
"1363915",
"1363917",
"1363920",
"1363922",
"1363926",
"1363929",
"1363933",
"1363941",
"1363943",
"1363944",
"1363945",
"1363946",
"1363947",
"1363952",
"1363953",
"1363960",
"1363972",
"1363973",
"1363974",
"1363975",
"1363976",
"1363978",
"1363979",
"1363987",
"1363988",
"1363991",
"1363992",
"1363993",
"1363994",
"1363996",
"1363997",
"1363999",
"1364006",
"1364007",
"1364016",
"1364019",
"1364022",
"1364024",
"1364025",
"1364028",
"1364029",
"1364031",
"1364032",
"1364037",
"1364038",
"1364039",
"1364040",
"1364046",
"1364047",
"1364048",
"1364049",
"1364058",
"1364059",
"1364060",
"1364061",
"1364062",
"1364063",
"1364064",
"1364065",
"1364066",
"1364067",
"1364068",
"1364069",
"1364071",
"1364072",
"1364074",
"1364079",
"1364082",
"1364085",
"1364089",
"1364090",
"1364093",
"1364100",
"1364101",
"1364107",
"1364108",
"1364114",
"1364120",
"1364122",
"1364127",
"1364131",
"1364133",
"1364138",
"1364141",
"1364142",
"1364143",
"1364145",
"1364146",
"1364147",
"1364148",
"1364150",
"1364151",
"1364152",
"1364154",
"1364155",
"1364156",
"1364157",
"1364158",
"1364160",
"1364162",
"1364164",
"1364165",
"1364167",
"1364168",
"1364169",
"1364170",
"1364171",
"1364172",
"1364173",
"1364179",
"1364415",
"1365253",
"1365431",
"1365482",
"1366028",
"1367431",
"1367432",
"1369068",
"1369309",
"1369508",
"1369989",
"1370072",
"1370637",
"1370859",
"1373165",
"1373840",
"1374048",
"1374114",
"1374231",
"1374758",
"1374876",
"1376006",
"1376496",
"1377901",
"1378563",
"1378797",
"1379513",
"1379525",
"1379532",
"1379585",
"1380238",
"1380273",
"1380655",
"1381315",
"1381430",
"1382101",
"1382106",
"1382107",
"1382119",
"1382174",
"1382784",
"1382844",
"1383109",
"1383635",
"1383978",
"1384482",
"1384485",
"1384658",
"1386159",
"1386562",
"1386773",
"1386912",
"1388692",
"1388727",
"1388765",
"1388766",
"1388767",
"1388770",
"1388785",
"1388786",
"1388787",
"1388788",
"1388790",
"1388793",
"1388794",
"1388801",
"1388802",
"1388806",
"1388809",
"1388812",
"1388833",
"1388834",
"1388890",
"1388898",
"1388905",
"1388906",
"1388913",
"1388915",
"1388916",
"1388918",
"1388920",
"1388921",
"1388941",
"1388990",
"1389002",
"1389003",
"1389004",
"1389010",
"1389017",
"1389018",
"1389022",
"1389028",
"1389039",
"1389057",
"1389058",
"1389059",
"1389080",
"1389135",
"1389142",
"1389206",
"1389216",
"1389219",
"1389228",
"1389233",
"1389234",
"1389240",
"1389242",
"1389244",
"1389247",
"1389249",
"1389250",
"1389251",
"1389265",
"1389268",
"1389273",
"1389282",
"1389291",
"1389294",
"1389299",
"1389300",
"1389307",
"1389308",
"1389311",
"1389320",
"1389328",
"1389329",
"1389330",
"1389334",
"1389335",
"1389336",
"1389338",
"1389342",
"1389345",
"1389346",
"1389364",
"1389368",
"1389369",
"1389387",
"1389389",
"1389392",
"1389394",
"1389396",
"1389397",
"1389398",
"1389400",
"1389401",
"1389402",
"1389405",
"1389424",
"1389425",
"1389446",
"1389448",
"1389450",
"1389451",
"1389455",
"1389462",
"1389463",
"1389475",
"1389487",
"1389492",
"1389494",
"1389495",
"1389505",
"1389508",
"1389510",
"1389511",
"1389514",
"1389525",
"1389530",
"1389532",
"1389535",
"1389536",
"1389539",
"1389542",
"1389543",
"1389550",
"1389553",
"1389555",
"1389557",
"1389559",
"1389567",
"1389568",
"1389570",
"1389571",
"1389573",
"1389576",
"1389580",
"1389581",
"1389582",
"1389583",
"1389585",
"1389586",
"1389587",
"1389589",
"1389590",
"1389591",
"1389593",
"1389594",
"1389596",
"1389597",
"1389598",
"1389603",
"1389612",
"1389627",
"1389628",
"1389635",
"1389636",
"1389646",
"1389650",
"1389658",
"1389659",
"1389661",
"1389687",
"1389705",
"1389717",
"1389718",
"1389726",
"1389728",
"1389738",
"1389740",
"1389742",
"1389744",
"1389746",
"1389771",
"1389796",
"1389797",
"1389800",
"1389806",
"1389810",
"1389814",
"1389815",
"1389817",
"1389818",
"1389821",
"1389833",
"1389835",
"1389859",
"1389922",
"1389929",
"1389945",
"1389950",
"1389956",
"1389964",
"1389966",
"1389969",
"1389974",
"1389975",
"1389976",
"1389977",
"1389978",
"1389979",
"1389980",
"1389983",
"1389984",
"1389986",
"1389990",
"1390038",
"1390051",
"1390055",
"1390058",
"1390068",
"1390074",
"1390093",
"1390095",
"1390127",
"1390132",
"1390137",
"1390138",
"1390146",
"1390154",
"1390158",
"1390160",
"1390208",
"1390225",
"1390226",
"1390244",
"1390269",
"1390270",
"1390300",
"1390345",
"1390349",
"1390356",
"1390362",
"1390365",
"1390367",
"1390369",
"1390376",
"1390378",
"1390388",
"1390392",
"1390421",
"1390426",
"1390432",
"1390465",
"1390466",
"1390467",
"1390468",
"1390469",
"1390477",
"1390486",
"1390495",
"1390532",
"1390533",
"1390534",
"1390535",
"1390539",
"1390541",
"1390584",
"1390585",
"1390603",
"1390615",
"1390623",
"1390627",
"1390629",
"1390637",
"1390638",
"1390639",
"1390640",
"1390641",
"1390642",
"1390643",
"1390652",
"1390653",
"1390654",
"1390655",
"1390657",
"1390658",
"1390659",
"1390660",
"1390662",
"1390663",
"1390665",
"1390666",
"1390669",
"1390671",
"1390672",
"1390673",
"1390674",
"1390675",
"1390677",
"1390680",
"1390687",
"1390690",
"1390691",
"1390692",
"1390693",
"1390699",
"1390702",
"1390703",
"1390706",
"1390716",
"1390725",
"1390734",
"1390740",
"1390756",
"1390760",
"1390761",
"1390764",
"1390765",
"1390766",
"1390774",
"1390776",
"1390777",
"1390778",
"1390779",
"1390780",
"1390782",
"1390783",
"1390785",
"1390786",
"1390790",
"1390793",
"1390795",
"1390800",
"1390801",
"1390802",
"1390803",
"1390807",
"1390811",
"1390815",
"1390818",
"1390820",
"1390821",
"1390822",
"1390832",
"1390836",
"1390837",
"1390846",
"1390849",
"1390851",
"1390852",
"1390856",
"1390862",
"1390863",
"1390864",
"1390865",
"1390866",
"1390870",
"1390872",
"1390874",
"1390878",
"1390879",
"1390880",
"1390883",
"1390884",
"1390887",
"1390890",
"1390894",
"1390898",
"1390899",
"1390902",
"1390904",
"1390910",
"1390914",
"1390921",
"1390927",
"1390929",
"1390931",
"1390933",
"1390934",
"1390943",
"1390944",
"1390945",
"1390949",
"1390951",
"1390952",
"1390953",
"1390954",
"1390955",
"1390956",
"1390957",
"1390962",
"1390963",
"1390966",
"1390967",
"1390972",
"1390979",
"1390981",
"1390993",
"1390995",
"1390997",
"1391007",
"1391023",
"1391025",
"1391028",
"1391037",
"1391044",
"1391053",
"1391054",
"1391070",
"1391074",
"1391077",
"1391078",
"1391079",
"1391085",
"1391088",
"1391092",
"1391094",
"1391099",
"1391100",
"1391101",
"1391103",
"1391104",
"1391110",
"1391111",
"1391112",
"1391113",
"1391114",
"1391120",
"1391122",
"1391143",
"1391144",
"1391148",
"1391151",
"1391152",
"1391154",
"1391159",
"1391161",
"1391163",
"1391184",
"1391185",
"1391190",
"1391192",
"1391197",
"1391198",
"1391206",
"1391207",
"1391209",
"1391213",
"1391221",
"1391226",
"1391233",
"1391235",
"1391250",
"1391294",
"1391298",
"1391301",
"1391303",
"1391304",
"1391305",
"1391306",
"1391308",
"1391309",
"1391310",
"1391312",
"1391313",
"1391317",
"1391318",
"1391319",
"1391320",
"1391322",
"1391323",
"1391326",
"1391328",
"1391330",
"1391331",
"1391332",
"1391333",
"1391335",
"1391336",
"1391337",
"1391345",
"1391349",
"1391350",
"1391351",
"1391352",
"1391354",
"1391355",
"1391357",
"1391358",
"1391359",
"1391360",
"1391361",
"1391363",
"1391367",
"1391368",
"1391371",
"1391375",
"1391394",
"1391400",
"1391402",
"1391408",
"1391409",
"1391410",
"1391411",
"1391412",
"1391418",
"1391419",
"1391424",
"1391425",
"1391426",
"1391427",
"1391432",
"1391433",
"1391434",
"1391443",
"1391444",
"1391445",
"1391446",
"1391447",
"1391451",
"1391452",
"1391455",
"1391456",
"1391457",
"1391458",
"1391459",
"1391460",
"1391471",
"1391474",
"1391476",
"1391477",
"1391478",
"1391480",
"1391488",
"1391489",
"1391491",
"1391494",
"1391495",
"1391498",
"1391499",
"1391500",
"1391501",
"1391502",
"1391503",
"1391505",
"1391507",
"1391508",
"1391509",
"1391511",
"1391513",
"1391514",
"1391518",
"1391519",
"1391521",
"1391529",
"1391531",
"1391532",
"1391534",
"1391536",
"1391542",
"1391550",
"1391596",
"1391605",
"1391619",
"1391643",
"1391644",
"1391645",
"1391646",
"1391648",
"1391649",
"1391652",
"1391654",
"1391655",
"1391658",
"1391661",
"1391664",
"1391665",
"1391666",
"1391668",
"1391669",
"1391670",
"1391677",
"1391680",
"1391690",
"1391691",
"1391692",
"1391697",
"1391706",
"1391709",
"1391710",
"1391716",
"1391723",
"1391724",
"1391727",
"1391733",
"1391734",
"1391736",
"1391743",
"1391747",
"1391748",
"1391749",
"1391750",
"1391752",
"1391753",
"1391755",
"1391756",
"1391757",
"1391759",
"1391763",
"1391764",
"1391767",
"1391769",
"1391771",
"1391774",
"1391775",
"1391778",
"1391781",
"1391783",
"1391784",
"1391786",
"1391788",
"1391790",
"1391793",
"1391796",
"1391797",
"1391798",
"1391802",
"1391805",
"1391807",
"1391809",
"1391810",
"1391814",
"1391823",
"1391830",
"1391833",
"1391840",
"1391841",
"1391843",
"1391846",
"1391847",
"1391851",
"1391853",
"1391868",
"1391869",
"1391876",
"1391878",
"1391881",
"1391887",
"1391891",
"1391896",
"1391898",
"1391922",
"1391926",
"1391952",
"1391953",
"1391958",
"1391960",
"1391961",
"1391962",
"1391963",
"1391964",
"1391967",
"1391975",
"1391989",
"1391994",
"1391998",
"1392004",
"1392006",
"1392015",
"1392016",
"1392020",
"1392023",
"1392024",
"1392025",
"1392035",
"1392037",
"1392040",
"1392041",
"1392044",
"1392047",
"1392050",
"1392051",
"1392052",
"1392054",
"1392059",
"1392064",
"1392066",
"1392067",
"1392075",
"1392078",
"1392081",
"1392085",
"1392088",
"1392089",
"1392090",
"1392092",
"1392093",
"1392096",
"1392097",
"1392099",
"1392102",
"1392106",
"1392108",
"1392109",
"1392113",
"1392114",
"1392116",
"1392121",
"1392124",
"1392128",
"1392129",
"1392130",
"1392136",
"1392137",
"1392138",
"1392147",
"1392153",
"1392155",
"1392156",
"1392157",
"1392158",
"1392159",
"1392161",
"1392163",
"1392164",
"1392165",
"1392167",
"1392168",
"1392172",
"1392175",
"1392176",
"1392177",
"1392178",
"1392181",
"1392182",
"1392186",
"1392187",
"1392190",
"1392191",
"1392193",
"1392194",
"1392198",
"1392201",
"1392212",
"1392216",
"1392218",
"1392219",
"1392220",
"1392222",
"1392227",
"1392228",
"1392229",
"1392232",
"1392234",
"1392236",
"1392238",
"1392241",
"1392244",
"1392246",
"1392248",
"1392250",
"1392251",
"1392256",
"1392258",
"1392260",
"1392264",
"1392268",
"1392270",
"1392274",
"1392276",
"1392282",
"1392289",
"1392290",
"1392291",
"1392293",
"1392296",
"1392298",
"1392299",
"1392300",
"1392305",
"1392307",
"1392309",
"1392310",
"1392314",
"1392315",
"1392317",
"1392318",
"1392319",
"1392323",
"1392324",
"1392330",
"1392331",
"1392333",
"1392336",
"1392338",
"1392339",
"1392340",
"1392341",
"1392346",
"1392352",
"1392353",
"1392356",
"1392363",
"1392366",
"1392367",
"1392370",
"1392377",
"1392383",
"1392384",
"1392388",
"1392393",
"1392394",
"1392397",
"1392400",
"1392402",
"1392406",
"1392407",
"1392408",
"1392411",
"1392412",
"1392417",
"1392418",
"1392420",
"1392427",
"1392428",
"1392429",
"1392430",
"1392431",
"1392433",
"1392438",
"1392439",
"1392440",
"1392441",
"1392445",
"1392448",
"1392452",
"1392456",
"1392458",
"1392461",
"1392465",
"1392467",
"1392468",
"1392470",
"1392474",
"1392475",
"1392477",
"1392482",
"1392483",
"1392484",
"1392487",
"1392488",
"1392491",
"1392492",
"1392494",
"1392495",
"1392496",
"1392500",
"1392502",
"1392503",
"1392505",
"1392507",
"1392508",
"1392509",
"1392511",
"1392512",
"1392513",
"1392515",
"1392516",
"1392520",
"1392521",
"1392522",
"1392523",
"1392524",
"1392525",
"1392527",
"1392528",
"1392534",
"1392535",
"1392537",
"1392538",
"1392539",
"1392540",
"1392541",
"1392542",
"1392549",
"1392552",
"1392553",
"1392556",
"1392557",
"1392558",
"1392559",
"1392560",
"1392561",
"1392565",
"1392566",
"1392567",
"1392568",
"1392569",
"1392571",
"1392574",
"1392579",
"1392580",
"1392581",
"1392585",
"1392587",
"1392588",
"1392591",
"1392592",
"1392593",
"1392594",
"1392595",
"1392597",
"1392598",
"1392599",
"1392600",
"1392601",
"1392606",
"1392608",
"1392611",
"1392612",
"1392614",
"1392621",
"1392622",
"1392623",
"1392625",
"1392626",
"1392628",
"1392630",
"1392631",
"1392632",
"1392636",
"1392637",
"1392652",
"1392654",
"1392655",
"1392657",
"1392658",
"1392660",
"1392661",
"1392662",
"1392666",
"1392669",
"1392676",
"1392679",
"1392680",
"1392681",
"1392682",
"1392684",
"1392685",
"1392686",
"1392687",
"1392696",
"1392697",
"1392699",
"1392704",
"1392709",
"1392715",
"1392718",
"1392721",
"1392723",
"1392724",
"1392725",
"1392726",
"1392728",
"1392729",
"1392730",
"1392731",
"1392732",
"1392734",
"1392735",
"1392737",
"1392740",
"1392741",
"1392745",
"1392746",
"1392747",
"1392748",
"1392749",
"1392753",
"1392755",
"1392757",
"1392759",
"1392761",
"1392762",
"1392764",
"1392765",
"1392766",
"1392767",
"1392769",
"1392770",
"1392771",
"1392772",
"1392774",
"1392775",
"1392777",
"1392778",
"1392785",
"1392794",
"1392805",
"1392819",
"1392821",
"1392826",
"1392832",
"1392839",
"1392846",
"1392852",
"1392890",
"1392891",
"1392892",
"1392894",
"1392898",
"1392904",
"1392928",
"1392931",
"1392933",
"1392936",
"1392940",
"1392943",
"1392952",
"1392960",
"1392971",
"1392973",
"1392983",
"1393002",
"1393009",
"1393017",
"1393020",
"1393021",
"1393025",
"1393026",
"1393032",
"1393044",
"1393062",
"1393078",
"1393080",
"1393087",
"1393092",
"1393095",
"1393109",
"1393122",
"1393130",
"1393160",
"1393169",
"1393170",
"1393174",
"1393183",
"1393200",
"1393210",
"1393213",
"1393214",
"1393215",
"1393218",
"1393219",
"1393221",
"1393224",
"1393225",
"1393228",
"1393231",
"1393233",
"1393241",
"1393242",
"1393245",
"1393247",
"1393250",
"1393251",
"1393253",
"1393254",
"1393257",
"1393258",
"1393261",
"1393262",
"1393268",
"1393270",
"1393274",
"1393275",
"1393276",
"1393277",
"1393299",
"1393300",
"1393304",
"1393305",
"1393306",
"1393307",
"1393309",
"1393310",
"1393312",
"1393314",
"1393315",
"1393317",
"1393318",
"1393320",
"1393321",
"1393331",
"1393333",
"1393339",
"1393340",
"1393342",
"1393347",
"1393350",
"1393353",
"1393356",
"1393357",
"1393359",
"1393364",
"1393365",
"1393366",
"1393367",
"1393369",
"1393370",
"1393377",
"1393378",
"1393397",
"1393403",
"1393406",
"1393407",
"1393411",
"1393412",
"1393418",
"1393419",
"1393423",
"1393425",
"1393429",
"1393435",
"1393441",
"1393442",
"1393445",
"1393446",
"1393449",
"1393450",
"1393452",
"1393453",
"1393455",
"1393456",
"1393457",
"1393458",
"1393460",
"1393461",
"1393462",
"1393466",
"1393468",
"1393473",
"1393474",
"1393475",
"1393479",
"1393480",
"1393481",
"1393486",
"1393488",
"1393492",
"1393493",
"1393494",
"1393496",
"1393498",
"1393499",
"1393503",
"1393505",
"1393506",
"1393508",
"1393509",
"1393510",
"1393512",
"1393513",
"1393515",
"1393517",
"1393518",
"1393519",
"1393522",
"1393524",
"1393525",
"1393526",
"1393532",
"1393534",
"1393535",
"1393536",
"1393541",
"1393544",
"1393546",
"1393547",
"1393548",
"1393549",
"1393551",
"1393552",
"1393553",
"1393561",
"1393563",
"1393564",
"1393565",
"1393567",
"1393568",
"1393569",
"1393571",
"1393573",
"1393574",
"1393584",
"1393585",
"1393586",
"1393587",
"1393591",
"1393593",
"1393594",
"1393595",
"1393599",
"1393600",
"1393602",
"1393604",
"1393605",
"1393607",
"1393608",
"1393610",
"1393611",
"1393612",
"1393613",
"1393615",
"1393617",
"1393618",
"1393619",
"1393625",
"1393630",
"1393631",
"1393632",
"1393635",
"1393636",
"1393638",
"1393639",
"1393640",
"1393643",
"1393645",
"1393646",
"1393649",
"1393651",
"1393652",
"1393653",
"1393657",
"1393659",
"1393660",
"1393665",
"1393668",
"1393679",
"1393681",
"1393682",
"1393684",
"1393686",
"1393687",
"1393691",
"1393698",
"1393699",
"1393702",
"1393703",
"1393708",
"1393709",
"1393710",
"1393712",
"1393714",
"1393725",
"1393742",
"1393743",
"1393748",
"1393754",
"1393756",
"1393762",
"1393766",
"1393768",
"1393770",
"1393771",
"1393772",
"1393773",
"1393775",
"1393777",
"1393779",
"1393780",
"1393782",
"1393783",
"1393785",
"1393787",
"1393788",
"1393789",
"1393790",
"1393792",
"1393797",
"1393800",
"1393810",
"1393823",
"1393824",
"1393825",
"1393826",
"1393828",
"1393830",
"1393833",
"1393836",
"1393837",
"1393845",
"1393846",
"1393849",
"1393850",
"1393851",
"1393852",
"1393855",
"1393857",
"1393860",
"1393862",
"1393864",
"1393865",
"1393872",
"1393873",
"1393874",
"1393877",
"1393878",
"1393879",
"1393881",
"1393885",
"1393887",
"1393892",
"1393897",
"1393901",
"1393906",
"1393907",
"1393910",
"1393911",
"1393914",
"1393919",
"1393921",
"1393923",
"1393927",
"1393929",
"1393932",
"1393933",
"1393939",
"1393943",
"1393945",
"1393946",
"1393947",
"1393948",
"1393952",
"1393953",
"1393957",
"1393958",
"1393964",
"1393965",
"1393966",
"1393967",
"1393968",
"1393969",
"1393973",
"1393975",
"1393976",
"1393977",
"1393979",
"1393980",
"1393981",
"1393983",
"1393985",
"1393989",
"1393990",
"1393991",
"1393992",
"1393994",
"1393995",
"1394000",
"1394019",
"1394036",
"1394037",
"1394038",
"1394039",
"1394044",
"1394049",
"1394050",
"1394053",
"1394056",
"1394057",
"1394059",
"1394060",
"1394061",
"1394062",
"1394063",
"1394064",
"1394065",
"1394074",
"1394246",
"1394250",
"1394270",
"1394272",
"1394279",
"1394280",
"1394282",
"1394284",
"1394287",
"1394289",
"1394303",
"1394309",
"1394311",
"1394312",
"1394317",
"1394319",
"1394322",
"1394326",
"1394327",
"1394329",
"1394330",
"1394331",
"1394332",
"1394333",
"1394335",
"1394336",
"1394339",
"1394341",
"1394344",
"1394345",
"1394346",
"1394348",
"1394349",
"1394350",
"1394357",
"1394359",
"1394360",
"1394362",
"1394364",
"1394366",
"1394367",
"1394369",
"1394370",
"1394371",
"1394372",
"1394375",
"1394377",
"1394380",
"1394383",
"1394395",
"1394399",
"1394412",
"1394413",
"1394414",
"1394416",
"1394419",
"1394421",
"1394426",
"1394429",
"1394432",
"1394435",
"1394438",
"1394441",
"1394443",
"1394444",
"1394445",
"1394446",
"1394449",
"1394451",
"1394459",
"1394463",
"1394469",
"1394470",
"1394477",
"1394478",
"1394479",
"1394486",
"1394496",
"1394502",
"1394503",
"1394509",
"1394519",
"1394521",
"1394523",
"1394526",
"1394527",
"1394530",
"1394531",
"1394533",
"1394536",
"1394540",
"1394542",
"1394543",
"1394546",
"1394547",
"1394548",
"1394551",
"1394553",
"1394554",
"1394555",
"1394558",
"1394563",
"1394564",
"1394565",
"1394567",
"1394571",
"1394573",
"1394574",
"1394577",
"1394580",
"1394581",
"1394583",
"1394586",
"1394589",
"1394591",
"1394592",
"1394593",
"1394595",
"1394596",
"1394597",
"1394598",
"1394599",
"1394600",
"1394603",
"1394604",
"1394605",
"1394608",
"1394611",
"1394612",
"1394613",
"1394616",
"1394617",
"1394624",
"1394625",
"1394627",
"1394630",
"1394636",
"1394638",
"1394640",
"1394641",
"1394643",
"1394647",
"1394648",
"1394655",
"1394663",
"1394664",
"1394668",
"1394671",
"1394672",
"1394674",
"1394677",
"1394678",
"1394696",
"1394724",
"1394725",
"1394726",
"1394729",
"1394730",
"1394732",
"1394734",
"1394737",
"1394742",
"1394744",
"1394745",
"1394749",
"1394754",
"1394756",
"1394758",
"1394759",
"1394765",
"1394767",
"1394775",
"1394781",
"1394784",
"1394785",
"1394789",
"1394793",
"1394798",
"1394800",
"1394811",
"1394813",
"1394818",
"1394828",
"1394830",
"1394838",
"1394840",
"1394841",
"1394843",
"1394847",
"1394848",
"1394850",
"1394851",
"1394855",
"1394857",
"1394863",
"1394864",
"1394865",
"1394866",
"1394867",
"1394871",
"1394872",
"1394874",
"1394877",
"1394884",
"1394886",
"1394893",
"1394894",
"1394895",
"1394898",
"1394906",
"1394908",
"1394910",
"1394911",
"1394913",
"1394915",
"1394916",
"1394924",
"1394944",
"1394945",
"1394952",
"1394955",
"1394967",
"1394968",
"1394969",
"1394971",
"1394973",
"1394980",
"1394981",
"1394983",
"1394984",
"1394985",
"1394987",
"1394988",
"1394990",
"1394994",
"1394997",
"1394999",
"1395000",
"1395001",
"1395009",
"1395014",
"1395020",
"1395021",
"1395026",
"1395035",
"1395044",
"1395045",
"1395047",
"1395049",
"1395063",
"1395066",
"1395074",
"1395081",
"1395085",
"1395089",
"1395092",
"1395097",
"1395100",
"1395101",
"1395106",
"1395109",
"1395111",
"1395112",
"1395114",
"1395117",
"1395120",
"1395121",
"1395127",
"1395132",
"1395134",
"1395135",
"1395144",
"1395146",
"1395150",
"1395151",
"1395152",
"1395158",
"1395162",
"1395166",
"1395168",
"1395169",
"1395174",
"1395190",
"1395193",
"1395194",
"1395195",
"1395200",
"1395204",
"1395208",
"1395209",
"1395210",
"1395213",
"1395215",
"1395216",
"1395217",
"1395222",
"1395253",
"1395264",
"1395268",
"1395285",
"1395287",
"1395292",
"1395297",
"1395299",
"1395309",
"1395318",
"1395320",
"1395323",
"1395329",
"1395332",
"1395343",
"1395351",
"1395366",
"1395369",
"1395371",
"1395404",
"1395412",
"1395422",
"1395432",
"1395445",
"1395458",
"1395462",
"1395465",
"1395466",
"1395470",
"1395476",
"1395477",
"1395480",
"1395481",
"1395483",
"1395489",
"1395495",
"1395504",
"1395507",
"1395514",
"1395530",
"1395531",
"1395538",
"1395539",
"1395547",
"1395553",
"1395559",
"1395573",
"1395593",
"1395599",
"1395601",
"1395602",
"1395603",
"1395606",
"1395608",
"1395609",
"1395612",
"1395615",
"1395617",
"1395620",
"1395628",
"1395636",
"1395638",
"1395639",
"1395643",
"1395645",
"1395646",
"1395664",
"1395667",
"1395669",
"1395675",
"1395683",
"1395686",
"1395690",
"1395704",
"1395707",
"1395711",
"1395715",
"1395717",
"1395718",
"1395721",
"1395722",
"1395724",
"1395726",
"1395727",
"1395742",
"1395745",
"1395758",
"1395760",
"1395765",
"1395772",
"1395778",
"1395785",
"1395791",
"1395805",
"1395807",
"1395820",
"1395821",
"1395843",
"1395844",
"1395852",
"1395855",
"1395862",
"1395867",
"1395868",
"1395870",
"1395903",
"1395911",
"1395913",
"1395920",
"1395922",
"1395923",
"1395925",
"1395926",
"1395928",
"1395929",
"1395935",
"1395936",
"1395937",
"1395938",
"1395940",
"1395942",
"1395943",
"1395944",
"1395945",
"1395948",
"1395949",
"1395952",
"1395953",
"1395956",
"1395961",
"1395962",
"1395963",
"1395966",
"1395967",
"1395972",
"1395973",
"1395974",
"1395977",
"1395982",
"1395987",
"1395990",
"1395991",
"1395993",
"1395994",
"1396002",
"1396007",
"1396014",
"1396015",
"1396016",
"1396018",
"1396023",
"1396027",
"1396028",
"1396030",
"1396032",
"1396041",
"1396042",
"1396045",
"1396054",
"1396055",
"1396057",
"1396059",
"1396060",
"1396063",
"1396077",
"1396078",
"1396079",
"1396085",
"1396088",
"1396089",
"1396091",
"1396093",
"1396094",
"1396095",
"1396097",
"1396098",
"1396099",
"1396104",
"1396107",
"1396109",
"1396111",
"1396112",
"1396115",
"1396116",
"1396117",
"1396118",
"1396119",
"1396121",
"1396122",
"1396123",
"1396124",
"1396126",
"1396127",
"1396128",
"1396137",
"1396138",
"1396140",
"1396143",
"1396144",
"1396145",
"1396146",
"1396153",
"1396159",
"1396160",
"1396164",
"1396165",
"1396167",
"1396168",
"1396169",
"1396175",
"1396177",
"1396179",
"1396180",
"1396185",
"1396186",
"1396188",
"1396189",
"1396191",
"1396193",
"1396196",
"1396197",
"1396203",
"1396206",
"1396208",
"1396210",
"1396213",
"1396214",
"1396225",
"1396226",
"1396227",
"1396228",
"1396234",
"1396241",
"1396242",
"1396244",
"1396249",
"1396251",
"1396252",
"1396253",
"1396259",
"1396260",
"1396261",
"1396266",
"1396267",
"1396272",
"1396274",
"1396276",
"1396277",
"1396279",
"1396282",
"1396283",
"1396287",
"1396288",
"1396289",
"1396290",
"1396292",
"1396294",
"1396295",
"1396296",
"1396298",
"1396299",
"1396300",
"1396301",
"1396305",
"1396306",
"1396307",
"1396308",
"1396309",
"1396310",
"1396313",
"1396314",
"1396315",
"1396316",
"1396317",
"1396319",
"1396330",
"1396332",
"1396333",
"1396334",
"1396336",
"1396337",
"1396339",
"1396340",
"1396343",
"1396347",
"1396352",
"1396355",
"1396362",
"1396370",
"1396373",
"1396375",
"1396379",
"1396390",
"1396398",
"1396399",
"1396405",
"1396408",
"1396411",
"1396416",
"1396417",
"1396422",
"1396424",
"1396425",
"1396426",
"1396429",
"1396430",
"1396435",
"1396437",
"1396439",
"1396441",
"1396446",
"1396447",
"1396464",
"1396470",
"1396471",
"1396472",
"1396473",
"1396474",
"1396476",
"1396479",
"1396480",
"1396481",
"1396483",
"1396484",
"1396485",
"1396486",
"1396487",
"1396489",
"1396491",
"1396492",
"1396497",
"1396503",
"1396507",
"1396509",
"1396511",
"1396512",
"1396520",
"1396523",
"1396527",
"1396531",
"1396538",
"1396544",
"1396545",
"1396553",
"1396556",
"1396558",
"1396560",
"1396561",
"1396565",
"1396569",
"1396570",
"1396585",
"1396587",
"1396591",
"1396599",
"1396600",
"1396601",
"1396604",
"1396606",
"1396621",
"1396622",
"1396628",
"1396631",
"1396632",
"1396638",
"1396640",
"1396647",
"1396650",
"1396653",
"1396663",
"1396676",
"1396682",
"1396684",
"1396691",
"1396696",
"1396709",
"1396710",
"1396711",
"1396713",
"1396715",
"1396716",
"1396717",
"1396718",
"1396721",
"1396726",
"1396729",
"1396733",
"1396734",
"1396736",
"1396737",
"1396739",
"1396742",
"1396744",
"1396745",
"1396746",
"1396748",
"1396750",
"1396751",
"1396752",
"1396754",
"1396758",
"1396759",
"1396760",
"1396762",
"1396764",
"1396765",
"1396767",
"1396769",
"1396776",
"1396779",
"1396780",
"1396784",
"1396785",
"1396788",
"1396792",
"1396797",
"1396802",
"1396803",
"1396806",
"1396809",
"1396812",
"1396815",
"1396820",
"1396824",
"1396825",
"1396826",
"1396832",
"1396835",
"1396837",
"1396838",
"1396839",
"1396842",
"1396843",
"1396844",
"1396850",
"1396854",
"1396855",
"1396857",
"1396858",
"1396860",
"1396864",
"1396867",
"1396869",
"1396871",
"1396879",
"1396880",
"1396883",
"1396889",
"1396898",
"1396899",
"1396900",
"1396902",
"1396904",
"1396908",
"1396919",
"1396934",
"1396937",
"1396940",
"1396941",
"1396943",
"1396951",
"1396952",
"1396955",
"1396956",
"1396958",
"1396961",
"1396964",
"1396965",
"1396969",
"1396970",
"1396971",
"1396974",
"1396976",
"1396978",
"1396980",
"1396982",
"1396983",
"1396984",
"1396991",
"1396992",
"1396998",
"1397025",
"1397037",
"1397038",
"1397039",
"1397042",
"1397043",
"1397045",
"1397046",
"1397047",
"1397048",
"1397049",
"1397050",
"1397056",
"1397059",
"1397060",
"1397061",
"1397064",
"1397065",
"1397067",
"1397070",
"1397074",
"1397077",
"1397083",
"1397084",
"1397085",
"1397086",
"1397089",
"1397091",
"1397094",
"1397095",
"1397096",
"1397100",
"1397103",
"1397104",
"1397106",
"1397107",
"1397108",
"1397110",
"1397111",
"1397114",
"1397115",
"1397121",
"1397123",
"1397126",
"1397129",
"1397131",
"1397135",
"1397137",
"1397140",
"1397142",
"1397149",
"1397150",
"1397156",
"1397158",
"1397161",
"1397168",
"1397181",
"1397182",
"1397184",
"1397185",
"1397193",
"1397200",
"1397208",
"1397213",
"1397223",
"1397225",
"1397227",
"1397231",
"1397234",
"1397235",
"1397240",
"1397241",
"1397243",
"1397248",
"1397251",
"1397255",
"1397256",
"1397265",
"1397273",
"1397275",
"1397276",
"1397279",
"1397291",
"1397299",
"1397300",
"1397301",
"1397302",
"1397303",
"1397306",
"1397307",
"1397308",
"1397310",
"1397313",
"1397314",
"1397315",
"1397316",
"1397317",
"1397318",
"1397319",
"1397320",
"1397322",
"1397323",
"1397324",
"1397325",
"1397326",
"1397327",
"1397328",
"1397329",
"1397330",
"1397331",
"1397332",
"1397333",
"1397334",
"1397336",
"1397337",
"1397338",
"1397339",
"1397340",
"1397341",
"1397342",
"1397343",
"1397344",
"1397345",
"1397346",
"1397347",
"1397349",
"1397350",
"1397352",
"1397353",
"1397354",
"1397356",
"1397358",
"1397361",
"1397363",
"1397365",
"1397366",
"1397367",
"1397368",
"1397369",
"1397370",
"1397371",
"1397372",
"1397373",
"1397374",
"1397375",
"1397376",
"1397378",
"1397380",
"1397381",
"1397382",
"1397383",
"1397384",
"1397385",
"1397386",
"1397387",
"1397389",
"1397391",
"1397392",
"1397393",
"1397394",
"1397395",
"1397396",
"1397398",
"1397399",
"1397400",
"1397402",
"1397403",
"1397406",
"1397407",
"1397408",
"1397409",
"1397412",
"1397413",
"1397414",
"1397416",
"1397418",
"1397419",
"1397420",
"1397421",
"1397422",
"1397423",
"1397424",
"1397425",
"1397430",
"1397431",
"1397432",
"1397433",
"1397434",
"1397437",
"1397439",
"1397442",
"1397447",
"1397449",
"1397450",
"1397451",
"1397453",
"1397454",
"1397455",
"1397458",
"1397459",
"1397460",
"1397461",
"1397462",
"1397463",
"1397464",
"1397465",
"1397466",
"1397467",
"1397468",
"1397470",
"1397471",
"1397473",
"1397475",
"1397476",
"1397477",
"1397478",
"1397479",
"1397480",
"1397483",
"1397484",
"1397485",
"1397486",
"1397487",
"1397488",
"1397489",
"1397490",
"1397491",
"1397493",
"1397495",
"1397496",
"1397497",
"1397498",
"1397499",
"1397500",
"1397502",
"1397503",
"1397504",
"1397505",
"1397506",
"1397507",
"1397508",
"1397509",
"1397510",
"1397512",
"1397513",
"1397514",
"1397515",
"1397516",
"1397517",
"1397518",
"1397519",
"1397520",
"1397521",
"1397522",
"1397523",
"1397524",
"1397525",
"1397526",
"1397527",
"1397528",
"1397531",
"1397533",
"1397534",
"1397535",
"1397536",
"1397540",
"1397542",
"1397543",
"1397545",
"1397546",
"1397547",
"1397548",
"1397549",
"1397551",
"1397552",
"1397553",
"1397557",
"1397558",
"1397560",
"1397565",
"1397567",
"1397579",
"1397583",
"1397587",
"1397591",
"1397593",
"1397594",
"1397595",
"1397608",
"1397619",
"1397637",
"1397643",
"1397662",
"1397663",
"1397675",
"1397680",
"1397686",
"1397697",
"1397698",
"1397699",
"1397703",
"1397720",
"1397722",
"1397725",
"1397727",
"1397746",
"1397763",
"1397779",
"1397793",
"1397802",
"1397804",
"1397831",
"1397833",
"1397838",
"1397849",
"1397867",
"1397868",
"1397871",
"1397879",
"1397942",
"1397944",
"1397951",
"1397971",
"1397983",
"1397985",
"1398041",
"1398097",
"1398099",
"1398108",
"1398112",
"1398113",
"1398116",
"1398117",
"1398119",
"1398120",
"1398122",
"1398124",
"1398128",
"1398163",
"1398167",
"1398182",
"1398184",
"1398197",
"1398200",
"1398205",
"1398217",
"1398222",
"1398226",
"1398237",
"1398241",
"1398243",
"1398244",
"1398247",
"1398250",
"1398253",
"1398261",
"1398262",
"1398264",
"1398272",
"1398284",
"1398286",
"1398288",
"1398290",
"1398295",
"1398310",
"1398319",
"1398322",
"1398327",
"1398346",
"1398353",
"1398369",
"1398374",
"1398381",
"1398408",
"1398411",
"1398424",
"1398435",
"1398443",
"1398449",
"1398453",
"1398471",
"1398494",
"1398518",
"1398519",
"1398553",
"1398569",
"1398589",
"1398631",
"1398636",
"1398640",
"1398644",
"1398646",
"1398652",
"1398653",
"1398655",
"1398656",
"1398657",
"1398663",
"1398675",
"1398689",
"1398690",
"1398692",
"1398695",
"1398699",
"1398721",
"1398722",
"1398723",
"1398725",
"1398740",
"1398746",
"1398749",
"1398752",
"1398758",
"1398759",
"1398763",
"1398764",
"1398765",
"1398768",
"1398769",
"1398772",
"1398773",
"1398776",
"1398778",
"1398779",
"1398780",
"1398781",
"1398783",
"1398784",
"1398786",
"1398787",
"1398789",
"1398791",
"1398792",
"1398803",
"1398805",
"1398814",
"1398815",
"1398816",
"1398819",
"1398820",
"1398821",
"1398822",
"1398824",
"1398827",
"1398830",
"1398894",
"1398913",
"1398930",
"1398970",
"1398988",
"1399019",
"1399048",
"1399056",
"1399082",
"1399083",
"1399096",
"1399118",
"1399145",
"1399148",
"1399151",
"1399187",
"1399232",
"1399273",
"1399310",
"1399323",
"1399360",
"1399364",
"1399392",
"1399397",
"1399423",
"1399464",
"1399474",
"1399485",
"1399487",
"1399490",
"1399498",
"1399507",
"1399522",
"1399531",
"1399548",
"1399553",
"1399567",
"1399568",
"1399572",
"1399577",
"1399580",
"1399589",
"1399609",
"1399612",
"1399620",
"1399621",
"1399623",
"1399643",
"1399677",
"1399685",
"1399688",
"1399730",
"1399736",
"1399738",
"1399739",
"1399742",
"1399743",
"1399744",
"1399764",
"1399765",
"1399768",
"1399771",
"1399772",
"1399773",
"1399777",
"1399778",
"1399779",
"1399781",
"1399797",
"1399798",
"1399800",
"1399827",
"1399848",
"1399865",
"1399885",
"1399886",
"1399913",
"1399923",
"1399929",
"1399944",
"1399961",
"1399973",
"1400004",
"1400011",
"1400016",
"1400017",
"1400022",
"1400029",
"1400034",
"1400036",
"1400037",
"1400052",
"1400062",
"1400063",
"1400074",
"1400079",
"1400080",
"1400081",
"1400083",
"1400084",
"1400086",
"1400088",
"1400094",
"1400096",
"1400101",
"1400102",
"1400104",
"1400105",
"1400110",
"1400111",
"1400121",
"1400122",
"1400123",
"1400124",
"1400125",
"1400126",
"1400129",
"1400132",
"1400134",
"1400135",
"1400138",
"1400142",
"1400143",
"1400144",
"1400145",
"1400147",
"1400148",
"1400151",
"1400153",
"1400154",
"1400155",
"1400156",
"1400159",
"1400162",
"1400165",
"1400172",
"1400175",
"1400176",
"1400177",
"1400178",
"1400181",
"1400182",
"1400186",
"1400187",
"1400188",
"1400616",
"1400721",
"1401438",
"1402995",
"1403109",
"1403435",
"1403436",
"1403445",
"1403533",
"1403870",
"1405355",
"1406473",
"1406530",
"1407739",
"1407770",
"1407911",
"1407920",
"1408045",
"1408094",
"1408121",
"1408638",
"1408774",
"1408866",
"1408867",
"1408973",
"1409031",
"1409132",
"1409146",
"1409148",
"1409180",
"1409275",
"1409318",
"1410190",
"1410243",
"1410322",
"1411051",
"1411089",
"1411387",
"1411388",
"1411495",
"1411648",
"1411651",
"1411700",
"1411820",
"1411890",
"1411968",
"1412238",
"1412241",
"1412258",
"1412367",
"1412585",
"1412857",
"1412867",
"1413349",
"1413421",
"1413732",
"1413783",
"1413865",
"1414059",
"1414270",
"1414294",
"1414353",
"1414354",
"1414356",
"1414365",
"1414366",
"1414367",
"1414387",
"1417640",
"1417642",
"1417672",
"1417689",
"1417738",
"1417741",
"1417754",
"1417758",
"1417760",
"1417798",
"1417804",
"1417809",
"1417838",
"1417843",
"1417892",
"1418018",
"1418031",
"1418072",
"1418076",
"1418192",
"1418200",
"1418201",
"1418211",
"1418225",
"1418294",
"1418359",
"1418380",
"1418412",
"1418419",
"1418439",
"1418499",
"1418509",
"1418584",
"1418597",
"1418612",
"1418618",
"1418658",
"1418688",
"1418701",
"1419076",
"1419102",
"1419103",
"1419104",
"1419109",
"1419206",
"1419225",
"1419245",
"1419283",
"1419294",
"1419441",
"1419487",
"1419650",
"1419838",
"1419850",
"1419871",
"1419901",
"1419915",
"1419917",
"1419963",
"1419971",
"1419988",
"1420092",
"1420364",
"1420379",
"1420444",
"1420448",
"1420558",
"1420566",
"1420584",
"1420669",
"1420711",
"1420825",
"1420863",
"1421285",
"1421977",
"1422166",
"1422217",
"1422218",
"1422538",
"1422615",
"1422693",
"1422884",
"1422925",
"1422941",
"1423167",
"1423209",
"1423213",
"1423286",
"1423377",
"1423913",
"1424208",
"1424250",
"1424343",
"1424411",
"1424895",
"1424916",
"1424927",
"1425097",
"1425172",
"1425193",
"1425195",
"1425200",
"1425202",
"1425224",
"1425238",
"1425272",
"1425299",
"1425319",
"1425334",
"1425343",
"1425344",
"1425347",
"1425420",
"1425448",
"1425474",
"1425484",
"1425540",
"1425569",
"1425584",
"1425629",
"1425722",
"1425884",
"1425895",
"1425905",
"1425936",
"1425990",
"1426004",
"1426005",
"1426015",
"1426040",
"1426068",
"1426085",
"1426088",
"1426115",
"1427718",
"1427744",
"1429223",
"1431896",
"1432292",
"1432734",
"1432743",
"1432775",
"1432776",
"1432847",
"1432876",
"1434347",
"1435330",
"1435507",
"1435579",
"1435581",
"1436064",
"1437044",
"1437245",
"1437724",
"1437978",
"1438122",
"1440300",
"1441034",
"1441066",
"1441068",
"1442193",
"1442235",
"1442818",
"1448185",
"1449488",
"1450108",
"1450109",
"1450656",
"1450786",
"1450849",
"1451490",
"1451554",
"1451777",
"1451884",
"1452062",
"1452078",
"1452080",
"1452081",
"1452084",
"1452249",
"1452284",
"1452360",
"1452525",
"1452585",
"1452625",
"1452689",
"1452695",
"1452750",
"1453506",
"1453509",
"1453510",
"1453515",
"1453521",
"1453529",
"1453531",
"1453532",
"1453535",
"1453542",
"1453544",
"1453545",
"1453559",
"1453560",
"1453563",
"1453566",
"1453568",
"1453572",
"1453584",
"1456505",
"1456535",
"1456747",
"1456867",
"1457039",
"1457187",
"1457212",
"1457213",
"1457311",
"1457488",
"1457840",
"1457846",
"1457868",
"1458029",
"1458093",
"1458106",
"1458169",
"1458331",
"1458338",
"1458364",
"1458369",
"1458390",
"1458391",
"1458419",
"1458738",
"1458768",
"1458783",
"1465436",
"1465444",
"1467321",
"1467324",
"1470478",
"1470716",
"1471017",
"1471589",
"1471596",
"1471620",
"1471824",
"1472008",
"1472010",
"1472365",
"1472366",
"1472367",
"1472670",
"1472681",
"1472691",
"1472808",
"1472811",
"1472821",
"1472824",
"1472934",
"1472958",
"1473025",
"1473200",
"1473210",
"1473216",
"1473493",
"1476149",
"1477139",
"1477181",
"1477188",
"1477194",
"1477204",
"1477928",
"1477930",
"1477941",
"1478096",
"1478279",
"1478563",
"1478565",
"1478566",
"1478627",
"1478634",
"1478661",
"1478753",
"1478916",
"1479220",
"1479393",
"1479415",
"1479447",
"1479511",
"1479520",
"1479524",
"1479526",
"1479530",
"1479531",
"1479537",
"1479540",
"1479542",
"1479671",
"1479766",
"1479995",
"1480138",
"1480255",
"1480575",
"1480601",
"1480628",
"1480731",
"1480739",
"1480750",
"1480901",
"1481080",
"1481281",
"1481437",
"1481527",
"1481537",
"1481553",
"1481925",
"1481963",
"1482049",
"1482204",
"1482309",
"1482313",
"1482315",
"1486725",
"1486726",
"1486733",
"1486742",
"1487336",
"1487694",
"1487735",
"1489036",
"1489053",
"1489066",
"1489087",
"1489091",
"1489106",
"1489133",
"1489184",
"1489190",
"1489237",
"1489328",
"1489803",
"1489806",
"1489808",
"1489814",
"1490238",
"1490546",
"1491329",
"1491358",
"1491368",
"1491369",
"1491445",
"1491514",
"1491567",
"1491568",
"1491707",
"1492045",
"1492046",
"1492055",
"1492063",
"1492109",
"1492113",
"1492211",
"1492215",
"1492221",
"1492256",
"1492461",
"1492519",
"1492564",
"1492610",
"1492664",
"1492665",
"1492666",
"1492693",
"1492736",
"1492738",
"1492739",
"1492778",
"1492789",
"1492939",
"1492957",
"1493056",
"1493061",
"1493082",
"1493090",
"1493092",
"1493109",
"1493163",
"1493208",
"1493352",
"1493357",
"1493381",
"1493417",
"1493449",
"1493478",
"1493486",
"1493539",
"1493549",
"1493558",
"1493563",
"1493613",
"1493646",
"1493662",
"1493678",
"1493714",
"1493722",
"1493730",
"1493737",
"1493740",
"1493744",
"1493747",
"1493749",
"1493766",
"1495399",
"1495410",
"1495412",
"1495413",
"1495414",
"1495419",
"1495430",
"1495441",
"1495474",
"1495481",
"1495485",
"1495503",
"1495504",
"1496696",
"1497667",
"1497825",
"1498118",
"1498825",
"1498976",
"1499337",
"1499343",
"1499345",
"1499416",
"1499638",
"1499749",
"1499783",
"1499885",
"1500391",
"1501047",
"1501064",
"1501456",
"1502057",
"1502064",
"1502086",
"1502112",
"1502123",
"1502212",
"1502217",
"1502387",
"1502406",
"1502432",
"1502458",
"1502481",
"1502503",
"1502533",
"1502540",
"1502543",
"1502557",
"1502578",
"1502610",
"1502614",
"1502640",
"1502662",
"1502669",
"1502681",
"1502682",
"1502684",
"1502707",
"1502750",
"1502775",
"1502791",
"1502795",
"1502797",
"1502800",
"1502831",
"1502862",
"1502922",
"1502923",
"1502939",
"1502948",
"1502989",
"1503192",
"1503729",
"1504027",
"1504116",
"1504499",
"1504502",
"1504520",
"1505431",
"1505455",
"1505488",
"1505542",
"1505544",
"1505553",
"1505776",
"1506477",
"1506481",
"1507182",
"1507261",
"1508026",
"1509263",
"1509310",
"1509616",
"1509735",
"1510061",
"1510328",
"1510341",
"1510670",
"1511012",
"1511240",
"1511873",
"1512231",
"1512539",
"1512544",
"1512782",
"1512909",
"1513193",
"1513485",
"1513498",
"1513508",
"1513952",
"1513956",
"1513959",
"1513963",
"1513980",
"1515981",
"1516081",
"1517350",
"1517432",
"1517471",
"1517486",
"1517496",
"1517507",
"1517561",
"1517627",
"1517630",
"1517773",
"1518014",
"1518245",
"1518628",
"1518844",
"1518931",
"1518932",
"1518933",
"1518934",
"1518936",
"1518937",
"1518939",
"1519038",
"1519429",
"1519648",
"1519650",
"1519892",
"1520353",
"1520379",
"1521055",
"1521058",
"1521427",
"1521556",
"1522182",
"1522233",
"1522249",
"1522444",
"1522501",
"1522573",
"1523006",
"1523071",
"1523325",
"1523343",
"1523597",
"1523674",
"1524876",
"1524939",
"1525142",
"1528543",
"1528980",
"1529112",
"1529116",
"1529240",
"1529289",
"1529305",
"1529395",
"1529402",
"1529410",
"1530752",
"1530979",
"1531035",
"1531098",
"1531137",
"1531145",
"1531336",
"1531358",
"1531432",
"1531436",
"1531441",
"1531482",
"1531522",
"1531550",
"1531614",
"1531697",
"1532190",
"1532449",
"1532993",
"1533223",
"1535234",
"1536355",
"1537649",
"1539461",
"1544716",
"1544785",
"1544889",
"1545372",
"1545580",
"1545581",
"1545589",
"1545592",
"1545700",
"1545740",
"1545780",
"1545855",
"1546033",
"1546217",
"1546251",
"1547096",
"1547097",
"1548094",
"1548109",
"1548153",
"1548182",
"1548249",
"1548289",
"1548389",
"1548458",
"1548459",
"1548487",
"1548508",
"1548583",
"1548680",
"1548709",
"1548995",
"1549015",
"1549086",
"1549124",
"1549192",
"1550140",
"1550152",
"1550154",
"1550156",
"1550162",
"1550182",
"1550197",
"1550198",
"1550214",
"1550246",
"1550263",
"1550275",
"1550292",
"1550506",
"1555067",
"1555195",
"1555231",
"1555288",
"1556072",
"1556096",
"1556685",
"1556750",
"1556855",
"1556901",
"1556990",
"1557427",
"1557606",
"1558009",
"1558087",
"1558119",
"1558164",
"1558251",
"1558272",
"1558278",
"1558360",
"1558398",
"1558601",
"1558882",
"1559193",
"1559255",
"1560388",
"1560392",
"1560415",
"1560618",
"1560676",
"1560679",
"1560691",
"1560693",
"1560697",
"1560698",
"1560870",
"1560897",
"1561178",
"1561314",
"1562248",
"1562253",
"1562391",
"1562413",
"1562548",
"1563038",
"1563105",
"1563172",
"1563230",
"1563296",
"1563496",
"1563697",
"1563707",
"1563734",
"1563735",
"1563748",
"1563754",
"1563755",
"1563792",
"1563807",
"1563814",
"1563862",
"1564259",
"1564274",
"1564276",
"1564286",
"1564287",
"1564296",
"1564301",
"1564310",
"1564317",
"1564323",
"1564330",
"1564334",
"1564337",
"1564339",
"1564349",
"1564351",
"1564352",
"1564354",
"1564356",
"1564370",
"1564415",
"1564416",
"1564438",
"1564441",
"1564444",
"1564457",
"1564459",
"1564466",
"1564493",
"1564502",
"1564513",
"1564554",
"1564555",
"1564560",
"1564596",
"1564601",
"1564609",
"1564610",
"1564618",
"1564619",
"1564630",
"1564646",
"1564726",
"1569358",
"1571057",
"1572883",
"1573015",
"1573648",
"1576091",
"1577392",
"1578111",
"1578113",
"1578115",
"1578119",
"1578131",
"1578141",
"1578145",
"1578157",
"1578167",
"1578171",
"1578588",
"1579800",
"1580587",
"1580588",
"1580630",
"1581618",
"1581623",
"1582853",
"1582964",
"1582980",
"1583450",
"1586076",
"1587724",
"1587729",
"1588647",
"1588658",
"1588764",
"1588800",
"1588802",
"1588853",
"1590996",
"1590997",
"1591002",
"1595800",
"1602329",
"1603775",
"1608418",
"1609596",
"1609681",
"1609716",
"1609772",
"1610788",
"1610791",
"1610792",
"1610794",
"1610802",
"1610807",
"1610808",
"1610809",
"1610814",
"1614893",
"1617109",
"1617119",
"1617142",
"1617143",
"1617162",
"1617185",
"1621491",
"1621515",
"1621524",
"1621527",
"1621534",
"1622895",
"1622900",
"1622901",
"1622908",
"1622910",
"1622914",
"1627618",
"1628783",
"1628784",
"1628790",
"1628796",
"1628801",
"1628803",
"1628807",
"1628811",
"1628819",
"1628822",
"1628824",
"1628826",
"1628842",
"1628850",
"1628854",
"1628858",
"1628862",
"1628865",
"1628867",
"1628868",
"1628896",
"1628904",
"1628933",
"1628935",
"1628936",
"1628938",
"1628948",
"1628952",
"1628954",
"1628956",
"1628960",
"1628961",
"1628969",
"1630308",
"1632937",
"1632939",
"1632950",
"1632951",
"1632957",
"1632961",
"1632962",
"1632987",
"1636731",
"1636851",
"1636853",
"1636854",
"1636863",
"1636907",
"1637276",
"1637411",
"1637419",
"1637710",
"1638029",
"1638030",
"1638033",
"1639681",
"1645851",
"1645854",
"1645885",
"1645887",
"1645889",
"1645890",
"1645892",
"1645893",
"1646036",
"1646041",
"1646043",
"1646044",
"1646045",
"1646050",
"1646085",
"1646086",
"1646088",
"1646126",
"1646226",
"1646231",
"1646232",
"1646236",
"1646237",
"1646238",
"1646244",
"1646254",
"1646256",
"1646259",
"1646264",
"1646266",
"1646267",
"1646270",
"1646311",
"1646456",
"1646477",
"1646497",
"1646528",
"1646671",
"1646703",
"1646736",
"1646778",
"1646792",
"1647128",
"1647132",
"1647133",
"1647135",
"1647138",
"1647141",
"1647150",
"1647153",
"1647154",
"1647155",
"1647156",
"1647161",
"1647164",
"1647166",
"1647170",
"1647173",
"1647175",
"1647180",
"1647185",
"1647186",
"1647187",
"1647236",
"1647245",
"1647248",
"1647256",
"1647263",
"1647270",
"1647274",
"1647281",
"1647291",
"1647299",
"1647304",
"1647315",
"1647338",
"1647348",
"1647350",
"1647506",
"1647575",
"1647677",
"1647823",
"1648093",
"1648657",
"1648762",
"1649444",
"1649483",
"1649664",
"1649741",
"1649856",
"1650228",
"1650353",
"1650706",
"1650970",
"1651013",
"1651053",
"1651061",
"1651113",
"1651114",
"1651142",
"1651162",
"1651204",
"1651233",
"1651240",
"1651267",
"1651322",
"1651357",
"1651358",
"1651363",
"1651427",
"1651449",
"1651485",
"1651877",
"1651891",
"1651903",
"1652226",
"1652252",
"1652525",
"1652912",
"1653037",
"1653641",
"1653823",
"1653859",
"1653867",
"1653905",
"1654010",
"1654025",
"1654153",
"1655003",
"1655199",
"1655313",
"1655379",
"1655422",
"1655933",
"1657246",
"1657500",
"1658529",
"1658600",
"1658641",
"1658958",
"1658959",
"1658970",
"1658994",
"1659032",
"1659056",
"1659168",
"1659226",
"1660692",
"1661341",
"1662935",
"1662937",
"1662963",
"1663341",
"1663449",
"1663927",
"1663993",
"1664156",
"1664414",
"1664443",
"1664444",
"1664494",
"1664563",
"1664603",
"1664614",
"1664678",
"1664742",
"1664940",
"1664942",
"1664943",
"1664946",
"1664948",
"1664950",
"1665997",
"1666441",
"1666569",
"1666622",
"1666721",
"1666930",
"1666972",
"1667093",
"1667197",
"1667287",
"1667293",
"1667408",
"1667445",
"1667464",
"1667671",
"1667780",
"1667816",
"1667948",
"1667954",
"1668024",
"1668155",
"1668165",
"1668240",
"1668330",
"1668387",
"1668469",
"1668473",
"1668480",
"1668525",
"1668564",
"1668573",
"1668580",
"1668617",
"1668620",
"1668635",
"1668685",
"1668689",
"1668694",
"1668744",
"1668749",
"1668888",
"1668953",
"1668976",
"1668989",
"1668995",
"1668999",
"1669000",
"1669039",
"1669044",
"1669076",
"1669100",
"1669151",
"1669173",
"1669182",
"1669246",
"1669279",
"1669338",
"1669394",
"1669397",
"1669441",
"1669443",
"1669454",
"1669461",
"1669541",
"1669567",
"1669616",
"1669625",
"1669639",
"1669707",
"1671172",
"1672063",
"1672967",
"1673008",
"1673056",
"1673119",
"1673127",
"1673181",
"1673274",
"1673285",
"1673309",
"1673405",
"1677641",
"1679961",
"1683819",
"1684017",
"1684024",
"1684175",
"1684220",
"1684273",
"1684973",
"1685012",
"1685197",
"1685292",
"1687875",
"1687883",
"1687885",
"1687895",
"1687896",
"1687898",
"1687910",
"1687978",
"1687979",
"1687981",
"1687993",
"1688053",
"1688091",
"1688110",
"1689240",
"1689257",
"1689622",
"1691401",
"1693472",
"1694087",
"1694092",
"1694379",
"1694387",
"1694424",
"1695710",
"1696454",
"1697191",
"1697212",
"1697232",
"1697320",
"1697332",
"1697365",
"1697384",
"1697487",
"1698923",
"1698925",
"1698927",
"1698929",
"1699423",
"1701506",
"1701520",
"1701525",
"1701758",
"1701822",
"1701831",
"1705887",
"1706072",
"1706074",
"1707089",
"1711781",
"1711782",
"1711809",
"1711822",
"1711843",
"1711863",
"1713472",
"1718504",
"1718548",
"1719822",
"1720902",
"1720939",
"1720959",
"1720968",
"1720971",
"1720975",
"1721005",
"1721018",
"1721133",
"1721301",
"1721312",
"1721513",
"1721516",
"1721521",
"1721554",
"1721558",
"1721637",
"1721729",
"1722015",
"1722340",
"1722403",
"1722407",
"1722409",
"1722416",
"1722418",
"1722421",
"1722432",
"1722433",
"1722434",
"1722435",
"1722436",
"1722437",
"1722438",
"1722439",
"1722440",
"1722441",
"1722444",
"1722445",
"1722454",
"1722465",
"1722478",
"1722485",
"1722490",
"1722494",
"1722500",
"1722501",
"1722506",
"1722509",
"1722514",
"1722516",
"1722517",
"1722518",
"1722519",
"1722520",
"1722521",
"1722522",
"1722525",
"1722545",
"1722546",
"1722550",
"1722566",
"1722568",
"1722569",
"1722578",
"1722589",
"1722590",
"1722604",
"1722605",
"1722619",
"1722624",
"1722625",
"1722630",
"1722659",
"1722670",
"1722671",
"1722672",
"1722693",
"1722695",
"1722696",
"1722697",
"1722698",
"1722699",
"1722703",
"1722704",
"1722705",
"1722707",
"1723119",
"1723120",
"1723185",
"1723194",
"1724565",
"1724816",
"1726144",
"1727501",
"1727503",
"1728568",
"1728570",
"1728571",
"1728573",
"1728575",
"1728588",
"1728592",
"1728709",
"1728724",
"1729043",
"1729464",
"1729475",
"1729566",
"1729952",
"1729965",
"1730704",
"1731657",
"1731667",
"1732737",
"1734381",
"1736367",
"1736442",
"1736530",
"1737420",
"1737421",
"1737422",
"1737423",
"1737424",
"1737425",
"1737426",
"1737428",
"1737429",
"1737431",
"1737432",
"1737437",
"1737439",
"1737440",
"1737441",
"1737444",
"1737446",
"1737447",
"1737448",
"1737450",
"1737454",
"1737455",
"1737458",
"1737460",
"1737461",
"1737463",
"1737469",
"1737479",
"1737481",
"1737483",
"1737486",
"1737488",
"1737489",
"1737490",
"1737491",
"1737492",
"1737493",
"1737494",
"1737495",
"1737497",
"1737502",
"1737504",
"1737507",
"1737508",
"1737510",
"1737511",
"1737515",
"1737519",
"1737521",
"1737522",
"1737523",
"1737524",
"1737530",
"1737540",
"1737542",
"1737543",
"1737545",
"1737546",
"1737547",
"1737551",
"1737552",
"1737553",
"1737555",
"1737557",
"1737558",
"1737559",
"1737561",
"1737563",
"1737564",
"1737565",
"1737571",
"1737575",
"1737577",
"1737578",
"1737583",
"1737585",
"1737588",
"1737590",
"1737591",
"1737592",
"1737632",
"1737633",
"1737645",
"1737646",
"1737647",
"1737650",
"1737651",
"1737652",
"1737653",
"1737654",
"1737655",
"1737656",
"1737657",
"1737658",
"1737660",
"1737662",
"1737666",
"1737667",
"1737669",
"1737671",
"1737672",
"1737674",
"1737676",
"1737684",
"1737685",
"1737693",
"1737699",
"1737701",
"1737718",
"1737720",
"1738036",
"1738041",
"1738042",
"1738123",
"1738180",
"1738192",
"1738578",
"1738582",
"1738583",
"1738585",
"1738586",
"1738588",
"1738590",
"1738592",
"1738594",
"1738603",
"1738610",
"1738612",
"1738613",
"1738619",
"1738625",
"1738627",
"1738630",
"1738632",
"1738640",
"1738641",
"1738647",
"1738652",
"1738653",
"1738658",
"1738661",
"1738679",
"1738683",
"1738690",
"1738699",
"1738717",
"1738721",
"1738734",
"1738735",
"1738749",
"1738785",
"1738786",
"1738788",
"1738789",
"1738795",
"1738796",
"1738800",
"1738804",
"1738818",
"1738830",
"1738846",
"1738847",
"1738862",
"1738870",
"1738876",
"1738887",
"1738935",
"1738936",
"1738939",
"1738946",
"1738947",
"1738961",
"1738967",
"1739015",
"1739022",
"1739032",
"1739033",
"1739035",
"1739038",
"1739040",
"1739043",
"1739057",
"1739058",
"1739061",
"1739064",
"1739065",
"1739066",
"1739072",
"1739075",
"1739082",
"1739083",
"1739096",
"1739163",
"1739184",
"1739189",
"1739196",
"1739203",
"1739219",
"1739220",
"1739224",
"1739270",
"1740404",
"1741451",
"1741452",
"1741554",
"1741560",
"1741562",
"1741563",
"1741564",
"1741576",
"1741584",
"1741587",
"1741589",
"1741590",
"1741597",
"1741599",
"1741600",
"1741601",
"1741608",
"1741610",
"1741614",
"1741615",
"1741616",
"1741617",
"1741619",
"1741621",
"1741624",
"1741625",
"1741626",
"1741629",
"1741633",
"1741634",
"1741643",
"1741645",
"1741646",
"1741650",
"1741654",
"1741655",
"1741661",
"1741669",
"1741677",
"1741684",
"1741688",
"1741690",
"1741693",
"1741701",
"1741706",
"1741708",
"1741711",
"1741717",
"1741752",
"1741754",
"1741755",
"1741758",
"1741767",
"1741775",
"1741776",
"1741787",
"1741790",
"1741799",
"1741802",
"1741805",
"1741807",
"1741808",
"1741810",
"1741813",
"1741815",
"1741816",
"1741819",
"1741820",
"1741822",
"1741823",
"1741833",
"1741834",
"1741838",
"1741869",
"1741880",
"1741884",
"1741901",
"1741903",
"1741905",
"1741908",
"1741909",
"1741922",
"1741932",
"1741934",
"1741945",
"1741954",
"1741956",
"1741957",
"1741961",
"1741985",
"1742002",
"1742019",
"1742025",
"1742026",
"1742028",
"1742030",
"1742050",
"1742051",
"1742052",
"1742053",
"1742054",
"1742055",
"1742060",
"1742064",
"1742070",
"1742074",
"1742075",
"1742087",
"1742099",
"1742100",
"1742109",
"1742112",
"1742113",
"1742114",
"1742115",
"1742165",
"1742174",
"1742175",
"1742179",
"1742180",
"1742193",
"1742235",
"1742242",
"1742317",
"1742329",
"1742349",
"1742400",
"1742523",
"1742532",
"1742545",
"1742566",
"1742571",
"1742572",
"1742627",
"1742630",
"1742675",
"1742773",
"1742774",
"1742788",
"1742851",
"1742852",
"1742895",
"1742953",
"1742956",
"1742959",
"1743065",
"1743071",
"1743101",
"1743102",
"1743107",
"1743126",
"1743133",
"1743138",
"1743140",
"1743143",
"1743159",
"1743161",
"1743164",
"1743211",
"1743218",
"1743219",
"1743220",
"1743221",
"1743222",
"1743223",
"1743226",
"1743227",
"1743228",
"1743230",
"1743231",
"1743234",
"1743235",
"1743236",
"1743239",
"1743242",
"1743243",
"1743244",
"1743245",
"1743246",
"1743247",
"1743248",
"1743249",
"1743250",
"1743251",
"1743252",
"1743253",
"1743255",
"1743256",
"1743257",
"1743258",
"1743259",
"1743275",
"1743294",
"1743297",
"1743299",
"1743300",
"1743303",
"1743304",
"1743306",
"1743307",
"1743308",
"1743309",
"1743311",
"1743312",
"1743313",
"1743315",
"1743316",
"1743317",
"1743319",
"1743322",
"1743323",
"1743324",
"1743326",
"1743327",
"1743328",
"1743332",
"1743336",
"1743337",
"1743340",
"1743348",
"1743349",
"1743350",
"1743352",
"1743354",
"1743355",
"1743356",
"1743357",
"1743359",
"1743361",
"1743363",
"1743364",
"1743365",
"1743367",
"1743370",
"1743371",
"1743375",
"1743376",
"1743377",
"1743378",
"1743380",
"1743383",
"1743385",
"1743388",
"1743389",
"1743390",
"1743391",
"1743392",
"1743393",
"1743396",
"1743397",
"1743398",
"1743399",
"1743403",
"1743404",
"1743405",
"1743406",
"1743407",
"1743408",
"1743409",
"1743421",
"1743422",
"1743424",
"1743426",
"1743427",
"1743429",
"1743431",
"1743436",
"1743437",
"1743443",
"1743446",
"1743447",
"1743448",
"1743449",
"1743456",
"1743458",
"1743460",
"1743461",
"1743462",
"1743463",
"1743464",
"1743465",
"1743466",
"1743468",
"1743471",
"1743472",
"1743474",
"1743495",
"1743496",
"1743506",
"1743507",
"1743509",
"1743514",
"1743515",
"1743516",
"1743518",
"1743519",
"1743523",
"1743525",
"1743526",
"1743530",
"1743533",
"1743534",
"1743535",
"1743536",
"1743537",
"1743539",
"1743540",
"1743544",
"1743550",
"1743559",
"1743560",
"1743565",
"1743567",
"1743583",
"1743588",
"1743598",
"1743605",
"1743612",
"1743635",
"1743638",
"1743639",
"1743641",
"1743643",
"1743645",
"1743646",
"1743648",
"1743651",
"1743654",
"1743656",
"1743658",
"1743659",
"1743660",
"1743663",
"1743664",
"1743665",
"1743666",
"1743667",
"1743668",
"1743670",
"1743676",
"1743681",
"1743699",
"1743702",
"1743704",
"1743710",
"1743714",
"1743719",
"1743723",
"1743740",
"1743742",
"1743743",
"1743748",
"1743749",
"1743750",
"1743753",
"1743754",
"1743756",
"1743760",
"1743761",
"1743762",
"1743781",
"1743786",
"1743790",
"1743792",
"1743793",
"1743796",
"1743799",
"1743801",
"1743803",
"1743804",
"1743805",
"1743806",
"1743811",
"1743812",
"1743813",
"1743814",
"1743818",
"1743819",
"1743825",
"1743831",
"1743859",
"1743860",
"1743861",
"1743865",
"1743889",
"1743890",
"1743891",
"1743903",
"1743904",
"1743905",
"1743907",
"1743911",
"1743913",
"1743914",
"1743916",
"1743918",
"1743921",
"1743922",
"1743923",
"1743924",
"1743925",
"1743926",
"1743927",
"1743928",
"1743929",
"1743930",
"1743931",
"1743933",
"1743936",
"1743938",
"1743944",
"1743948",
"1743950",
"1743951",
"1743952",
"1743953",
"1743954",
"1743955",
"1743956",
"1743957",
"1743958",
"1743959",
"1743960",
"1743961",
"1743962",
"1743963",
"1743964",
"1743965",
"1743966",
"1743967",
"1743968",
"1743969",
"1743970",
"1743971",
"1743973",
"1743977",
"1743979",
"1743980",
"1743982",
"1743983",
"1743984",
"1743985",
"1743986",
"1743987",
"1743989",
"1743990",
"1743992",
"1743996",
"1743999",
"1744000",
"1744001",
"1744002",
"1744003",
"1744004",
"1744006",
"1744008",
"1744009",
"1744010",
"1744015",
"1744019",
"1744020",
"1744021",
"1744023",
"1744025",
"1744026",
"1744027",
"1744028",
"1744029",
"1744031",
"1744033",
"1744034",
"1744035",
"1744041",
"1744043",
"1744046",
"1744047",
"1744048",
"1744049",
"1744050",
"1744054",
"1744055",
"1744058",
"1744060",
"1744063",
"1744067",
"1744070",
"1744075",
"1744076",
"1744077",
"1744079",
"1744080",
"1744111",
"1744125",
"1744145",
"1744146",
"1744147",
"1744154",
"1744162",
"1744166",
"1744168",
"1744169",
"1744170",
"1744174",
"1744176",
"1744183",
"1744185",
"1744190",
"1744191",
"1744194",
"1744197",
"1744198",
"1744200",
"1744204",
"1744207",
"1744208",
"1744215",
"1744216",
"1744218",
"1744224",
"1744233",
"1744234",
"1744235",
"1744241",
"1744242",
"1744243",
"1744279",
"1744293",
"1744294",
"1744297",
"1744303",
"1744305",
"1744306",
"1744307",
"1744308",
"1744309",
"1744310",
"1744311",
"1744315",
"1744316",
"1744317",
"1744319",
"1744322",
"1744323",
"1744324",
"1744325",
"1744326",
"1744328",
"1744330",
"1744331",
"1744333",
"1744334",
"1744335",
"1744336",
"1744340",
"1744344",
"1744347",
"1744350",
"1744351",
"1744352",
"1744353",
"1744356",
"1744360",
"1744361",
"1744362",
"1744365",
"1744366",
"1744368",
"1744369",
"1744373",
"1744374",
"1744375",
"1744377",
"1744379",
"1744380",
"1744383",
"1744384",
"1744389",
"1744392",
"1744393",
"1744395",
"1744396",
"1744399",
"1744402",
"1744405",
"1744410",
"1744412",
"1744413",
"1744417",
"1744418",
"1744420",
"1744424",
"1744425",
"1744426",
"1744427",
"1744438",
"1744452",
"1744467",
"1744468",
"1744471",
"1744472",
"1744473",
"1744479",
"1744480",
"1744481",
"1744483",
"1744489",
"1744490",
"1744496",
"1744497",
"1744498",
"1744504",
"1744505",
"1744507",
"1744509",
"1744511",
"1744521",
"1744525",
"1744526",
"1744527",
"1744530",
"1744531",
"1744534",
"1744536",
"1744537",
"1744541",
"1744542",
"1744545",
"1744551",
"1744568",
"1744569",
"1744570",
"1744571",
"1744599",
"1744602",
"1744603",
"1744611",
"1744612",
"1744618",
"1744625",
"1744626",
"1744635",
"1744638",
"1744640",
"1744642",
"1744643",
"1744658",
"1744672",
"1744673",
"1744677",
"1744678",
"1744681",
"1744698",
"1744699",
"1744715",
"1744795",
"1744800",
"1744811",
"1744833",
"1744834",
"1744837",
"1744842",
"1744843",
"1744844",
"1744855",
"1744857",
"1744860",
"1744864",
"1744865",
"1744867",
"1744868",
"1744869",
"1744885",
"1744890",
"1744899",
"1744928",
"1744936",
"1744937"
] |
LynnKukunda/swin-tiny-patch4-window7-224-image-classifier
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-image-classifier
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3204
- Accuracy: 0.8081
- F1: 0.7504
- Precision: 0.6851
- Recall: 0.8295
## 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: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 30
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
| 0.6377 | 1.0 | 143 | 0.6156 | 0.6421 | 0.5356 | 0.4881 | 0.5934 |
| 0.4556 | 2.0 | 286 | 0.4928 | 0.7141 | 0.6286 | 0.5734 | 0.6957 |
| 0.3616 | 3.0 | 429 | 0.5772 | 0.6895 | 0.5930 | 0.5450 | 0.6503 |
| 0.3582 | 4.0 | 572 | 0.3441 | 0.7835 | 0.6644 | 0.7208 | 0.6162 |
| 0.3374 | 5.0 | 715 | 0.4094 | 0.7699 | 0.7434 | 0.6072 | 0.9583 |
| 0.3273 | 6.0 | 858 | 0.6065 | 0.7115 | 0.6364 | 0.5665 | 0.7260 |
| 0.3091 | 7.0 | 1001 | 0.3204 | 0.8081 | 0.7504 | 0.6851 | 0.8295 |
| 0.3026 | 8.0 | 1144 | 0.3946 | 0.7694 | 0.6120 | 0.7380 | 0.5227 |
### Framework versions
- Transformers 4.46.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.20.3
|
[
"bad",
"good"
] |
K1Alex/losdtos
|
<!-- 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. -->
# losdtos
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0357
- Accuracy: 0.9925
## 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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1293 | 3.8462 | 500 | 0.0357 | 0.9925 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
noah07/vit-large-noah-espejel
|
<!-- 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. -->
# vit-large-noah-espejel
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0120
- Accuracy: 0.9925
## 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: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1128 | 3.8462 | 500 | 0.0286 | 0.9925 |
| 0.0068 | 7.6923 | 1000 | 0.0120 | 0.9925 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
ANGELRC2/vit-model-upeu_sistemas_v2
|
<!-- 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. -->
# vit-model-upeu_sistemas_v2
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the AI-Lab-Makerere/beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0550
- Accuracy: 0.9850
## 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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1264 | 3.8462 | 500 | 0.0550 | 0.9850 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
slokesha/vit-base-patch16-224-in21k
|
<!-- 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. -->
# vit-base-patch16-224-in21k
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the chainyo/rvl-cdip dataset.
It achieves the following results on the evaluation set:
- eval_loss: 2.7757
- eval_model_preparation_time: 0.0119
- eval_accuracy: 0.0567
- eval_runtime: 362.8091
- eval_samples_per_second: 132.301
- eval_steps_per_second: 2.067
- memory_allocated (GB): 0.79
- max_memory_allocated (GB): 0.87
- total_memory_available (GB): 94.62
- step: 0
## 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: 5e-05
- train_batch_size: 8
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
- lr_scheduler_type: linear
- num_epochs: 3.0
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.0a0+git74cd574
- Datasets 3.0.2
- Tokenizers 0.20.1
|
[
"advertisement",
"budget",
"presentation",
"questionnaire",
"resume",
"scientific publication",
"scientific report",
"specification",
"email",
"file folder",
"form",
"handwritten",
"invoice",
"letter",
"memo",
"news article"
] |
griffio/vit-base-patch16-224-in21k-rotated-dungeons-v3
|
<!-- 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. -->
# vit-base-patch16-224-in21k-rotated-dungeons-v3
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the rotated_maps dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5177
- Accuracy: 0.875
## 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: 0.0002
- train_batch_size: 5
- eval_batch_size: 8
- seed: 1024
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 15
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.1009 | 12.5 | 100 | 0.5177 | 0.875 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"five",
"four",
"one",
"three",
"twelve",
"two",
"zero"
] |
bryanzhou008/vit-base-patch16-224-in21k-finetuned-eurosat
|
<!-- 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. -->
# vit-base-patch16-224-in21k-finetuned-eurosat
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8131
- Accuracy: 0.6694
## 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: 5e-05
- train_batch_size: 128
- eval_batch_size: 128
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 512
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| No log | 0.8 | 2 | 3.0840 | 0.2347 |
| No log | 2.0 | 5 | 3.0057 | 0.4417 |
| No log | 2.8 | 7 | 2.9600 | 0.5167 |
| 2.9996 | 4.0 | 10 | 2.9047 | 0.5861 |
| 2.9996 | 4.8 | 12 | 2.8741 | 0.6111 |
| 2.9996 | 6.0 | 15 | 2.8391 | 0.6403 |
| 2.9996 | 6.8 | 17 | 2.8236 | 0.6597 |
| 2.8231 | 8.0 | 20 | 2.8131 | 0.6694 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.20.1
|
[
"03134_animalia_chordata_aves_accipitriformes_accipitridae_buteo_rufofuscus",
"03602_animalia_chordata_aves_falconiformes_falconidae_falco_rufigularis",
"03726_animalia_chordata_aves_passeriformes_cardinalidae_piranga_rubra",
"04686_animalia_chordata_mammalia_carnivora_herpestidae_mungos_mungo",
"04696_animalia_chordata_mammalia_carnivora_mustelidae_martes_foina",
"04703_animalia_chordata_mammalia_carnivora_mustelidae_taxidea_taxus",
"04745_animalia_chordata_mammalia_eulipotyphla_erinaceidae_erinaceus_europaeus",
"04748_animalia_chordata_mammalia_eulipotyphla_talpidae_condylura_cristata",
"04767_animalia_chordata_mammalia_monotremata_tachyglossidae_tachyglossus_aculeatus",
"04824_animalia_chordata_mammalia_rodentia_sciuridae_eutamias_sibiricus",
"04851_animalia_chordata_mammalia_rodentia_sciuridae_tamias_striatus",
"04892_animalia_chordata_reptilia_squamata_chamaeleonidae_bradypodion_pumilum",
"04893_animalia_chordata_reptilia_squamata_chamaeleonidae_chamaeleo_chamaeleon",
"04910_animalia_chordata_reptilia_squamata_colubridae_haldea_striatula",
"04946_animalia_chordata_reptilia_squamata_colubridae_pantherophis_alleghaniensis",
"04953_animalia_chordata_reptilia_squamata_colubridae_pituophis_catenifer",
"04976_animalia_chordata_reptilia_squamata_colubridae_virginia_valeriae",
"05045_animalia_chordata_reptilia_squamata_phrynosomatidae_sceloporus_consobrinus",
"05078_animalia_chordata_reptilia_squamata_scincidae_plestiodon_inexpectatus",
"05080_animalia_chordata_reptilia_squamata_scincidae_plestiodon_obsoletus",
"05100_animalia_chordata_reptilia_squamata_typhlopidae_indotyphlops_braminus",
"05110_animalia_chordata_reptilia_squamata_viperidae_bitis_arietans",
"05116_animalia_chordata_reptilia_squamata_viperidae_crotalus_horridus",
"05129_animalia_chordata_reptilia_squamata_viperidae_vipera_berus"
] |
Spalne/vit-base-patch16-224-in21k
|
<!-- 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. -->
# vit-base-patch16-224-in21k
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the chainyo/rvl-cdip dataset.
It achieves the following results on the evaluation set:
- Loss: nan
- Accuracy: 0.0630
- Memory Allocated (gb): 1.49
- Max Memory Allocated (gb): 2.1
- Total Memory Available (gb): 126.62
## 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: 5e-05
- train_batch_size: 8
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
- lr_scheduler_type: linear
- num_epochs: 3.0
### Training results
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.0a0+git74cd574
- Datasets 3.1.0
- Tokenizers 0.20.1
|
[
"advertisement",
"budget",
"presentation",
"questionnaire",
"resume",
"scientific publication",
"scientific report",
"specification",
"email",
"file folder",
"form",
"handwritten",
"invoice",
"letter",
"memo",
"news article"
] |
truongson412/swin-base-patch4-window7-224-finetuned-dsc
|
<!-- 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. -->
# swin-base-patch4-window7-224-finetuned-dsc
This model is a fine-tuned version of [microsoft/swin-base-patch4-window7-224](https://huggingface.co/microsoft/swin-base-patch4-window7-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5970
- F1: 0.6883
## 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: 1e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 7
### Training results
| Training Loss | Epoch | Step | Validation Loss | F1 |
|:-------------:|:------:|:----:|:---------------:|:------:|
| 0.516 | 0.9963 | 67 | 0.5966 | 0.6873 |
| 0.5235 | 1.9926 | 134 | 0.5976 | 0.6850 |
| 0.5327 | 2.9888 | 201 | 0.5961 | 0.6873 |
| 0.5494 | 4.0 | 269 | 0.5996 | 0.6850 |
| 0.5238 | 4.9963 | 336 | 0.5970 | 0.6883 |
| 0.522 | 5.9926 | 403 | 0.6024 | 0.6813 |
| 0.5134 | 6.9740 | 469 | 0.5974 | 0.6869 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"not-sarcasm",
"sarcasm"
] |
adhisetiawan/vit-base-patch16-224-finetuned-food102
|
<!-- 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. -->
# vit-base-patch16-224-finetuned-food102
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5096
- Accuracy: 0.8684
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 3.3941 | 0.9997 | 717 | 0.6625 | 0.8351 |
| 2.6442 | 1.9993 | 1434 | 0.5420 | 0.8597 |
| 2.1182 | 2.9990 | 2151 | 0.5096 | 0.8684 |
### Framework versions
- Transformers 4.46.0
- Pytorch 2.1.0+cu118
- Datasets 3.0.2
- Tokenizers 0.20.1
|
[
"apple_pie",
"baby_back_ribs",
"baklava",
"bakso",
"beef_carpaccio",
"beef_tartare",
"beet_salad",
"beignets",
"bibimbap",
"bread_pudding",
"breakfast_burrito",
"bruschetta",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheese_plate",
"cheesecake",
"chicken_curry",
"chicken_quesadilla",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare",
"waffles"
] |
wendyLIUyejia/Human-Action-Recognition-VIT-Base-patch16-224
|
<!-- 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. -->
# Human-Action-Recognition-VIT-Base-patch16-224
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.4165
- Accuracy: 0.8782
## 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: 5e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 256
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 20
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
| 2.6245 | 0.9873 | 39 | 2.0901 | 0.4429 |
| 1.4804 | 2.0 | 79 | 0.7998 | 0.7841 |
| 0.8447 | 2.9873 | 118 | 0.5635 | 0.8345 |
| 0.6764 | 4.0 | 158 | 0.4952 | 0.8476 |
| 0.6202 | 4.9873 | 197 | 0.4849 | 0.8595 |
| 0.5627 | 6.0 | 237 | 0.4604 | 0.8643 |
| 0.5219 | 6.9873 | 276 | 0.4567 | 0.8663 |
| 0.4912 | 8.0 | 316 | 0.4371 | 0.8718 |
| 0.4736 | 8.9873 | 355 | 0.4320 | 0.8671 |
| 0.4347 | 10.0 | 395 | 0.4229 | 0.8746 |
| 0.4274 | 10.9873 | 434 | 0.4211 | 0.8734 |
| 0.4011 | 12.0 | 474 | 0.4234 | 0.8762 |
| 0.3845 | 12.9873 | 513 | 0.4247 | 0.8742 |
| 0.3797 | 14.0 | 553 | 0.4193 | 0.8746 |
| 0.374 | 14.9873 | 592 | 0.4204 | 0.8766 |
| 0.3567 | 16.0 | 632 | 0.4165 | 0.8782 |
| 0.3565 | 16.9873 | 671 | 0.4212 | 0.8742 |
| 0.3375 | 18.0 | 711 | 0.4241 | 0.875 |
| 0.3366 | 18.9873 | 750 | 0.4221 | 0.875 |
| 0.3338 | 19.7468 | 780 | 0.4215 | 0.8766 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"calling",
"clapping",
"cycling",
"dancing",
"drinking",
"eating",
"fighting",
"hugging",
"laughing",
"listening_to_music",
"running",
"sitting",
"sleeping",
"texting",
"using_laptop"
] |
Alwaly/face_poofing_detection
|
<!-- 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. -->
# face_poofing_detection
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.6273
- Accuracy: 0.9871
## 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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 6.3243 | 0.9846 | 48 | 5.6154 | 0.8919 |
| 4.4794 | 1.9897 | 97 | 4.3516 | 0.9202 |
| 3.8293 | 2.9949 | 146 | 3.6687 | 0.9730 |
| 3.2121 | 4.0 | 195 | 3.1092 | 0.9820 |
| 2.733 | 4.9846 | 243 | 2.6919 | 0.9743 |
| 2.3114 | 5.9897 | 292 | 2.2633 | 0.9923 |
| 1.9962 | 6.9949 | 341 | 1.9594 | 0.9923 |
| 1.7789 | 8.0 | 390 | 1.7641 | 0.9897 |
| 1.6642 | 8.9846 | 438 | 1.6506 | 0.9910 |
| 1.6005 | 9.8462 | 480 | 1.6273 | 0.9871 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"real",
"spoof",
"real",
"real",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"real",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"spoof",
"real",
"real",
"real",
"real",
"spoof",
"spoof",
"spoof",
"spoof",
"real",
"spoof",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"spoof",
"real",
"real"
] |
uisikdag/convnext-large-224-plant-seedling-classification
|
<!-- 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. -->
# weeds24_convnext_balanced
This model is a fine-tuned version of [facebook/convnext-large-224](https://huggingface.co/facebook/convnext-large-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1908
- Accuracy: 0.94
## 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: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 32
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 9.0308 | 1.0 | 75 | 2.0854 | 0.5067 |
| 4.0591 | 2.0 | 150 | 0.9363 | 0.8433 |
| 1.9789 | 3.0 | 225 | 0.5118 | 0.8867 |
| 1.3397 | 4.0 | 300 | 0.3700 | 0.9067 |
| 0.9292 | 5.0 | 375 | 0.2859 | 0.92 |
| 0.7772 | 6.0 | 450 | 0.2314 | 0.9233 |
| 0.8323 | 7.0 | 525 | 0.2472 | 0.9233 |
| 0.7398 | 8.0 | 600 | 0.2647 | 0.9233 |
| 0.6066 | 9.0 | 675 | 0.2107 | 0.9433 |
| 0.546 | 10.0 | 750 | 0.1908 | 0.94 |
### Framework versions
- Transformers 4.46.1
- Pytorch 2.5.0+cu124
- Datasets 3.0.2
- Tokenizers 0.20.1
|
[
"black-grass",
"charlock",
"small-flowered cranesbill",
"sugar beet",
"cleavers",
"common chickweed",
"common wheat",
"fat hen",
"loose silky-bent",
"maize",
"scentless mayweed",
"shepherds purse"
] |
griffio/vit-base-patch16-224-in21k-rotated-dungeons-v4
|
<!-- 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. -->
# vit-base-patch16-224-in21k-rotated-dungeons-v4
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the rotated_maps dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5276
- Accuracy: 0.875
## 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: 0.0002
- train_batch_size: 5
- eval_batch_size: 8
- seed: 1024
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 15
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.028 | 12.5 | 100 | 0.5276 | 0.875 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"five",
"four",
"one",
"three",
"twelve",
"two",
"zero"
] |
AlaaHussien/diabetic
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"0",
"1",
"2",
"3",
"4"
] |
AlaaHussien/dinov2-base-finetuned-eye
|
<!-- 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. -->
# dinov2-base-finetuned-eye
This model is a fine-tuned version of [facebook/dinov2-base](https://huggingface.co/facebook/dinov2-base) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2262
- Accuracy: 0.968
- F1: 0.9678
## 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: 2e-05
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
| 0.3853 | 1.0 | 250 | 0.4918 | 0.874 | 0.8729 |
| 0.5345 | 2.0 | 500 | 0.4390 | 0.878 | 0.8771 |
| 0.4693 | 3.0 | 750 | 0.3857 | 0.88 | 0.8796 |
| 0.1933 | 4.0 | 1000 | 0.3444 | 0.894 | 0.8948 |
| 0.3146 | 5.0 | 1250 | 0.2456 | 0.936 | 0.9362 |
| 0.1832 | 6.0 | 1500 | 0.3369 | 0.924 | 0.9229 |
| 0.1407 | 7.0 | 1750 | 0.3425 | 0.946 | 0.9454 |
| 0.1462 | 8.0 | 2000 | 0.2864 | 0.948 | 0.9476 |
| 0.0905 | 9.0 | 2250 | 0.2177 | 0.956 | 0.9560 |
| 0.0859 | 10.0 | 2500 | 0.2262 | 0.968 | 0.9678 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"0",
"1",
"2",
"3",
"4"
] |
march18/FacialConfidence
|
<!-- 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. -->
# vit-Facial-Confidence
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the FacialConfidence dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2560
- Accuracy: 0.8970
## Model description
Facial Confidence is an image classification model which takes a black and white image of a persons headshot and classifies it as confident or unconfident.
## Intended uses & limitations
The model is intended to help with behavioral analysis tasks. The model is limited to black and white images where the image is a zoomed in headshot of a person (For best output the input image should be as zoomed in on the subjects face as possible without cutting any aspects of their head)
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0002
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.6103 | 0.0557 | 100 | 0.5715 | 0.7310 |
| 0.554 | 0.1114 | 200 | 0.5337 | 0.7194 |
| 0.4275 | 0.1671 | 300 | 0.5142 | 0.7549 |
| 0.5831 | 0.2228 | 400 | 0.5570 | 0.7345 |
| 0.5804 | 0.2786 | 500 | 0.4909 | 0.7660 |
| 0.5652 | 0.3343 | 600 | 0.4956 | 0.7764 |
| 0.4513 | 0.3900 | 700 | 0.4294 | 0.7972 |
| 0.4217 | 0.4457 | 800 | 0.4619 | 0.7924 |
| 0.435 | 0.5014 | 900 | 0.4563 | 0.7901 |
| 0.3943 | 0.5571 | 1000 | 0.4324 | 0.7917 |
| 0.4136 | 0.6128 | 1100 | 0.4131 | 0.8110 |
| 0.3302 | 0.6685 | 1200 | 0.4516 | 0.8054 |
| 0.4945 | 0.7242 | 1300 | 0.4135 | 0.8164 |
| 0.3729 | 0.7799 | 1400 | 0.4010 | 0.8139 |
| 0.4865 | 0.8357 | 1500 | 0.4145 | 0.8174 |
| 0.4011 | 0.8914 | 1600 | 0.4098 | 0.8112 |
| 0.4287 | 0.9471 | 1700 | 0.3914 | 0.8181 |
| 0.3644 | 1.0028 | 1800 | 0.3948 | 0.8188 |
| 0.3768 | 1.0585 | 1900 | 0.4044 | 0.8266 |
| 0.383 | 1.1142 | 2000 | 0.4363 | 0.8064 |
| 0.4011 | 1.1699 | 2100 | 0.4424 | 0.8025 |
| 0.4079 | 1.2256 | 2200 | 0.4384 | 0.7853 |
| 0.2791 | 1.2813 | 2300 | 0.4491 | 0.8089 |
| 0.3159 | 1.3370 | 2400 | 0.3863 | 0.8274 |
| 0.4306 | 1.3928 | 2500 | 0.3944 | 0.8158 |
| 0.3386 | 1.4485 | 2600 | 0.3835 | 0.8305 |
| 0.395 | 1.5042 | 2700 | 0.3812 | 0.8261 |
| 0.3041 | 1.5599 | 2800 | 0.3736 | 0.8312 |
| 0.3365 | 1.6156 | 2900 | 0.4420 | 0.8097 |
| 0.3697 | 1.6713 | 3000 | 0.3808 | 0.8353 |
| 0.3661 | 1.7270 | 3100 | 0.4046 | 0.8084 |
| 0.3208 | 1.7827 | 3200 | 0.4042 | 0.8328 |
| 0.3511 | 1.8384 | 3300 | 0.4113 | 0.8192 |
| 0.3246 | 1.8942 | 3400 | 0.3611 | 0.8377 |
| 0.3616 | 1.9499 | 3500 | 0.4207 | 0.8231 |
| 0.2726 | 2.0056 | 3600 | 0.3650 | 0.8342 |
| 0.1879 | 2.0613 | 3700 | 0.4334 | 0.8359 |
| 0.2981 | 2.1170 | 3800 | 0.3657 | 0.8435 |
| 0.227 | 2.1727 | 3900 | 0.3948 | 0.8399 |
| 0.3184 | 2.2284 | 4000 | 0.4229 | 0.8377 |
| 0.2391 | 2.2841 | 4100 | 0.3824 | 0.8405 |
| 0.2019 | 2.3398 | 4200 | 0.4628 | 0.8345 |
| 0.1931 | 2.3955 | 4300 | 0.3848 | 0.8448 |
| 0.238 | 2.4513 | 4400 | 0.3948 | 0.8398 |
| 0.2633 | 2.5070 | 4500 | 0.3779 | 0.8440 |
| 0.1829 | 2.5627 | 4600 | 0.3901 | 0.8455 |
| 0.2286 | 2.6184 | 4700 | 0.3797 | 0.8481 |
| 0.2123 | 2.6741 | 4800 | 0.4203 | 0.8502 |
| 0.266 | 2.7298 | 4900 | 0.4073 | 0.8455 |
| 0.1768 | 2.7855 | 5000 | 0.3750 | 0.8498 |
| 0.1659 | 2.8412 | 5100 | 0.3906 | 0.8427 |
| 0.1644 | 2.8969 | 5200 | 0.3833 | 0.8466 |
| 0.241 | 2.9526 | 5300 | 0.4071 | 0.8476 |
| 0.16 | 3.0084 | 5400 | 0.3691 | 0.8530 |
| 0.0788 | 3.0641 | 5500 | 0.4656 | 0.8514 |
| 0.1244 | 3.1198 | 5600 | 0.4990 | 0.8484 |
| 0.1423 | 3.1755 | 5700 | 0.5219 | 0.8475 |
| 0.1279 | 3.2312 | 5800 | 0.5687 | 0.8515 |
| 0.0974 | 3.2869 | 5900 | 0.5386 | 0.8458 |
| 0.065 | 3.3426 | 6000 | 0.5215 | 0.8454 |
| 0.0497 | 3.3983 | 6100 | 0.5161 | 0.8483 |
| 0.1871 | 3.4540 | 6200 | 0.5148 | 0.8523 |
| 0.0891 | 3.5097 | 6300 | 0.4915 | 0.8527 |
| 0.1375 | 3.5655 | 6400 | 0.5067 | 0.8509 |
| 0.1333 | 3.6212 | 6500 | 0.5272 | 0.8532 |
| 0.2635 | 3.6769 | 6600 | 0.5170 | 0.8516 |
| 0.0375 | 3.7326 | 6700 | 0.5148 | 0.8534 |
| 0.1286 | 3.7883 | 6800 | 0.4945 | 0.8543 |
| 0.091 | 3.8440 | 6900 | 0.4948 | 0.8540 |
| 0.1088 | 3.8997 | 7000 | 0.4985 | 0.8532 |
| 0.0598 | 3.9554 | 7100 | 0.4969 | 0.8514 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"confident",
"unconfident"
] |
carlosGallardo/conisoft-img-2024
|
<!-- 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. -->
# conisoft-img-2024
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.3602
- Accuracy: 0.858
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 3.4895 | 0.992 | 31 | 3.2504 | 0.777 |
| 2.6846 | 1.984 | 62 | 2.5645 | 0.817 |
| 2.3926 | 2.976 | 93 | 2.3602 | 0.858 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
JoseAlfonsoAguilar/my_awesome_food_model
|
<!-- 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. -->
# my_awesome_food_model
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.4209
- Accuracy: 0.818
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 3.4762 | 0.992 | 31 | 3.2538 | 0.737 |
| 2.7071 | 1.984 | 62 | 2.6139 | 0.816 |
| 2.4069 | 2.976 | 93 | 2.4209 | 0.818 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
LaLegumbreArtificial/CONISOFT-2024-MODEL-IMAGE
|
<!-- 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. -->
# CONISOFT-2024-MODEL-IMAGE
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.3106
- Accuracy: 0.843
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 3.4693 | 0.992 | 31 | 3.2152 | 0.805 |
| 2.6367 | 1.984 | 62 | 2.5078 | 0.84 |
| 2.3291 | 2.976 | 93 | 2.3106 | 0.843 |
### Framework versions
- Transformers 4.45.1
- Pytorch 2.4.0
- Datasets 3.0.1
- Tokenizers 0.20.0
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
EmmanuelEA/vit-model-emmanuel-escobar
|
<!-- 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. -->
# vit-model-emmanuel-escobar
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0158
- Accuracy: 0.9925
## 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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1203 | 3.8462 | 500 | 0.0158 | 0.9925 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 2.21.0
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
YxBxRyXJx/tanshi-models-224-ep10
|
<!-- 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. -->
# tanshi-models-224-ep10
This model is a fine-tuned version of [YxBxRyXJx/tanshi-models-224](https://huggingface.co/YxBxRyXJx/tanshi-models-224) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.8686
## 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: 0.0001
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| No log | 0.1351 | 20 | 1.0816 |
| No log | 0.2703 | 40 | 1.1103 |
| 1.2252 | 0.4054 | 60 | 1.0766 |
| 1.2252 | 0.5405 | 80 | 1.1650 |
| 1.2016 | 0.6757 | 100 | 1.0430 |
| 1.2016 | 0.8108 | 120 | 1.0198 |
| 1.2016 | 0.9459 | 140 | 1.0058 |
| 1.1913 | 1.0811 | 160 | 1.0173 |
| 1.1913 | 1.2162 | 180 | 1.0246 |
| 1.1996 | 1.3514 | 200 | 1.0407 |
| 1.1996 | 1.4865 | 220 | 1.0185 |
| 1.1996 | 1.6216 | 240 | 0.9941 |
| 1.1931 | 1.7568 | 260 | 0.9983 |
| 1.1931 | 1.8919 | 280 | 1.0098 |
| 1.1227 | 2.0270 | 300 | 1.0127 |
| 1.1227 | 2.1622 | 320 | 0.9726 |
| 1.1227 | 2.2973 | 340 | 0.9944 |
| 1.1479 | 2.4324 | 360 | 1.0146 |
| 1.1479 | 2.5676 | 380 | 0.9614 |
| 1.0578 | 2.7027 | 400 | 0.9794 |
| 1.0578 | 2.8378 | 420 | 0.9699 |
| 1.0578 | 2.9730 | 440 | 0.9782 |
| 1.1325 | 3.1081 | 460 | 0.9551 |
| 1.1325 | 3.2432 | 480 | 0.9714 |
| 1.0768 | 3.3784 | 500 | 0.9524 |
| 1.0768 | 3.5135 | 520 | 0.9540 |
| 1.0768 | 3.6486 | 540 | 0.9115 |
| 1.067 | 3.7838 | 560 | 0.8934 |
| 1.067 | 3.9189 | 580 | 0.9231 |
| 1.0786 | 4.0541 | 600 | 0.9242 |
| 1.0786 | 4.1892 | 620 | 0.8910 |
| 1.0786 | 4.3243 | 640 | 0.8810 |
| 1.0959 | 4.4595 | 660 | 0.8875 |
| 1.0959 | 4.5946 | 680 | 0.8753 |
| 1.0206 | 4.7297 | 700 | 0.8724 |
| 1.0206 | 4.8649 | 720 | 0.8699 |
| 1.0206 | 5.0 | 740 | 0.8686 |
### Framework versions
- Transformers 4.46.1
- Pytorch 2.5.1+cu124
- Datasets 3.0.2
- Tokenizers 0.20.1
|
[
"passed",
"xplus",
"xminus",
"yplus",
"yminus"
] |
anjalshireesh/my-mobilevit-small
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"tench, tinca tinca",
"goldfish, carassius auratus",
"great white shark, white shark, man-eater, man-eating shark, carcharodon carcharias",
"tiger shark, galeocerdo cuvieri",
"hammerhead, hammerhead shark",
"electric ray, crampfish, numbfish, torpedo",
"stingray",
"cock",
"hen",
"ostrich, struthio camelus",
"brambling, fringilla montifringilla",
"goldfinch, carduelis carduelis",
"house finch, linnet, carpodacus mexicanus",
"junco, snowbird",
"indigo bunting, indigo finch, indigo bird, passerina cyanea",
"robin, american robin, turdus migratorius",
"bulbul",
"jay",
"magpie",
"chickadee",
"water ouzel, dipper",
"kite",
"bald eagle, american eagle, haliaeetus leucocephalus",
"vulture",
"great grey owl, great gray owl, strix nebulosa",
"european fire salamander, salamandra salamandra",
"common newt, triturus vulgaris",
"eft",
"spotted salamander, ambystoma maculatum",
"axolotl, mud puppy, ambystoma mexicanum",
"bullfrog, rana catesbeiana",
"tree frog, tree-frog",
"tailed frog, bell toad, ribbed toad, tailed toad, ascaphus trui",
"loggerhead, loggerhead turtle, caretta caretta",
"leatherback turtle, leatherback, leathery turtle, dermochelys coriacea",
"mud turtle",
"terrapin",
"box turtle, box tortoise",
"banded gecko",
"common iguana, iguana, iguana iguana",
"american chameleon, anole, anolis carolinensis",
"whiptail, whiptail lizard",
"agama",
"frilled lizard, chlamydosaurus kingi",
"alligator lizard",
"gila monster, heloderma suspectum",
"green lizard, lacerta viridis",
"african chameleon, chamaeleo chamaeleon",
"komodo dragon, komodo lizard, dragon lizard, giant lizard, varanus komodoensis",
"african crocodile, nile crocodile, crocodylus niloticus",
"american alligator, alligator mississipiensis",
"triceratops",
"thunder snake, worm snake, carphophis amoenus",
"ringneck snake, ring-necked snake, ring snake",
"hognose snake, puff adder, sand viper",
"green snake, grass snake",
"king snake, kingsnake",
"garter snake, grass snake",
"water snake",
"vine snake",
"night snake, hypsiglena torquata",
"boa constrictor, constrictor constrictor",
"rock python, rock snake, python sebae",
"indian cobra, naja naja",
"green mamba",
"sea snake",
"horned viper, cerastes, sand viper, horned asp, cerastes cornutus",
"diamondback, diamondback rattlesnake, crotalus adamanteus",
"sidewinder, horned rattlesnake, crotalus cerastes",
"trilobite",
"harvestman, daddy longlegs, phalangium opilio",
"scorpion",
"black and gold garden spider, argiope aurantia",
"barn spider, araneus cavaticus",
"garden spider, aranea diademata",
"black widow, latrodectus mactans",
"tarantula",
"wolf spider, hunting spider",
"tick",
"centipede",
"black grouse",
"ptarmigan",
"ruffed grouse, partridge, bonasa umbellus",
"prairie chicken, prairie grouse, prairie fowl",
"peacock",
"quail",
"partridge",
"african grey, african gray, psittacus erithacus",
"macaw",
"sulphur-crested cockatoo, kakatoe galerita, cacatua galerita",
"lorikeet",
"coucal",
"bee eater",
"hornbill",
"hummingbird",
"jacamar",
"toucan",
"drake",
"red-breasted merganser, mergus serrator",
"goose",
"black swan, cygnus atratus",
"tusker",
"echidna, spiny anteater, anteater",
"platypus, duckbill, duckbilled platypus, duck-billed platypus, ornithorhynchus anatinus",
"wallaby, brush kangaroo",
"koala, koala bear, kangaroo bear, native bear, phascolarctos cinereus",
"wombat",
"jellyfish",
"sea anemone, anemone",
"brain coral",
"flatworm, platyhelminth",
"nematode, nematode worm, roundworm",
"conch",
"snail",
"slug",
"sea slug, nudibranch",
"chiton, coat-of-mail shell, sea cradle, polyplacophore",
"chambered nautilus, pearly nautilus, nautilus",
"dungeness crab, cancer magister",
"rock crab, cancer irroratus",
"fiddler crab",
"king crab, alaska crab, alaskan king crab, alaska king crab, paralithodes camtschatica",
"american lobster, northern lobster, maine lobster, homarus americanus",
"spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish",
"crayfish, crawfish, crawdad, crawdaddy",
"hermit crab",
"isopod",
"white stork, ciconia ciconia",
"black stork, ciconia nigra",
"spoonbill",
"flamingo",
"little blue heron, egretta caerulea",
"american egret, great white heron, egretta albus",
"bittern",
"crane",
"limpkin, aramus pictus",
"european gallinule, porphyrio porphyrio",
"american coot, marsh hen, mud hen, water hen, fulica americana",
"bustard",
"ruddy turnstone, arenaria interpres",
"red-backed sandpiper, dunlin, erolia alpina",
"redshank, tringa totanus",
"dowitcher",
"oystercatcher, oyster catcher",
"pelican",
"king penguin, aptenodytes patagonica",
"albatross, mollymawk",
"grey whale, gray whale, devilfish, eschrichtius gibbosus, eschrichtius robustus",
"killer whale, killer, orca, grampus, sea wolf, orcinus orca",
"dugong, dugong dugon",
"sea lion",
"chihuahua",
"japanese spaniel",
"maltese dog, maltese terrier, maltese",
"pekinese, pekingese, peke",
"shih-tzu",
"blenheim spaniel",
"papillon",
"toy terrier",
"rhodesian ridgeback",
"afghan hound, afghan",
"basset, basset hound",
"beagle",
"bloodhound, sleuthhound",
"bluetick",
"black-and-tan coonhound",
"walker hound, walker foxhound",
"english foxhound",
"redbone",
"borzoi, russian wolfhound",
"irish wolfhound",
"italian greyhound",
"whippet",
"ibizan hound, ibizan podenco",
"norwegian elkhound, elkhound",
"otterhound, otter hound",
"saluki, gazelle hound",
"scottish deerhound, deerhound",
"weimaraner",
"staffordshire bullterrier, staffordshire bull terrier",
"american staffordshire terrier, staffordshire terrier, american pit bull terrier, pit bull terrier",
"bedlington terrier",
"border terrier",
"kerry blue terrier",
"irish terrier",
"norfolk terrier",
"norwich terrier",
"yorkshire terrier",
"wire-haired fox terrier",
"lakeland terrier",
"sealyham terrier, sealyham",
"airedale, airedale terrier",
"cairn, cairn terrier",
"australian terrier",
"dandie dinmont, dandie dinmont terrier",
"boston bull, boston terrier",
"miniature schnauzer",
"giant schnauzer",
"standard schnauzer",
"scotch terrier, scottish terrier, scottie",
"tibetan terrier, chrysanthemum dog",
"silky terrier, sydney silky",
"soft-coated wheaten terrier",
"west highland white terrier",
"lhasa, lhasa apso",
"flat-coated retriever",
"curly-coated retriever",
"golden retriever",
"labrador retriever",
"chesapeake bay retriever",
"german short-haired pointer",
"vizsla, hungarian pointer",
"english setter",
"irish setter, red setter",
"gordon setter",
"brittany spaniel",
"clumber, clumber spaniel",
"english springer, english springer spaniel",
"welsh springer spaniel",
"cocker spaniel, english cocker spaniel, cocker",
"sussex spaniel",
"irish water spaniel",
"kuvasz",
"schipperke",
"groenendael",
"malinois",
"briard",
"kelpie",
"komondor",
"old english sheepdog, bobtail",
"shetland sheepdog, shetland sheep dog, shetland",
"collie",
"border collie",
"bouvier des flandres, bouviers des flandres",
"rottweiler",
"german shepherd, german shepherd dog, german police dog, alsatian",
"doberman, doberman pinscher",
"miniature pinscher",
"greater swiss mountain dog",
"bernese mountain dog",
"appenzeller",
"entlebucher",
"boxer",
"bull mastiff",
"tibetan mastiff",
"french bulldog",
"great dane",
"saint bernard, st bernard",
"eskimo dog, husky",
"malamute, malemute, alaskan malamute",
"siberian husky",
"dalmatian, coach dog, carriage dog",
"affenpinscher, monkey pinscher, monkey dog",
"basenji",
"pug, pug-dog",
"leonberg",
"newfoundland, newfoundland dog",
"great pyrenees",
"samoyed, samoyede",
"pomeranian",
"chow, chow chow",
"keeshond",
"brabancon griffon",
"pembroke, pembroke welsh corgi",
"cardigan, cardigan welsh corgi",
"toy poodle",
"miniature poodle",
"standard poodle",
"mexican hairless",
"timber wolf, grey wolf, gray wolf, canis lupus",
"white wolf, arctic wolf, canis lupus tundrarum",
"red wolf, maned wolf, canis rufus, canis niger",
"coyote, prairie wolf, brush wolf, canis latrans",
"dingo, warrigal, warragal, canis dingo",
"dhole, cuon alpinus",
"african hunting dog, hyena dog, cape hunting dog, lycaon pictus",
"hyena, hyaena",
"red fox, vulpes vulpes",
"kit fox, vulpes macrotis",
"arctic fox, white fox, alopex lagopus",
"grey fox, gray fox, urocyon cinereoargenteus",
"tabby, tabby cat",
"tiger cat",
"persian cat",
"siamese cat, siamese",
"egyptian cat",
"cougar, puma, catamount, mountain lion, painter, panther, felis concolor",
"lynx, catamount",
"leopard, panthera pardus",
"snow leopard, ounce, panthera uncia",
"jaguar, panther, panthera onca, felis onca",
"lion, king of beasts, panthera leo",
"tiger, panthera tigris",
"cheetah, chetah, acinonyx jubatus",
"brown bear, bruin, ursus arctos",
"american black bear, black bear, ursus americanus, euarctos americanus",
"ice bear, polar bear, ursus maritimus, thalarctos maritimus",
"sloth bear, melursus ursinus, ursus ursinus",
"mongoose",
"meerkat, mierkat",
"tiger beetle",
"ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle",
"ground beetle, carabid beetle",
"long-horned beetle, longicorn, longicorn beetle",
"leaf beetle, chrysomelid",
"dung beetle",
"rhinoceros beetle",
"weevil",
"fly",
"bee",
"ant, emmet, pismire",
"grasshopper, hopper",
"cricket",
"walking stick, walkingstick, stick insect",
"cockroach, roach",
"mantis, mantid",
"cicada, cicala",
"leafhopper",
"lacewing, lacewing fly",
"dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk",
"damselfly",
"admiral",
"ringlet, ringlet butterfly",
"monarch, monarch butterfly, milkweed butterfly, danaus plexippus",
"cabbage butterfly",
"sulphur butterfly, sulfur butterfly",
"lycaenid, lycaenid butterfly",
"starfish, sea star",
"sea urchin",
"sea cucumber, holothurian",
"wood rabbit, cottontail, cottontail rabbit",
"hare",
"angora, angora rabbit",
"hamster",
"porcupine, hedgehog",
"fox squirrel, eastern fox squirrel, sciurus niger",
"marmot",
"beaver",
"guinea pig, cavia cobaya",
"sorrel",
"zebra",
"hog, pig, grunter, squealer, sus scrofa",
"wild boar, boar, sus scrofa",
"warthog",
"hippopotamus, hippo, river horse, hippopotamus amphibius",
"ox",
"water buffalo, water ox, asiatic buffalo, bubalus bubalis",
"bison",
"ram, tup",
"bighorn, bighorn sheep, cimarron, rocky mountain bighorn, rocky mountain sheep, ovis canadensis",
"ibex, capra ibex",
"hartebeest",
"impala, aepyceros melampus",
"gazelle",
"arabian camel, dromedary, camelus dromedarius",
"llama",
"weasel",
"mink",
"polecat, fitch, foulmart, foumart, mustela putorius",
"black-footed ferret, ferret, mustela nigripes",
"otter",
"skunk, polecat, wood pussy",
"badger",
"armadillo",
"three-toed sloth, ai, bradypus tridactylus",
"orangutan, orang, orangutang, pongo pygmaeus",
"gorilla, gorilla gorilla",
"chimpanzee, chimp, pan troglodytes",
"gibbon, hylobates lar",
"siamang, hylobates syndactylus, symphalangus syndactylus",
"guenon, guenon monkey",
"patas, hussar monkey, erythrocebus patas",
"baboon",
"macaque",
"langur",
"colobus, colobus monkey",
"proboscis monkey, nasalis larvatus",
"marmoset",
"capuchin, ringtail, cebus capucinus",
"howler monkey, howler",
"titi, titi monkey",
"spider monkey, ateles geoffroyi",
"squirrel monkey, saimiri sciureus",
"madagascar cat, ring-tailed lemur, lemur catta",
"indri, indris, indri indri, indri brevicaudatus",
"indian elephant, elephas maximus",
"african elephant, loxodonta africana",
"lesser panda, red panda, panda, bear cat, cat bear, ailurus fulgens",
"giant panda, panda, panda bear, coon bear, ailuropoda melanoleuca",
"barracouta, snoek",
"eel",
"coho, cohoe, coho salmon, blue jack, silver salmon, oncorhynchus kisutch",
"rock beauty, holocanthus tricolor",
"anemone fish",
"sturgeon",
"gar, garfish, garpike, billfish, lepisosteus osseus",
"lionfish",
"puffer, pufferfish, blowfish, globefish",
"abacus",
"abaya",
"academic gown, academic robe, judge's robe",
"accordion, piano accordion, squeeze box",
"acoustic guitar",
"aircraft carrier, carrier, flattop, attack aircraft carrier",
"airliner",
"airship, dirigible",
"altar",
"ambulance",
"amphibian, amphibious vehicle",
"analog clock",
"apiary, bee house",
"apron",
"ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin",
"assault rifle, assault gun",
"backpack, back pack, knapsack, packsack, rucksack, haversack",
"bakery, bakeshop, bakehouse",
"balance beam, beam",
"balloon",
"ballpoint, ballpoint pen, ballpen, biro",
"band aid",
"banjo",
"bannister, banister, balustrade, balusters, handrail",
"barbell",
"barber chair",
"barbershop",
"barn",
"barometer",
"barrel, cask",
"barrow, garden cart, lawn cart, wheelbarrow",
"baseball",
"basketball",
"bassinet",
"bassoon",
"bathing cap, swimming cap",
"bath towel",
"bathtub, bathing tub, bath, tub",
"beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon",
"beacon, lighthouse, beacon light, pharos",
"beaker",
"bearskin, busby, shako",
"beer bottle",
"beer glass",
"bell cote, bell cot",
"bib",
"bicycle-built-for-two, tandem bicycle, tandem",
"bikini, two-piece",
"binder, ring-binder",
"binoculars, field glasses, opera glasses",
"birdhouse",
"boathouse",
"bobsled, bobsleigh, bob",
"bolo tie, bolo, bola tie, bola",
"bonnet, poke bonnet",
"bookcase",
"bookshop, bookstore, bookstall",
"bottlecap",
"bow",
"bow tie, bow-tie, bowtie",
"brass, memorial tablet, plaque",
"brassiere, bra, bandeau",
"breakwater, groin, groyne, mole, bulwark, seawall, jetty",
"breastplate, aegis, egis",
"broom",
"bucket, pail",
"buckle",
"bulletproof vest",
"bullet train, bullet",
"butcher shop, meat market",
"cab, hack, taxi, taxicab",
"caldron, cauldron",
"candle, taper, wax light",
"cannon",
"canoe",
"can opener, tin opener",
"cardigan",
"car mirror",
"carousel, carrousel, merry-go-round, roundabout, whirligig",
"carpenter's kit, tool kit",
"carton",
"car wheel",
"cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, atm",
"cassette",
"cassette player",
"castle",
"catamaran",
"cd player",
"cello, violoncello",
"cellular telephone, cellular phone, cellphone, cell, mobile phone",
"chain",
"chainlink fence",
"chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour",
"chain saw, chainsaw",
"chest",
"chiffonier, commode",
"chime, bell, gong",
"china cabinet, china closet",
"christmas stocking",
"church, church building",
"cinema, movie theater, movie theatre, movie house, picture palace",
"cleaver, meat cleaver, chopper",
"cliff dwelling",
"cloak",
"clog, geta, patten, sabot",
"cocktail shaker",
"coffee mug",
"coffeepot",
"coil, spiral, volute, whorl, helix",
"combination lock",
"computer keyboard, keypad",
"confectionery, confectionary, candy store",
"container ship, containership, container vessel",
"convertible",
"corkscrew, bottle screw",
"cornet, horn, trumpet, trump",
"cowboy boot",
"cowboy hat, ten-gallon hat",
"cradle",
"crane",
"crash helmet",
"crate",
"crib, cot",
"crock pot",
"croquet ball",
"crutch",
"cuirass",
"dam, dike, dyke",
"desk",
"desktop computer",
"dial telephone, dial phone",
"diaper, nappy, napkin",
"digital clock",
"digital watch",
"dining table, board",
"dishrag, dishcloth",
"dishwasher, dish washer, dishwashing machine",
"disk brake, disc brake",
"dock, dockage, docking facility",
"dogsled, dog sled, dog sleigh",
"dome",
"doormat, welcome mat",
"drilling platform, offshore rig",
"drum, membranophone, tympan",
"drumstick",
"dumbbell",
"dutch oven",
"electric fan, blower",
"electric guitar",
"electric locomotive",
"entertainment center",
"envelope",
"espresso maker",
"face powder",
"feather boa, boa",
"file, file cabinet, filing cabinet",
"fireboat",
"fire engine, fire truck",
"fire screen, fireguard",
"flagpole, flagstaff",
"flute, transverse flute",
"folding chair",
"football helmet",
"forklift",
"fountain",
"fountain pen",
"four-poster",
"freight car",
"french horn, horn",
"frying pan, frypan, skillet",
"fur coat",
"garbage truck, dustcart",
"gasmask, respirator, gas helmet",
"gas pump, gasoline pump, petrol pump, island dispenser",
"goblet",
"go-kart",
"golf ball",
"golfcart, golf cart",
"gondola",
"gong, tam-tam",
"gown",
"grand piano, grand",
"greenhouse, nursery, glasshouse",
"grille, radiator grille",
"grocery store, grocery, food market, market",
"guillotine",
"hair slide",
"hair spray",
"half track",
"hammer",
"hamper",
"hand blower, blow dryer, blow drier, hair dryer, hair drier",
"hand-held computer, hand-held microcomputer",
"handkerchief, hankie, hanky, hankey",
"hard disc, hard disk, fixed disk",
"harmonica, mouth organ, harp, mouth harp",
"harp",
"harvester, reaper",
"hatchet",
"holster",
"home theater, home theatre",
"honeycomb",
"hook, claw",
"hoopskirt, crinoline",
"horizontal bar, high bar",
"horse cart, horse-cart",
"hourglass",
"ipod",
"iron, smoothing iron",
"jack-o'-lantern",
"jean, blue jean, denim",
"jeep, landrover",
"jersey, t-shirt, tee shirt",
"jigsaw puzzle",
"jinrikisha, ricksha, rickshaw",
"joystick",
"kimono",
"knee pad",
"knot",
"lab coat, laboratory coat",
"ladle",
"lampshade, lamp shade",
"laptop, laptop computer",
"lawn mower, mower",
"lens cap, lens cover",
"letter opener, paper knife, paperknife",
"library",
"lifeboat",
"lighter, light, igniter, ignitor",
"limousine, limo",
"liner, ocean liner",
"lipstick, lip rouge",
"loafer",
"lotion",
"loudspeaker, speaker, speaker unit, loudspeaker system, speaker system",
"loupe, jeweler's loupe",
"lumbermill, sawmill",
"magnetic compass",
"mailbag, postbag",
"mailbox, letter box",
"maillot",
"maillot, tank suit",
"manhole cover",
"maraca",
"marimba, xylophone",
"mask",
"matchstick",
"maypole",
"maze, labyrinth",
"measuring cup",
"medicine chest, medicine cabinet",
"megalith, megalithic structure",
"microphone, mike",
"microwave, microwave oven",
"military uniform",
"milk can",
"minibus",
"miniskirt, mini",
"minivan",
"missile",
"mitten",
"mixing bowl",
"mobile home, manufactured home",
"model t",
"modem",
"monastery",
"monitor",
"moped",
"mortar",
"mortarboard",
"mosque",
"mosquito net",
"motor scooter, scooter",
"mountain bike, all-terrain bike, off-roader",
"mountain tent",
"mouse, computer mouse",
"mousetrap",
"moving van",
"muzzle",
"nail",
"neck brace",
"necklace",
"nipple",
"notebook, notebook computer",
"obelisk",
"oboe, hautboy, hautbois",
"ocarina, sweet potato",
"odometer, hodometer, mileometer, milometer",
"oil filter",
"organ, pipe organ",
"oscilloscope, scope, cathode-ray oscilloscope, cro",
"overskirt",
"oxcart",
"oxygen mask",
"packet",
"paddle, boat paddle",
"paddlewheel, paddle wheel",
"padlock",
"paintbrush",
"pajama, pyjama, pj's, jammies",
"palace",
"panpipe, pandean pipe, syrinx",
"paper towel",
"parachute, chute",
"parallel bars, bars",
"park bench",
"parking meter",
"passenger car, coach, carriage",
"patio, terrace",
"pay-phone, pay-station",
"pedestal, plinth, footstall",
"pencil box, pencil case",
"pencil sharpener",
"perfume, essence",
"petri dish",
"photocopier",
"pick, plectrum, plectron",
"pickelhaube",
"picket fence, paling",
"pickup, pickup truck",
"pier",
"piggy bank, penny bank",
"pill bottle",
"pillow",
"ping-pong ball",
"pinwheel",
"pirate, pirate ship",
"pitcher, ewer",
"plane, carpenter's plane, woodworking plane",
"planetarium",
"plastic bag",
"plate rack",
"plow, plough",
"plunger, plumber's helper",
"polaroid camera, polaroid land camera",
"pole",
"police van, police wagon, paddy wagon, patrol wagon, wagon, black maria",
"poncho",
"pool table, billiard table, snooker table",
"pop bottle, soda bottle",
"pot, flowerpot",
"potter's wheel",
"power drill",
"prayer rug, prayer mat",
"printer",
"prison, prison house",
"projectile, missile",
"projector",
"puck, hockey puck",
"punching bag, punch bag, punching ball, punchball",
"purse",
"quill, quill pen",
"quilt, comforter, comfort, puff",
"racer, race car, racing car",
"racket, racquet",
"radiator",
"radio, wireless",
"radio telescope, radio reflector",
"rain barrel",
"recreational vehicle, rv, r.v.",
"reel",
"reflex camera",
"refrigerator, icebox",
"remote control, remote",
"restaurant, eating house, eating place, eatery",
"revolver, six-gun, six-shooter",
"rifle",
"rocking chair, rocker",
"rotisserie",
"rubber eraser, rubber, pencil eraser",
"rugby ball",
"rule, ruler",
"running shoe",
"safe",
"safety pin",
"saltshaker, salt shaker",
"sandal",
"sarong",
"sax, saxophone",
"scabbard",
"scale, weighing machine",
"school bus",
"schooner",
"scoreboard",
"screen, crt screen",
"screw",
"screwdriver",
"seat belt, seatbelt",
"sewing machine",
"shield, buckler",
"shoe shop, shoe-shop, shoe store",
"shoji",
"shopping basket",
"shopping cart",
"shovel",
"shower cap",
"shower curtain",
"ski",
"ski mask",
"sleeping bag",
"slide rule, slipstick",
"sliding door",
"slot, one-armed bandit",
"snorkel",
"snowmobile",
"snowplow, snowplough",
"soap dispenser",
"soccer ball",
"sock",
"solar dish, solar collector, solar furnace",
"sombrero",
"soup bowl",
"space bar",
"space heater",
"space shuttle",
"spatula",
"speedboat",
"spider web, spider's web",
"spindle",
"sports car, sport car",
"spotlight, spot",
"stage",
"steam locomotive",
"steel arch bridge",
"steel drum",
"stethoscope",
"stole",
"stone wall",
"stopwatch, stop watch",
"stove",
"strainer",
"streetcar, tram, tramcar, trolley, trolley car",
"stretcher",
"studio couch, day bed",
"stupa, tope",
"submarine, pigboat, sub, u-boat",
"suit, suit of clothes",
"sundial",
"sunglass",
"sunglasses, dark glasses, shades",
"sunscreen, sunblock, sun blocker",
"suspension bridge",
"swab, swob, mop",
"sweatshirt",
"swimming trunks, bathing trunks",
"swing",
"switch, electric switch, electrical switch",
"syringe",
"table lamp",
"tank, army tank, armored combat vehicle, armoured combat vehicle",
"tape player",
"teapot",
"teddy, teddy bear",
"television, television system",
"tennis ball",
"thatch, thatched roof",
"theater curtain, theatre curtain",
"thimble",
"thresher, thrasher, threshing machine",
"throne",
"tile roof",
"toaster",
"tobacco shop, tobacconist shop, tobacconist",
"toilet seat",
"torch",
"totem pole",
"tow truck, tow car, wrecker",
"toyshop",
"tractor",
"trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi",
"tray",
"trench coat",
"tricycle, trike, velocipede",
"trimaran",
"tripod",
"triumphal arch",
"trolleybus, trolley coach, trackless trolley",
"trombone",
"tub, vat",
"turnstile",
"typewriter keyboard",
"umbrella",
"unicycle, monocycle",
"upright, upright piano",
"vacuum, vacuum cleaner",
"vase",
"vault",
"velvet",
"vending machine",
"vestment",
"viaduct",
"violin, fiddle",
"volleyball",
"waffle iron",
"wall clock",
"wallet, billfold, notecase, pocketbook",
"wardrobe, closet, press",
"warplane, military plane",
"washbasin, handbasin, washbowl, lavabo, wash-hand basin",
"washer, automatic washer, washing machine",
"water bottle",
"water jug",
"water tower",
"whiskey jug",
"whistle",
"wig",
"window screen",
"window shade",
"windsor tie",
"wine bottle",
"wing",
"wok",
"wooden spoon",
"wool, woolen, woollen",
"worm fence, snake fence, snake-rail fence, virginia fence",
"wreck",
"yawl",
"yurt",
"web site, website, internet site, site",
"comic book",
"crossword puzzle, crossword",
"street sign",
"traffic light, traffic signal, stoplight",
"book jacket, dust cover, dust jacket, dust wrapper",
"menu",
"plate",
"guacamole",
"consomme",
"hot pot, hotpot",
"trifle",
"ice cream, icecream",
"ice lolly, lolly, lollipop, popsicle",
"french loaf",
"bagel, beigel",
"pretzel",
"cheeseburger",
"hotdog, hot dog, red hot",
"mashed potato",
"head cabbage",
"broccoli",
"cauliflower",
"zucchini, courgette",
"spaghetti squash",
"acorn squash",
"butternut squash",
"cucumber, cuke",
"artichoke, globe artichoke",
"bell pepper",
"cardoon",
"mushroom",
"granny smith",
"strawberry",
"orange",
"lemon",
"fig",
"pineapple, ananas",
"banana",
"jackfruit, jak, jack",
"custard apple",
"pomegranate",
"hay",
"carbonara",
"chocolate sauce, chocolate syrup",
"dough",
"meat loaf, meatloaf",
"pizza, pizza pie",
"potpie",
"burrito",
"red wine",
"espresso",
"cup",
"eggnog",
"alp",
"bubble",
"cliff, drop, drop-off",
"coral reef",
"geyser",
"lakeside, lakeshore",
"promontory, headland, head, foreland",
"sandbar, sand bar",
"seashore, coast, seacoast, sea-coast",
"valley, vale",
"volcano",
"ballplayer, baseball player",
"groom, bridegroom",
"scuba diver",
"rapeseed",
"daisy",
"yellow lady's slipper, yellow lady-slipper, cypripedium calceolus, cypripedium parviflorum",
"corn",
"acorn",
"hip, rose hip, rosehip",
"buckeye, horse chestnut, conker",
"coral fungus",
"agaric",
"gyromitra",
"stinkhorn, carrion fungus",
"earthstar",
"hen-of-the-woods, hen of the woods, polyporus frondosus, grifola frondosa",
"bolete",
"ear, spike, capitulum",
"toilet tissue, toilet paper, bathroom tissue"
] |
bryanzhou008/vit-base-patch16-224-in21k-finetuned-inaturalist
|
<!-- 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. -->
# vit-base-patch16-224-in21k-finetuned-inaturalist
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7703
- Accuracy: 0.8542
## 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: 5e-05
- train_batch_size: 128
- eval_batch_size: 128
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 512
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 100
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
| No log | 0.8421 | 4 | 3.1793 | 0.0347 |
| No log | 1.8947 | 9 | 3.1647 | 0.0486 |
| 3.1648 | 2.9474 | 14 | 3.1382 | 0.0944 |
| 3.1648 | 4.0 | 19 | 3.0995 | 0.1556 |
| 3.0817 | 4.8421 | 23 | 3.0555 | 0.2639 |
| 3.0817 | 5.8947 | 28 | 2.9849 | 0.3889 |
| 2.9167 | 6.9474 | 33 | 2.8932 | 0.5139 |
| 2.9167 | 8.0 | 38 | 2.7775 | 0.5972 |
| 2.6682 | 8.8421 | 42 | 2.6706 | 0.6528 |
| 2.6682 | 9.8947 | 47 | 2.5233 | 0.7069 |
| 2.3659 | 10.9474 | 52 | 2.3859 | 0.7375 |
| 2.3659 | 12.0 | 57 | 2.2546 | 0.75 |
| 2.079 | 12.8421 | 61 | 2.1531 | 0.7528 |
| 2.079 | 13.8947 | 66 | 2.0372 | 0.75 |
| 1.828 | 14.9474 | 71 | 1.9339 | 0.7597 |
| 1.828 | 16.0 | 76 | 1.8403 | 0.7694 |
| 1.6253 | 16.8421 | 80 | 1.7733 | 0.7764 |
| 1.6253 | 17.8947 | 85 | 1.6914 | 0.7903 |
| 1.4502 | 18.9474 | 90 | 1.6153 | 0.7875 |
| 1.4502 | 20.0 | 95 | 1.5510 | 0.7986 |
| 1.4502 | 20.8421 | 99 | 1.5016 | 0.8 |
| 1.2959 | 21.8947 | 104 | 1.4454 | 0.8222 |
| 1.2959 | 22.9474 | 109 | 1.3912 | 0.8181 |
| 1.1802 | 24.0 | 114 | 1.3390 | 0.8333 |
| 1.1802 | 24.8421 | 118 | 1.2995 | 0.8333 |
| 1.0629 | 25.8947 | 123 | 1.2707 | 0.8389 |
| 1.0629 | 26.9474 | 128 | 1.2335 | 0.8361 |
| 0.9801 | 28.0 | 133 | 1.1975 | 0.8444 |
| 0.9801 | 28.8421 | 137 | 1.1672 | 0.8389 |
| 0.9076 | 29.8947 | 142 | 1.1338 | 0.8444 |
| 0.9076 | 30.9474 | 147 | 1.1137 | 0.8472 |
| 0.8349 | 32.0 | 152 | 1.0855 | 0.8528 |
| 0.8349 | 32.8421 | 156 | 1.0717 | 0.8542 |
| 0.7782 | 33.8947 | 161 | 1.0483 | 0.8514 |
| 0.7782 | 34.9474 | 166 | 1.0352 | 0.85 |
| 0.7208 | 36.0 | 171 | 1.0202 | 0.8556 |
| 0.7208 | 36.8421 | 175 | 0.9994 | 0.8486 |
| 0.6708 | 37.8947 | 180 | 0.9814 | 0.8556 |
| 0.6708 | 38.9474 | 185 | 0.9691 | 0.8542 |
| 0.6303 | 40.0 | 190 | 0.9599 | 0.8486 |
| 0.6303 | 40.8421 | 194 | 0.9422 | 0.8472 |
| 0.6303 | 41.8947 | 199 | 0.9278 | 0.8486 |
| 0.6018 | 42.9474 | 204 | 0.9172 | 0.8528 |
| 0.6018 | 44.0 | 209 | 0.9093 | 0.8514 |
| 0.5622 | 44.8421 | 213 | 0.9030 | 0.8583 |
| 0.5622 | 45.8947 | 218 | 0.8972 | 0.8625 |
| 0.5474 | 46.9474 | 223 | 0.8859 | 0.8569 |
| 0.5474 | 48.0 | 228 | 0.8858 | 0.8653 |
| 0.5254 | 48.8421 | 232 | 0.8779 | 0.8556 |
| 0.5254 | 49.8947 | 237 | 0.8635 | 0.8569 |
| 0.5036 | 50.9474 | 242 | 0.8563 | 0.8611 |
| 0.5036 | 52.0 | 247 | 0.8613 | 0.8542 |
| 0.4855 | 52.8421 | 251 | 0.8546 | 0.8625 |
| 0.4855 | 53.8947 | 256 | 0.8469 | 0.8597 |
| 0.4697 | 54.9474 | 261 | 0.8327 | 0.8528 |
| 0.4697 | 56.0 | 266 | 0.8268 | 0.8597 |
| 0.4482 | 56.8421 | 270 | 0.8188 | 0.8556 |
| 0.4482 | 57.8947 | 275 | 0.8171 | 0.8653 |
| 0.4436 | 58.9474 | 280 | 0.8133 | 0.8486 |
| 0.4436 | 60.0 | 285 | 0.8070 | 0.8639 |
| 0.4436 | 60.8421 | 289 | 0.7986 | 0.8542 |
| 0.4211 | 61.8947 | 294 | 0.7937 | 0.8597 |
| 0.4211 | 62.9474 | 299 | 0.7908 | 0.8611 |
| 0.4228 | 64.0 | 304 | 0.7952 | 0.8625 |
| 0.4228 | 64.8421 | 308 | 0.8010 | 0.8514 |
| 0.4046 | 65.8947 | 313 | 0.7975 | 0.8472 |
| 0.4046 | 66.9474 | 318 | 0.7927 | 0.8417 |
| 0.4048 | 68.0 | 323 | 0.7880 | 0.8556 |
| 0.4048 | 68.8421 | 327 | 0.7860 | 0.8514 |
| 0.3925 | 69.8947 | 332 | 0.7899 | 0.8403 |
| 0.3925 | 70.9474 | 337 | 0.7883 | 0.8417 |
| 0.3936 | 72.0 | 342 | 0.7885 | 0.8417 |
| 0.3936 | 72.8421 | 346 | 0.7874 | 0.8361 |
| 0.3985 | 73.8947 | 351 | 0.7832 | 0.8417 |
| 0.3985 | 74.9474 | 356 | 0.7787 | 0.8514 |
| 0.3849 | 76.0 | 361 | 0.7753 | 0.8486 |
| 0.3849 | 76.8421 | 365 | 0.7746 | 0.8514 |
| 0.3796 | 77.8947 | 370 | 0.7736 | 0.8542 |
| 0.3796 | 78.9474 | 375 | 0.7731 | 0.8528 |
| 0.3717 | 80.0 | 380 | 0.7715 | 0.8556 |
| 0.3717 | 80.8421 | 384 | 0.7709 | 0.8556 |
| 0.3717 | 81.8947 | 389 | 0.7706 | 0.8569 |
| 0.3802 | 82.9474 | 394 | 0.7704 | 0.8556 |
| 0.3802 | 84.0 | 399 | 0.7704 | 0.8542 |
| 0.3782 | 84.2105 | 400 | 0.7703 | 0.8542 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.20.1
|
[
"03134_animalia_chordata_aves_accipitriformes_accipitridae_buteo_rufofuscus",
"03602_animalia_chordata_aves_falconiformes_falconidae_falco_rufigularis",
"03726_animalia_chordata_aves_passeriformes_cardinalidae_piranga_rubra",
"04686_animalia_chordata_mammalia_carnivora_herpestidae_mungos_mungo",
"04696_animalia_chordata_mammalia_carnivora_mustelidae_martes_foina",
"04703_animalia_chordata_mammalia_carnivora_mustelidae_taxidea_taxus",
"04745_animalia_chordata_mammalia_eulipotyphla_erinaceidae_erinaceus_europaeus",
"04748_animalia_chordata_mammalia_eulipotyphla_talpidae_condylura_cristata",
"04767_animalia_chordata_mammalia_monotremata_tachyglossidae_tachyglossus_aculeatus",
"04824_animalia_chordata_mammalia_rodentia_sciuridae_eutamias_sibiricus",
"04851_animalia_chordata_mammalia_rodentia_sciuridae_tamias_striatus",
"04892_animalia_chordata_reptilia_squamata_chamaeleonidae_bradypodion_pumilum",
"04893_animalia_chordata_reptilia_squamata_chamaeleonidae_chamaeleo_chamaeleon",
"04910_animalia_chordata_reptilia_squamata_colubridae_haldea_striatula",
"04946_animalia_chordata_reptilia_squamata_colubridae_pantherophis_alleghaniensis",
"04953_animalia_chordata_reptilia_squamata_colubridae_pituophis_catenifer",
"04976_animalia_chordata_reptilia_squamata_colubridae_virginia_valeriae",
"05045_animalia_chordata_reptilia_squamata_phrynosomatidae_sceloporus_consobrinus",
"05078_animalia_chordata_reptilia_squamata_scincidae_plestiodon_inexpectatus",
"05080_animalia_chordata_reptilia_squamata_scincidae_plestiodon_obsoletus",
"05100_animalia_chordata_reptilia_squamata_typhlopidae_indotyphlops_braminus",
"05110_animalia_chordata_reptilia_squamata_viperidae_bitis_arietans",
"05116_animalia_chordata_reptilia_squamata_viperidae_crotalus_horridus",
"05129_animalia_chordata_reptilia_squamata_viperidae_vipera_berus"
] |
DouglasBraga/swin-tiny-patch4-window7-224-swin-tiny-patch4-window7-224-finetuned-leukemia.v2.1
|
<!-- 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. -->
# swin-tiny-patch4-window7-224-swin-tiny-patch4-window7-224-finetuned-leukemia.v2.1
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
It achieves the following results on the evaluation set:
- Loss: 0.1379
- Accuracy: 0.954
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.4215 | 0.9991 | 281 | 0.3880 | 0.8293 |
| 0.3137 | 1.9982 | 562 | 0.2898 | 0.8788 |
| 0.2631 | 2.9973 | 843 | 0.2382 | 0.907 |
| 0.2338 | 4.0 | 1125 | 0.4090 | 0.8575 |
| 0.1834 | 4.9991 | 1406 | 0.2477 | 0.8985 |
| 0.2065 | 5.9982 | 1687 | 0.1331 | 0.9513 |
| 0.1555 | 6.9973 | 1968 | 0.1304 | 0.9473 |
| 0.1521 | 8.0 | 2250 | 0.1837 | 0.9293 |
| 0.1512 | 8.9991 | 2531 | 0.1708 | 0.9405 |
| 0.119 | 9.9911 | 2810 | 0.1379 | 0.954 |
### Framework versions
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.20.1
|
[
"all",
"hem"
] |
AsinAsin/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7705
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8563 |
| No log | 2.0 | 34 | 0.7705 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
hyen99-03/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7451
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8365 |
| No log | 2.0 | 34 | 0.7451 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
BbuddaBbuddi/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7347
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8196 |
| No log | 2.0 | 34 | 0.7347 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
baobaoS2/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7158
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8056 |
| No log | 2.0 | 34 | 0.7158 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
jye1123/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7453
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8365 |
| No log | 2.0 | 34 | 0.7453 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
sjhlgdx/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the unsmile_data dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7023
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8079 |
| No log | 2.0 | 34 | 0.7023 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
Smileekaka/ViT_beans
|
<!-- 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. -->
# ViT_beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7446
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8402 |
| No log | 2.0 | 34 | 0.7446 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
ohmisooh/ViT-beans
|
<!-- 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. -->
# ViT-beans
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7672
## 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: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 17 | 0.8565 |
| No log | 2.0 | 34 | 0.7672 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.0.2
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
griffio/vit-base-patch16-224-in21k-rotated-dungeons-v5
|
<!-- 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. -->
# vit-base-patch16-224-in21k-rotated-dungeons-v5
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the rotated_maps dataset.
It achieves the following results on the evaluation set:
- Loss: 1.5540
- Accuracy: 0.5
## 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: 1e-05
- train_batch_size: 5
- eval_batch_size: 8
- seed: 1024
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 15
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 1.0613 | 10.0 | 100 | 1.5540 | 0.5 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"five",
"four",
"one",
"three",
"twelve",
"two",
"zero"
] |
griffio/vit-base-patch16-224-in21k-rotated-dungeons-v8
|
<!-- 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. -->
# vit-base-patch16-224-in21k-rotated-dungeons-v8
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the rotated_maps dataset.
It achieves the following results on the evaluation set:
- Loss: 0.8643
- Accuracy: 0.875
## 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: 1e-05
- train_batch_size: 4
- eval_batch_size: 8
- seed: 1024
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 22
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
| 0.1574 | 8.3333 | 100 | 0.8765 | 0.875 |
| 0.1364 | 16.6667 | 200 | 0.8643 | 0.875 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"five",
"four",
"one",
"three",
"twelve",
"two",
"zero"
] |
SonFox2920/resnet-sarcasm
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3"
] |
SonFox2920/vit-sarcasm
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"label_0",
"label_1",
"label_2",
"label_3"
] |
jrbeduardo/vit-model-jrbeduardo
|
<!-- 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. -->
# vit-model-jrbeduardo
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the AI-Lab-Makerere/beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0366
- Accuracy: 0.9925
## 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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1377 | 3.8462 | 500 | 0.0366 | 0.9925 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
jrbeduardo/vit-model-jrbeduardo-v2
|
<!-- 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. -->
# vit-model-jrbeduardo-v2
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the AI-Lab-Makerere/beans dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0727
- Accuracy: 0.9850
## 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: 0.0002
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:------:|:----:|:---------------:|:--------:|
| 0.1509 | 3.8462 | 500 | 0.0727 | 0.9850 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"angular_leaf_spot",
"bean_rust",
"healthy"
] |
kiranshivaraju/convnext2-tiny-finetuned-pcb_data
|
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Model type:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
- **Finetuned from model [optional]:** [More Information Needed]
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
### Direct Use
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
[More Information Needed]
### Downstream Use [optional]
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
## How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
## Training Details
### Training Data
<!-- This should link to a Dataset 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. -->
[More Information Needed]
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
[More Information Needed]
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
[More Information Needed]
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
[More Information Needed]
#### Factors
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
[More Information Needed]
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
[More Information Needed]
### Results
[More Information Needed]
#### Summary
## Model Examination [optional]
<!-- Relevant interpretability work for the model goes here -->
[More Information Needed]
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
- **Hardware Type:** [More Information Needed]
- **Hours used:** [More Information Needed]
- **Cloud Provider:** [More Information Needed]
- **Compute Region:** [More Information Needed]
- **Carbon Emitted:** [More Information Needed]
## Technical Specifications [optional]
### Model Architecture and Objective
[More Information Needed]
### Compute Infrastructure
[More Information Needed]
#### Hardware
[More Information Needed]
#### Software
[More Information Needed]
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[More Information Needed]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Model Card Authors [optional]
[More Information Needed]
## Model Card Contact
[More Information Needed]
|
[
"bad",
"good"
] |
IMAbbaS/food_classifier
|
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# IMAbbaS/food_classifier
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
It achieves the following results on the evaluation set:
- Train Loss: 0.1687
- Validation Loss: 0.1817
- Train Accuracy: 0.9633
- Epoch: 4
## 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:
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 12000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
- training_precision: float32
### Training results
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|:----------:|:---------------:|:--------------:|:-----:|
| 0.5953 | 0.4149 | 0.9567 | 0 |
| 0.3897 | 0.3374 | 0.9483 | 1 |
| 0.2923 | 0.2363 | 0.9617 | 2 |
| 0.2342 | 0.1968 | 0.96 | 3 |
| 0.1687 | 0.1817 | 0.9633 | 4 |
### Framework versions
- Transformers 4.44.2
- TensorFlow 2.17.0
- Datasets 3.1.0
- Tokenizers 0.19.1
|
[
"apple_pie",
"baby_back_ribs",
"bruschetta",
"waffles",
"caesar_salad",
"cannoli",
"caprese_salad",
"carrot_cake",
"ceviche",
"cheesecake",
"cheese_plate",
"chicken_curry",
"chicken_quesadilla",
"baklava",
"chicken_wings",
"chocolate_cake",
"chocolate_mousse",
"churros",
"clam_chowder",
"club_sandwich",
"crab_cakes",
"creme_brulee",
"croque_madame",
"cup_cakes",
"beef_carpaccio",
"deviled_eggs",
"donuts",
"dumplings",
"edamame",
"eggs_benedict",
"escargots",
"falafel",
"filet_mignon",
"fish_and_chips",
"foie_gras",
"beef_tartare",
"french_fries",
"french_onion_soup",
"french_toast",
"fried_calamari",
"fried_rice",
"frozen_yogurt",
"garlic_bread",
"gnocchi",
"greek_salad",
"grilled_cheese_sandwich",
"beet_salad",
"grilled_salmon",
"guacamole",
"gyoza",
"hamburger",
"hot_and_sour_soup",
"hot_dog",
"huevos_rancheros",
"hummus",
"ice_cream",
"lasagna",
"beignets",
"lobster_bisque",
"lobster_roll_sandwich",
"macaroni_and_cheese",
"macarons",
"miso_soup",
"mussels",
"nachos",
"omelette",
"onion_rings",
"oysters",
"bibimbap",
"pad_thai",
"paella",
"pancakes",
"panna_cotta",
"peking_duck",
"pho",
"pizza",
"pork_chop",
"poutine",
"prime_rib",
"bread_pudding",
"pulled_pork_sandwich",
"ramen",
"ravioli",
"red_velvet_cake",
"risotto",
"samosa",
"sashimi",
"scallops",
"seaweed_salad",
"shrimp_and_grits",
"breakfast_burrito",
"spaghetti_bolognese",
"spaghetti_carbonara",
"spring_rolls",
"steak",
"strawberry_shortcake",
"sushi",
"tacos",
"takoyaki",
"tiramisu",
"tuna_tartare"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.