File size: 361 Bytes
c264cbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
model:
  name: "OrcaleSeek"
  version: "1.0.0"
  type: "text-classification"
  architecture: "transformer"
  
training:
  learning_rate: 2e-5
  batch_size: 16
  max_sequence_length: 512
  num_epochs: 5
  
inference:
  max_length: 128
  temperature: 0.7
  top_p: 0.9
  do_sample: true
  
deployment:
  supported_frameworks: ["pytorch", "onnx"]
  min_memory_gb: 4