Add SetFit model
Browse files- README.md +7 -7
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -32,7 +32,7 @@ model-index:
|
|
32 |
split: test
|
33 |
metrics:
|
34 |
- type: accuracy
|
35 |
-
value: 0.
|
36 |
name: Accuracy
|
37 |
---
|
38 |
|
@@ -74,7 +74,7 @@ The model has been trained using an efficient few-shot learning technique that i
|
|
74 |
### Metrics
|
75 |
| Label | Accuracy |
|
76 |
|:--------|:---------|
|
77 |
-
| **all** | 0.
|
78 |
|
79 |
## Uses
|
80 |
|
@@ -154,11 +154,11 @@ preds = model("a sequence of ridiculous shoot - 'em - up scenes . ")
|
|
154 |
### Training Results
|
155 |
| Epoch | Step | Training Loss | Validation Loss |
|
156 |
|:------:|:----:|:-------------:|:---------------:|
|
157 |
-
| 0.1111 | 1 | 0.
|
158 |
-
| 1.0 | 9 | - | 0.
|
159 |
-
| 2.0 | 18 | - | 0.
|
160 |
-
| 3.0 | 27 | - | 0.
|
161 |
-
| 4.0 | 36 | - | 0.
|
162 |
|
163 |
### Framework Versions
|
164 |
- Python: 3.10.12
|
|
|
32 |
split: test
|
33 |
metrics:
|
34 |
- type: accuracy
|
35 |
+
value: 0.8458549222797928
|
36 |
name: Accuracy
|
37 |
---
|
38 |
|
|
|
74 |
### Metrics
|
75 |
| Label | Accuracy |
|
76 |
|:--------|:---------|
|
77 |
+
| **all** | 0.8459 |
|
78 |
|
79 |
## Uses
|
80 |
|
|
|
154 |
### Training Results
|
155 |
| Epoch | Step | Training Loss | Validation Loss |
|
156 |
|:------:|:----:|:-------------:|:---------------:|
|
157 |
+
| 0.1111 | 1 | 0.2946 | - |
|
158 |
+
| 1.0 | 9 | - | 0.2271 |
|
159 |
+
| 2.0 | 18 | - | 0.1830 |
|
160 |
+
| 3.0 | 27 | - | 0.1658 |
|
161 |
+
| 4.0 | 36 | - | 0.1659 |
|
162 |
|
163 |
### Framework Versions
|
164 |
- Python: 3.10.12
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437967672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f07903f065d8785f583701e65f9088206c5b2c56867180cc1a58109287fc931
|
3 |
size 437967672
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7007
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31e7a07f18b16bfc683c6812ae2df6ec637e47a076707db73fdcaf187565e3a5
|
3 |
size 7007
|