Instructions to use FacebookAI/roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FacebookAI/roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="FacebookAI/roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("FacebookAI/roberta-large") model = AutoModelForMaskedLM.from_pretrained("FacebookAI/roberta-large") - Inference
- Notebooks
- Google Colab
- Kaggle
Certification security requirements
#4
by AnaRo - opened
Certification or authorization
Good morning,
My discussion is regarding the following topic:
We are currently carrying out the certification of a system in the ENS (Esquema Nacional de Seguridad) methodology for the Spanish territory. This system or application makes use of the RoBERTa-Large model.
We would like to know if the RoBERTa-large model has certifications of any type that meets functional security requirements or other similar ones, for example: Common Criteria.
I look forward to hearing from you and any comments are welcome for clarification regarding this topic of discussion.
Best regards and thanks in advance