dannyLeo16 commited on
Commit
1da784b
·
verified ·
1 Parent(s): 69d91cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -88,8 +88,7 @@ This model is a Spanish BERT fine-tuned to identify **persons** and **locations*
88
  - `evaluation_strategy = "epoch"`, `save_strategy = "epoch"`
89
  - `load_best_model_at_end = true` *(por `eval_loss`)*
90
  - **Data collator:** `DataCollatorForTokenClassification` (padding a `max_length`)
91
- - **Hardware:** <especifica aquí, p. ej. “Google Colab – GPU NVIDIA T4”>
92
- - **Seed:** <si fijaste semilla, indícala>
93
 
94
  ---
95
 
 
88
  - `evaluation_strategy = "epoch"`, `save_strategy = "epoch"`
89
  - `load_best_model_at_end = true` *(por `eval_loss`)*
90
  - **Data collator:** `DataCollatorForTokenClassification` (padding a `max_length`)
91
+
 
92
 
93
  ---
94