kellywong commited on
Commit
48ac77d
·
1 Parent(s): c3245c5

upload the models for UFD

Browse files
classifier-model/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UFDClassifierModel"
4
+ ],
5
+ "embed_dim": 1024,
6
+ "initrange": 0.1,
7
+ "model_type": "classifier",
8
+ "num_class": 2,
9
+ "transformers_version": "4.4.2"
10
+ }
classifier-model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64ec9056113686d5e0fa52272b7c7f8365d42a7d50388202d64a8d55421f8e4
3
+ size 9345
combine-features-maper-model/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UFDCombineFeaturesMapModel"
4
+ ],
5
+ "embed_dim": 1024,
6
+ "initrange": 0.1,
7
+ "model_type": "combine_features_map",
8
+ "transformers_version": "4.4.2"
9
+ }
combine-features-maper-model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6464e870517957601db04f0a828174642b9959b478502f2f97a1a91032659308
3
+ size 8393857
domain-invariant-model/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UFDAdaptorGlobalModel"
4
+ ],
5
+ "dim_hidden": 1024,
6
+ "in_dim": 1024,
7
+ "initrange": 0.1,
8
+ "model_type": "adaptor_global",
9
+ "out_dim": 1024,
10
+ "transformers_version": "4.4.2"
11
+ }
domain-invariant-model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c0c15c3704418310d9bcfed966a00f06049f1e12736113e6ba80d6b511d3a5
3
+ size 8398611
domain-specific-model/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UFDAdaptorDomainModel"
4
+ ],
5
+ "dim_hidden": 1024,
6
+ "in_dim": 1024,
7
+ "initrange": 0.1,
8
+ "model_type": "adaptor_domain",
9
+ "out_dim": 1024,
10
+ "transformers_version": "4.4.2"
11
+ }
domain-specific-model/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab57754c97547f4ec9998e620d3d258d5b878fdf48c7541171736b3f7c80c5d0
3
+ size 8398611