Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ language:
|
|
3 |
- en
|
4 |
---
|
5 |
# MergeMonster
|
6 |
-
An unsupervised merging algorithm for Transformers-based language models, using a list of phrases (both good and bad) and a fully automated strategy that strives to decrease (or increase) the probability of these phrases
|
7 |
|
8 |
[Code available here](https://github.com/Gryphe/MergeMonster/tree/main)
|
9 |
|
|
|
3 |
- en
|
4 |
---
|
5 |
# MergeMonster
|
6 |
+
An unsupervised merging algorithm for Transformers-based language models, using a list of phrases (both good and bad) and a fully automated strategy that strives to decrease (or increase) the probability of these phrases occurring in the final merge.
|
7 |
|
8 |
[Code available here](https://github.com/Gryphe/MergeMonster/tree/main)
|
9 |
|