Model save
Browse files- README.md +2 -4
- command +1 -1
- config.json +0 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
base_model: microsoft/dit-base-finetuned-rvlcdip
|
3 |
tags:
|
4 |
-
- image-classification
|
5 |
-
- vision
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- f1
|
@@ -18,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/dit-base-finetuned-rvlcdip](https://huggingface.co/microsoft/dit-base-finetuned-rvlcdip) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
-
|
22 |
-
-
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
1 |
---
|
2 |
base_model: microsoft/dit-base-finetuned-rvlcdip
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- f1
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/dit-base-finetuned-rvlcdip](https://huggingface.co/microsoft/dit-base-finetuned-rvlcdip) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- F1: 0.9705
|
20 |
+
- Loss: 0.0391
|
21 |
|
22 |
## Model description
|
23 |
|
command
CHANGED
@@ -1 +1 @@
|
|
1 |
-
python run_image_classification_val_test.py --train_dir /trunk/shared/eebo_data/images_cropped/ --validation_dir /trunk/shared/eebo_data/images_cropped/ --output_dir ./test_microsoft_dit/ --remove_unused_columns False --label_column_name labels --do_train --do_eval --push_to_hub --push_to_hub_model_id donut-base-beans --learning_rate 3e-5 --num_train_epochs 5 --per_device_train_batch_size 32 --per_device_eval_batch_size 32 --logging_strategy steps --logging_steps 10 --eval_strategy
|
|
|
1 |
+
python run_image_classification_val_test.py --train_dir /trunk/shared/eebo_data/images_cropped/ --validation_dir /trunk/shared/eebo_data/images_cropped/ --output_dir ./test_microsoft_dit/ --remove_unused_columns False --label_column_name labels --do_train --do_eval --push_to_hub --push_to_hub_model_id donut-base-beans --learning_rate 3e-5 --num_train_epochs 5 --per_device_train_batch_size 32 --per_device_eval_batch_size 32 --logging_strategy steps --logging_steps 10 --eval_strategy steps --save_strategy steps --load_best_model_at_end True --save_total_limit 5 --seed 1337 --ignore_mismatched_sizes --image_column_name image_url --label_column_name label --model_name_or_path microsoft/dit-base-finetuned-rvlcdip --resume_from_checkpoint /trunk2/yufei/summer24/transformers/examples/pytorch/image-classification/test_microsoft_dit/checkpoint-9905
|
config.json
CHANGED
@@ -48,7 +48,6 @@
|
|
48 |
3,
|
49 |
6
|
50 |
],
|
51 |
-
"problem_type": "regression",
|
52 |
"reshape_hidden_states": true,
|
53 |
"semantic_loss_ignore_index": 255,
|
54 |
"stage_names": [
|
|
|
48 |
3,
|
49 |
6
|
50 |
],
|
|
|
51 |
"reshape_hidden_states": true,
|
52 |
"semantic_loss_ignore_index": 255,
|
53 |
"stage_names": [
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e361d94f5aae640777c6cdb9ee0b26da6a62d380a3516cf93bf2b20be36301bd
|
3 |
+
size 5304
|