tydymy commited on
Commit
c8e4261
1 Parent(s): 198338d

tydymy/human_dna_filter

Browse files
Files changed (4) hide show
  1. README.md +64 -0
  2. config.json +30 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: InstaDeepAI/nucleotide-transformer-500m-human-ref
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: human_classification
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # human_classification
17
+
18
+ This model is a fine-tuned version of [InstaDeepAI/nucleotide-transformer-500m-human-ref](https://huggingface.co/InstaDeepAI/nucleotide-transformer-500m-human-ref) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1830
21
+ - Accuracy: 0.9589
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 256
42
+ - eval_batch_size: 256
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 1024
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.0924 | 1.0 | 615 | 0.1074 | 0.9572 |
55
+ | 0.0587 | 2.0 | 1230 | 0.1217 | 0.9569 |
56
+ | 0.0137 | 3.0 | 1845 | 0.1830 | 0.9589 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.34.0
62
+ - Pytorch 2.0.1+cu118
63
+ - Datasets 2.14.5
64
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "InstaDeepAI/nucleotide-transformer-500m-human-ref",
3
+ "architectures": [
4
+ "EsmForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "emb_layer_norm_before": false,
8
+ "esmfold_config": null,
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 1280,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 5120,
13
+ "is_folding_model": false,
14
+ "layer_norm_eps": 1e-12,
15
+ "mask_token_id": 2,
16
+ "max_position_embeddings": 1002,
17
+ "model_type": "esm",
18
+ "num_attention_heads": 20,
19
+ "num_hidden_layers": 24,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "tie_word_embeddings": false,
24
+ "token_dropout": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.34.0",
27
+ "use_cache": false,
28
+ "vocab_list": null,
29
+ "vocab_size": 4107
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61360a3525f7f8c904d4d8fd55d72f06ea52adc168cb04f70353615f336a4b01
3
+ size 1921907125
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:663d6fb511091696a7339f1fa8e360fb1bf0c2286483a994cd98108c2a1766b6
3
+ size 4027