Datasets:
louisbrulenaudet
commited on
Commit
•
6676d6e
1
Parent(s):
5b46aff
Update README.md
Browse files
README.md
CHANGED
@@ -104,6 +104,21 @@ configs:
|
|
104 |
data_files:
|
105 |
- split: raw
|
106 |
path: data/raw-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
---
|
108 |
|
109 |
## Dataset Description
|
@@ -113,6 +128,8 @@ configs:
|
|
113 |
|
114 |
# MergeKit-configs: access all Hub architectures and automate your model merging process
|
115 |
|
|
|
|
|
116 |
```python
|
117 |
import polars as pl
|
118 |
|
|
|
104 |
data_files:
|
105 |
- split: raw
|
106 |
path: data/raw-*
|
107 |
+
license: apache-2.0
|
108 |
+
task_categories:
|
109 |
+
- question-answering
|
110 |
+
language:
|
111 |
+
- en
|
112 |
+
- fr
|
113 |
+
tags:
|
114 |
+
- merge
|
115 |
+
- mergekit
|
116 |
+
- configs
|
117 |
+
- code
|
118 |
+
- automation
|
119 |
+
pretty_name: 'mergekit-configs: access all Hub architecture'
|
120 |
+
size_categories:
|
121 |
+
- 100K<n<1M
|
122 |
---
|
123 |
|
124 |
## Dataset Description
|
|
|
128 |
|
129 |
# MergeKit-configs: access all Hub architectures and automate your model merging process
|
130 |
|
131 |
+
This dataset facilitates the search for compatible architectures for model merging with MergeKit, streamlining the automation of high-performance merge searches. It provides a snapshot of the Hub’s configuration state, eliminating the need to manually open configuration files.
|
132 |
+
|
133 |
```python
|
134 |
import polars as pl
|
135 |
|