cdhinrichs commited on
Commit
0ba9b47
1 Parent(s): 8096bd7

Updated model card to reflect new owner

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ metrics:
9
  ---
10
 
11
 
12
- # Model Card for cdhinrichs/albert-large-v2-sst2
13
  This model was finetuned on the GLUE/sst2 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("cdhinrichs/albert-large-v2-sst2")
50
  ```
51
 
52
  ## Training Details
 
9
  ---
10
 
11
 
12
+ # Model Card for WeightWatcher/albert-large-v2-sst2
13
  This model was finetuned on the GLUE/sst2 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-sst2")
50
  ```
51
 
52
  ## Training Details