rmayormartins
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -53,24 +53,24 @@ The project utilizes the following model and processor:
|
|
53 |
|
54 |
We have trained three versions of the model with different configurations:
|
55 |
|
56 |
-
1. **
|
57 |
- Epochs: 3
|
58 |
- Training samples: 1000
|
59 |
- Validation samples: 200
|
60 |
|
61 |
-
2. **
|
62 |
- Epochs: 10
|
63 |
- Training samples: 1000
|
64 |
- Validation samples: 500
|
65 |
|
66 |
-
3. **
|
67 |
- Epochs: 20
|
68 |
- Training samples: 5000
|
69 |
- Validation samples: 1000
|
70 |
|
71 |
All models were trained using high RAM GPU on Google Colab Pro.
|
72 |
|
73 |
-
##
|
74 |
|
75 |
Each version of the model includes the following files:
|
76 |
results/
|
|
|
53 |
|
54 |
We have trained three versions of the model with different configurations:
|
55 |
|
56 |
+
1. **(OLD) v 1.1**:
|
57 |
- Epochs: 3
|
58 |
- Training samples: 1000
|
59 |
- Validation samples: 200
|
60 |
|
61 |
+
2. **(OLD) v 1.2**:
|
62 |
- Epochs: 10
|
63 |
- Training samples: 1000
|
64 |
- Validation samples: 500
|
65 |
|
66 |
+
3. **(NEW) v 1.3**:
|
67 |
- Epochs: 20
|
68 |
- Training samples: 5000
|
69 |
- Validation samples: 1000
|
70 |
|
71 |
All models were trained using high RAM GPU on Google Colab Pro.
|
72 |
|
73 |
+
## Model Structure (files)
|
74 |
|
75 |
Each version of the model includes the following files:
|
76 |
results/
|