Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CHB-learner/NeoBert
/ Args
Class
Args
train.py:132–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
)
131
132
class
Args:
133
def
__init__(self):
134
self.train_data_path =
"./data/train.json"
135
self.val_data_path =
"./data/test.json"
136
self.label_path =
"./data/label2id.json"
137
self.max_seq_length = 128
138
139
args = Args()
140
Callers
1
train.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected