Resolve "process_poleval plain text"
1 open thread
FastAPI
Merge request reports
Activity
added 11 commits
-
b2353b13...d5d49c42 - 9 commits from branch
master
- a9713c1d - Merge
- 77f3fd6f - merge
-
b2353b13...d5d49c42 - 9 commits from branch
1 from transformers import AutoModel, AutoTokenizer 2 import torch.nn as nn 3 import torch.nn.functional as F 4 import torch 5 6 class HerbertForTokenClassification(nn.Module): 7 8 def __init__(self, pretrained_path, n_labels, hidden_size=768, dropout_p=0.2, label_ignore_idx=0, changed this line in version 6 of the diff
Please register or sign in to reply