Push model using huggingface_hub.
Browse files- README.md +13 -8
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -28,7 +28,7 @@ model-index:
|
|
28 |
split: test
|
29 |
metrics:
|
30 |
- type: accuracy
|
31 |
-
value: 0.
|
32 |
name: Accuracy
|
33 |
---
|
34 |
|
@@ -131,7 +131,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
131 |
### Metrics
|
132 |
| Label | Accuracy |
|
133 |
|:--------|:---------|
|
134 |
-
| **all** | 0.
|
135 |
|
136 |
## Uses
|
137 |
|
@@ -252,7 +252,7 @@ preds = model("Group the menu items")
|
|
252 |
| 62 | 2 |
|
253 |
|
254 |
### Training Hyperparameters
|
255 |
-
- batch_size: (
|
256 |
- num_epochs: (1, 1)
|
257 |
- max_steps: -1
|
258 |
- sampling_strategy: oversampling
|
@@ -272,11 +272,16 @@ preds = model("Group the menu items")
|
|
272 |
### Training Results
|
273 |
| Epoch | Step | Training Loss | Validation Loss |
|
274 |
|:------:|:----:|:-------------:|:---------------:|
|
275 |
-
| 0.
|
276 |
-
| 0.
|
277 |
-
| 0.
|
278 |
-
| 0.
|
279 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
280 |
|
281 |
### Framework Versions
|
282 |
- Python: 3.12.11
|
|
|
28 |
split: test
|
29 |
metrics:
|
30 |
- type: accuracy
|
31 |
+
value: 0.4051627384960718
|
32 |
name: Accuracy
|
33 |
---
|
34 |
|
|
|
131 |
### Metrics
|
132 |
| Label | Accuracy |
|
133 |
|:--------|:---------|
|
134 |
+
| **all** | 0.4052 |
|
135 |
|
136 |
## Uses
|
137 |
|
|
|
252 |
| 62 | 2 |
|
253 |
|
254 |
### Training Hyperparameters
|
255 |
+
- batch_size: (32, 32)
|
256 |
- num_epochs: (1, 1)
|
257 |
- max_steps: -1
|
258 |
- sampling_strategy: oversampling
|
|
|
272 |
### Training Results
|
273 |
| Epoch | Step | Training Loss | Validation Loss |
|
274 |
|:------:|:----:|:-------------:|:---------------:|
|
275 |
+
| 0.0020 | 1 | 0.1159 | - |
|
276 |
+
| 0.1022 | 50 | 0.0629 | - |
|
277 |
+
| 0.2045 | 100 | 0.0144 | - |
|
278 |
+
| 0.3067 | 150 | 0.0101 | - |
|
279 |
+
| 0.4090 | 200 | 0.0062 | - |
|
280 |
+
| 0.5112 | 250 | 0.0032 | - |
|
281 |
+
| 0.6135 | 300 | 0.0037 | - |
|
282 |
+
| 0.7157 | 350 | 0.0024 | - |
|
283 |
+
| 0.8180 | 400 | 0.003 | - |
|
284 |
+
| 0.9202 | 450 | 0.0012 | - |
|
285 |
|
286 |
### Framework Versions
|
287 |
- Python: 3.12.11
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 546938168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6b5c06d2162eeefd9e7d0da3738a9285a0a3564d960822fd605a2f62d761ce8
|
3 |
size 546938168
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 388927
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5601e6497246a4fab9ae433dd73750c95a650e4f7e825b0a3a568865411ce90
|
3 |
size 388927
|