whyoke commited on
Commit
bf8c91c
1 Parent(s): 6ddd950

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: tumore_test
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # tumore_test
14
+
15
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.0
18
+ - eval_mean_iou: nan
19
+ - eval_mean_accuracy: nan
20
+ - eval_overall_accuracy: nan
21
+ - eval_per_category_iou: [nan]
22
+ - eval_per_category_accuracy: [nan]
23
+ - eval_runtime: 338.6408
24
+ - eval_samples_per_second: 1.161
25
+ - eval_steps_per_second: 0.582
26
+ - epoch: 1.27
27
+ - step: 2000
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 6e-05
47
+ - train_batch_size: 2
48
+ - eval_batch_size: 2
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.26.1
57
+ - Pytorch 1.13.0
58
+ - Datasets 2.10.1
59
+ - Tokenizers 0.13.2