Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: token-classification
|
|
11 |
|
12 |
<!-- Provide the basic links for the model. -->
|
13 |
|
14 |
-
- **Repository:**
|
15 |
- **Paper:** https://arxiv.org/abs/2309.08351
|
16 |
|
17 |
|
@@ -19,10 +19,6 @@ pipeline_tag: token-classification
|
|
19 |
|
20 |
This model is a bert-base architecture trained on OpenWebText-2 using the Contrastive Weight Tying objective.
|
21 |
|
22 |
-
#### Software
|
23 |
-
|
24 |
-
[More Information Needed]
|
25 |
-
|
26 |
## Citation
|
27 |
|
28 |
**BibTeX:**
|
@@ -38,13 +34,8 @@ This model is a bert-base architecture trained on OpenWebText-2 using the Contra
|
|
38 |
}
|
39 |
```
|
40 |
|
41 |
-
## Model Card Authors
|
42 |
-
|
43 |
-
Nathan Godey
|
44 |
-
Eric de la Clergerie
|
45 |
-
Benoît Sagot
|
46 |
|
47 |
-
##
|
48 |
|
49 |
nathan.godey@inria.fr
|
50 |
|
|
|
11 |
|
12 |
<!-- Provide the basic links for the model. -->
|
13 |
|
14 |
+
- **Repository:** https://github.com/NathanGodey/headless-lm
|
15 |
- **Paper:** https://arxiv.org/abs/2309.08351
|
16 |
|
17 |
|
|
|
19 |
|
20 |
This model is a bert-base architecture trained on OpenWebText-2 using the Contrastive Weight Tying objective.
|
21 |
|
|
|
|
|
|
|
|
|
22 |
## Citation
|
23 |
|
24 |
**BibTeX:**
|
|
|
34 |
}
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
+
## Contact
|
39 |
|
40 |
nathan.godey@inria.fr
|
41 |
|