rmayormartins
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ The project utilizes the following model and processor:
|
|
51 |
|
52 |
## Model Versions
|
53 |
|
54 |
-
|
55 |
|
56 |
1. **(OLD) v 1.1**:
|
57 |
- Epochs: 3
|
@@ -73,13 +73,7 @@ All models were trained using high RAM GPU on Google Colab Pro.
|
|
73 |
## Model Structure (files)
|
74 |
|
75 |
Each version of the model includes the following files:
|
76 |
-
results
|
77 |
-
βββ config.json
|
78 |
-
βββ preprocessor_config.json
|
79 |
-
βββ model.safetensors
|
80 |
-
βββ special_tokens_map.json
|
81 |
-
βββ tokenizer_config.json
|
82 |
-
βββ vocab.json
|
83 |
|
84 |
|
85 |
## How to Use
|
|
|
51 |
|
52 |
## Model Versions
|
53 |
|
54 |
+
Was trained three versions of the model with different configurations:
|
55 |
|
56 |
1. **(OLD) v 1.1**:
|
57 |
- Epochs: 3
|
|
|
73 |
## Model Structure (files)
|
74 |
|
75 |
Each version of the model includes the following files:
|
76 |
+
results config.json | preprocessor_config.json | model.safetensors | special_tokens_map.json | tokenizer_config.json | vocab.json
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
## How to Use
|