Text Classification
Transformers
Safetensors
TensorRT
English
Spanish
Portuguese
wayrappl
perplexity-estimation
data-novely-estimation
dataset-contamination-detection
a100-optimized
Instructions to use oflorez/Wayra-Perplexity-Estimator-55M-TensorRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oflorez/Wayra-Perplexity-Estimator-55M-TensorRT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="oflorez/Wayra-Perplexity-Estimator-55M-TensorRT")# Load model directly from transformers import WayraPPL model = WayraPPL.from_pretrained("oflorez/Wayra-Perplexity-Estimator-55M-TensorRT", dtype="auto") - TensorRT
How to use oflorez/Wayra-Perplexity-Estimator-55M-TensorRT with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "engine_file": "wayrappl_fp16_bs2048.engine", | |
| "precision": "fp16", | |
| "max_batch_size": 2048, | |
| "max_sequence_length": 512, | |
| "optimization_level": 5, | |
| "hardware_requirements": { | |
| "gpu_architecture": "sm_80", | |
| "gpu_models": [ | |
| "A100-SXM4-80GB", | |
| "A100-SXM4-40GB", | |
| "A100-PCIe-80GB", | |
| "A100-PCIe-40GB" | |
| ], | |
| "cuda_version": ">=12.8", | |
| "tensorrt_version": ">=10.13.0", | |
| "driver_version": ">=570.124.06" | |
| } | |
| } |