tydymy commited on
Commit
adc5856
1 Parent(s): e33da2b

tydymy/nucleotide-transformer-500m-1000g-finetuned-human-150bp-dna-classification

Browse files
Files changed (4) hide show
  1. README.md +68 -0
  2. config.json +30 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: InstaDeepAI/nucleotide-transformer-500m-1000g
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: nucleotide-transformer-500m-1000g-finetuned-human-150bp-dna-classification
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # nucleotide-transformer-500m-1000g-finetuned-human-150bp-dna-classification
20
+
21
+ This model is a fine-tuned version of [InstaDeepAI/nucleotide-transformer-500m-1000g](https://huggingface.co/InstaDeepAI/nucleotide-transformer-500m-1000g) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2793
24
+ - Accuracy: 0.9411
25
+ - F1: 0.9411
26
+ - Precision: 0.9377
27
+ - Recall: 0.9445
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: 5e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.229 | 1.0 | 3125 | 0.2042 | 0.9187 | 0.9203 | 0.8977 | 0.9440 |
59
+ | 0.2019 | 2.0 | 6250 | 0.2176 | 0.9360 | 0.9340 | 0.9590 | 0.9102 |
60
+ | 0.0008 | 3.0 | 9375 | 0.2958 | 0.9397 | 0.9395 | 0.9371 | 0.9420 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.35.0
66
+ - Pytorch 2.1.0+cu118
67
+ - Datasets 2.14.6
68
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "InstaDeepAI/nucleotide-transformer-500m-1000g",
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.35.0",
27
+ "use_cache": false,
28
+ "vocab_list": null,
29
+ "vocab_size": 4105
30
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313d1f6b0b265cfc4ebc9b76c83a5400dc4bbf9829e663ebe87582f772d56507
3
+ size 1921809396
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c19d5f70a9e97e91617c13ef7a386737c53d30309848f563258294b751e851
3
+ size 4600