YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
Lexical Regressor v2
Ce modèle est basé sur CamemBERT, affiné pour effectuer de la régression lexicale sur 50 dimensions.
## Exemple d'utilisation
```python
from model import LexicalRegressor
from transformers import CamembertTokenizer
import torch
tokenizer = CamembertTokenizer.from_pretrained("jr303/lexical-regressor-CNN-1")
model = LexicalRegressor(output_dim=50)
model.load_state_dict(torch.load("pytorch_model.bin", map_location="cpu"))
model.eval()
```
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support