kanixwang commited on
Commit
faf4e9b
·
1 Parent(s): 17a9c8d

Add SetFit model

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. model_head.pkl +1 -1
  3. pytorch_model.bin +1 -1
README.md CHANGED
@@ -85,9 +85,9 @@ The model was trained with the parameters:
85
 
86
  **DataLoader**:
87
 
88
- `torch.utils.data.dataloader.DataLoader` of length 8000 with parameters:
89
  ```
90
- {'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
91
  ```
92
 
93
  **Loss**:
@@ -106,8 +106,8 @@ Parameters of the fit()-Method:
106
  "lr": 2e-05
107
  },
108
  "scheduler": "WarmupLinear",
109
- "steps_per_epoch": 8000,
110
- "warmup_steps": 800,
111
  "weight_decay": 0.01
112
  }
113
  ```
 
85
 
86
  **DataLoader**:
87
 
88
+ `torch.utils.data.dataloader.DataLoader` of length 20770 with parameters:
89
  ```
90
+ {'batch_size': 8, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
91
  ```
92
 
93
  **Loss**:
 
106
  "lr": 2e-05
107
  },
108
  "scheduler": "WarmupLinear",
109
+ "steps_per_epoch": 20770,
110
+ "warmup_steps": 2077,
111
  "weight_decay": 0.01
112
  }
113
  ```
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a8bce80975bcdd5cebd039f2268012f4aaf7238158bcd0d65aa6011c1616e46
3
  size 56271
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b68228dad45f66295b34572eebb5f5c530b303ecea77771610da8b94fe5907
3
  size 56271
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22b183efad6c80da795cbdb5977a04cb920206a66950a4aba0292c684f7c614c
3
  size 438014769
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34be0da61bdaaf48bdd427ad34c8d1deb9bf99442e5aca5554308849f97c61c9
3
  size 438014769