Commit
·
1493034
1
Parent(s):
8f09873
Updated model card to reflect new owner
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ metrics:
|
|
9 |
---
|
10 |
|
11 |
|
12 |
-
# Model Card for
|
13 |
This model was finetuned on the GLUE/qqp task, based on the pretrained
|
14 |
albert-large-v2 model. Hyperparameters were (largely) taken from the following
|
15 |
publication, with some minor exceptions.
|
@@ -46,7 +46,7 @@ Use the code below to get started with the model.
|
|
46 |
|
47 |
```python
|
48 |
from transformers import AlbertForSequenceClassification
|
49 |
-
model = AlbertForSequenceClassification.from_pretrained("
|
50 |
```
|
51 |
|
52 |
## Training Details
|
|
|
9 |
---
|
10 |
|
11 |
|
12 |
+
# Model Card for WeightWatcher/albert-large-v2-qqp
|
13 |
This model was finetuned on the GLUE/qqp task, based on the pretrained
|
14 |
albert-large-v2 model. Hyperparameters were (largely) taken from the following
|
15 |
publication, with some minor exceptions.
|
|
|
46 |
|
47 |
```python
|
48 |
from transformers import AlbertForSequenceClassification
|
49 |
+
model = AlbertForSequenceClassification.from_pretrained("WeightWatcher/albert-large-v2-qqp")
|
50 |
```
|
51 |
|
52 |
## Training Details
|