rmayormartins commited on
Commit
cd6ac69
Β·
verified Β·
1 Parent(s): 0eb0ba2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -51,7 +51,7 @@ The project utilizes the following model and processor:
51
 
52
  ## Model Versions
53
 
54
- We have trained three versions of the model with different configurations:
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