Upload model
Browse files- README.md +42 -0
- adapter_config.json +40 -0
- head_config.json +25 -0
- pytorch_adapter.bin +3 -0
- pytorch_model_head.bin +3 -0
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- adapter-transformers
|
4 |
+
- roberta
|
5 |
+
datasets:
|
6 |
+
- BigTMiami/citation_intent_dataset
|
7 |
+
---
|
8 |
+
|
9 |
+
# Adapter `BigTMiami/m_cite_par_bn_v_4_class_no_pre_4_adapter` for roberta-base
|
10 |
+
|
11 |
+
An [adapter](https://adapterhub.ml) for the `roberta-base` model that was trained on the [BigTMiami/citation_intent_dataset](https://huggingface.co/datasets/BigTMiami/citation_intent_dataset/) dataset and includes a prediction head for classification.
|
12 |
+
|
13 |
+
This adapter was created for usage with the **[Adapters](https://github.com/Adapter-Hub/adapters)** library.
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
First, install `adapters`:
|
18 |
+
|
19 |
+
```
|
20 |
+
pip install -U adapters
|
21 |
+
```
|
22 |
+
|
23 |
+
Now, the adapter can be loaded and activated like this:
|
24 |
+
|
25 |
+
```python
|
26 |
+
from adapters import AutoAdapterModel
|
27 |
+
|
28 |
+
model = AutoAdapterModel.from_pretrained("roberta-base")
|
29 |
+
adapter_name = model.load_adapter("BigTMiami/m_cite_par_bn_v_4_class_no_pre_4_adapter", source="hf", set_active=True)
|
30 |
+
```
|
31 |
+
|
32 |
+
## Architecture & Training
|
33 |
+
|
34 |
+
<!-- Add some description here -->
|
35 |
+
|
36 |
+
## Evaluation results
|
37 |
+
|
38 |
+
<!-- Add some description here -->
|
39 |
+
|
40 |
+
## Citation
|
41 |
+
|
42 |
+
<!-- Add some description here -->
|
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"adapter_residual_before_ln": false,
|
4 |
+
"cross_adapter": false,
|
5 |
+
"factorized_phm_W": true,
|
6 |
+
"factorized_phm_rule": false,
|
7 |
+
"hypercomplex_nonlinearity": "glorot-uniform",
|
8 |
+
"init_weights": "mam_adapter",
|
9 |
+
"inv_adapter": null,
|
10 |
+
"inv_adapter_reduction_factor": null,
|
11 |
+
"is_parallel": true,
|
12 |
+
"learn_phm": true,
|
13 |
+
"leave_out": [],
|
14 |
+
"ln_after": false,
|
15 |
+
"ln_before": false,
|
16 |
+
"mh_adapter": false,
|
17 |
+
"non_linearity": "relu",
|
18 |
+
"original_ln_after": true,
|
19 |
+
"original_ln_before": false,
|
20 |
+
"output_adapter": true,
|
21 |
+
"phm_bias": true,
|
22 |
+
"phm_c_init": "normal",
|
23 |
+
"phm_dim": 4,
|
24 |
+
"phm_init_range": 0.0001,
|
25 |
+
"phm_layer": false,
|
26 |
+
"phm_rank": 1,
|
27 |
+
"reduction_factor": 16,
|
28 |
+
"residual_before_ln": true,
|
29 |
+
"scaling": 4.0,
|
30 |
+
"shared_W_phm": false,
|
31 |
+
"shared_phm_rule": true,
|
32 |
+
"use_gating": false
|
33 |
+
},
|
34 |
+
"hidden_size": 768,
|
35 |
+
"model_class": "RobertaAdapterModel",
|
36 |
+
"model_name": "roberta-base",
|
37 |
+
"model_type": "roberta",
|
38 |
+
"name": "m_cite_par_bn_v_4_class_no_pre_4",
|
39 |
+
"version": "0.1.2"
|
40 |
+
}
|
head_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"activation_function": "tanh",
|
4 |
+
"bias": true,
|
5 |
+
"dropout_prob": null,
|
6 |
+
"head_type": "classification",
|
7 |
+
"label2id": {
|
8 |
+
"Background": 0,
|
9 |
+
"CompareOrContrast": 2,
|
10 |
+
"Extends": 3,
|
11 |
+
"Future": 5,
|
12 |
+
"Motivation": 4,
|
13 |
+
"Uses": 1
|
14 |
+
},
|
15 |
+
"layers": 2,
|
16 |
+
"num_labels": 6,
|
17 |
+
"use_pooler": false
|
18 |
+
},
|
19 |
+
"hidden_size": 768,
|
20 |
+
"model_class": "RobertaAdapterModel",
|
21 |
+
"model_name": "roberta-base",
|
22 |
+
"model_type": "roberta",
|
23 |
+
"name": "m_cite_par_bn_v_4_class_no_pre_4",
|
24 |
+
"version": "0.1.2"
|
25 |
+
}
|
pytorch_adapter.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c77fb7293c69b1eb0bd732ec2ce400ef106e366f8ac91dcf9c808d6bb7a7b118
|
3 |
+
size 3596902
|
pytorch_model_head.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd2a10cc3d09093d11964b898f80038faebb7baa73930fc41b125cb5a63b339
|
3 |
+
size 2383080
|