Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Model Card for gena_lm_bert_base_human_classify
|
2 |
+
|
3 |
+
## Model Details
|
4 |
+
- **Model Name:** gena_lm_bert_base_human_classify
|
5 |
+
- **Type:** Transformer
|
6 |
+
- **Main Application:** [Brief description of the main application of the model, e.g., text classification, image recognition, etc.]
|
7 |
+
|
8 |
+
## Training Data
|
9 |
+
- **Description:** [Brief description of the training data, including source, nature (text, images, etc.), and size.]
|
10 |
+
- **Preprocessing:** [Details of any preprocessing steps applied to the training data.]
|
11 |
+
|
12 |
+
## Model Architecture
|
13 |
+
- **Architecture Details:** [Details about the model architecture, e.g., number of layers, type of layers, etc.]
|
14 |
+
- **Framework Used:** PyTorch
|
15 |
+
|
16 |
+
## Training Procedure
|
17 |
+
- **Epochs:** 2
|
18 |
+
- **Batch Size:** 64
|
19 |
+
- **Learning Rate:** 2e-5
|
20 |
+
- **Weight Decay:** 0.01
|
21 |
+
|
22 |
+
### Training Performance
|
23 |
+
- **Epoch 1:**
|
24 |
+
- Training Loss: 0.088600
|
25 |
+
- Validation Loss: 0.079851
|
26 |
+
- Accuracy: 96.9529%
|
27 |
+
- F1 Score: 96.9840%
|
28 |
+
- Precision: 95.7133%
|
29 |
+
- Recall: 98.2889%
|
30 |
+
|
31 |
+
- **Epoch 2:**
|
32 |
+
- Training Loss: 0.058800
|
33 |
+
- Validation Loss: 0.057442
|
34 |
+
- Accuracy: 98.0280%
|
35 |
+
- F1 Score: 98.0338%
|
36 |
+
- Precision: 97.4486%
|
37 |
+
- Recall: 98.6260%
|