Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
model-index:
|
6 |
+
- name: expert-uspto
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
# merge-arxiv-50_uspto-50_avg
|
11 |
+
|
12 |
+
This model is a merge between the following models:
|
13 |
+
|
14 |
+
- https://huggingface.co/Multi-Domain-Expert-Layers/expert-uspto
|
15 |
+
- https://huggingface.co/Multi-Domain-Expert-Layers/expert-arxiv
|
16 |
+
|
17 |
+
Using a naive weight averaging strategy at a 50/50 ratio per model.
|
18 |
+
|
19 |
+
It has yet to be evaluated.
|
20 |
+
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
### Framework versions
|
31 |
+
|
32 |
+
- Transformers 4.28.1
|
33 |
+
- Pytorch 2.0.0+cu117
|
34 |
+
- Datasets 2.11.0
|
35 |
+
- Tokenizers 0.13.3
|