Hjgugugjhuhjggg commited on
Commit
5b0aa2c
verified
1 Parent(s): 6ef37cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -161,9 +161,6 @@ def generate_example_yaml(methods: List[str]) -> str:
161
  },
162
  'tokenizer_source': 'union', # Definir el tokenizer
163
  }
164
- # Ag
165
-
166
- regar la secuencia de m茅todos de fusi贸n realizados
167
  example_yaml['merge_method_sequence'] = methods
168
  return yaml.dump(example_yaml)
169
 
 
161
  },
162
  'tokenizer_source': 'union', # Definir el tokenizer
163
  }
 
 
 
164
  example_yaml['merge_method_sequence'] = methods
165
  return yaml.dump(example_yaml)
166