Instructions to use facebook/data2vec-text-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/data2vec-text-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="facebook/data2vec-text-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/data2vec-text-base") model = AutoModel.from_pretrained("facebook/data2vec-text-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
f0e7dae
1
Parent(s): 7a36806
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,8 @@ The RoBERTa model was pretrained on the reunion of five datasets:
|
|
| 58 |
|
| 59 |
Together theses datasets weight 160GB of text.
|
| 60 |
|
|
|
|
|
|
|
| 61 |
|
| 62 |
### BibTeX entry and citation info
|
| 63 |
|
|
|
|
| 58 |
|
| 59 |
Together theses datasets weight 160GB of text.
|
| 60 |
|
| 61 |
+

|
| 62 |
+
|
| 63 |
|
| 64 |
### BibTeX entry and citation info
|
| 65 |
|