Add SetFit model
Browse files- README.md +16 -17
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -11,8 +11,7 @@ metrics:
|
|
11 |
widget:
|
12 |
- text: Warm thanks to the volunteers who dedicated their time this weekend.
|
13 |
- text: Hats off to the design team.
|
14 |
-
- text:
|
15 |
-
you.
|
16 |
- text: How heartwarming it is to see communities come together in times of need.
|
17 |
- text: Well done on orchestrating such a seamless event!
|
18 |
pipeline_tag: text-classification
|
@@ -117,7 +116,7 @@ preds = model("Hats off to the design team.")
|
|
117 |
### Training Set Metrics
|
118 |
| Training set | Min | Median | Max |
|
119 |
|:-------------|:----|:--------|:----|
|
120 |
-
| Word count | 6 | 10.
|
121 |
|
122 |
### Training Hyperparameters
|
123 |
- batch_size: (16, 2)
|
@@ -139,20 +138,20 @@ preds = model("Hats off to the design team.")
|
|
139 |
### Training Results
|
140 |
| Epoch | Step | Training Loss | Validation Loss |
|
141 |
|:-------:|:------:|:-------------:|:---------------:|
|
142 |
-
| 0.0556 | 1 | 0.
|
143 |
-
| 1.0 | 18 | - | 0.
|
144 |
-
| **2.0** | **36** | **-** | **0.
|
145 |
-
| 2.7778 | 50 | 0.
|
146 |
-
| 3.0 | 54 | - | 0.
|
147 |
-
| 4.0 | 72 | - | 0.
|
148 |
-
| 5.0 | 90 | - | 0.
|
149 |
-
| 5.5556 | 100 | 0.
|
150 |
-
| 6.0 | 108 | - | 0.
|
151 |
-
| 7.0 | 126 | - | 0.
|
152 |
-
| 8.0 | 144 | - | 0.
|
153 |
-
| 8.3333 | 150 | 0.
|
154 |
-
| 9.0 | 162 | - | 0.
|
155 |
-
| 10.0 | 180 | - | 0.
|
156 |
|
157 |
* The bold row denotes the saved checkpoint.
|
158 |
### Framework Versions
|
|
|
11 |
widget:
|
12 |
- text: Warm thanks to the volunteers who dedicated their time this weekend.
|
13 |
- text: Hats off to the design team.
|
14 |
+
- text: It means the world to me that you were there when I needed a friend.
|
|
|
15 |
- text: How heartwarming it is to see communities come together in times of need.
|
16 |
- text: Well done on orchestrating such a seamless event!
|
17 |
pipeline_tag: text-classification
|
|
|
116 |
### Training Set Metrics
|
117 |
| Training set | Min | Median | Max |
|
118 |
|:-------------|:----|:--------|:----|
|
119 |
+
| Word count | 6 | 10.6667 | 16 |
|
120 |
|
121 |
### Training Hyperparameters
|
122 |
- batch_size: (16, 2)
|
|
|
138 |
### Training Results
|
139 |
| Epoch | Step | Training Loss | Validation Loss |
|
140 |
|:-------:|:------:|:-------------:|:---------------:|
|
141 |
+
| 0.0556 | 1 | 0.3495 | - |
|
142 |
+
| 1.0 | 18 | - | 0.2237 |
|
143 |
+
| **2.0** | **36** | **-** | **0.1877** |
|
144 |
+
| 2.7778 | 50 | 0.0653 | - |
|
145 |
+
| 3.0 | 54 | - | 0.2112 |
|
146 |
+
| 4.0 | 72 | - | 0.2118 |
|
147 |
+
| 5.0 | 90 | - | 0.2202 |
|
148 |
+
| 5.5556 | 100 | 0.0661 | - |
|
149 |
+
| 6.0 | 108 | - | 0.2281 |
|
150 |
+
| 7.0 | 126 | - | 0.23 |
|
151 |
+
| 8.0 | 144 | - | 0.2355 |
|
152 |
+
| 8.3333 | 150 | 0.0322 | - |
|
153 |
+
| 9.0 | 162 | - | 0.2376 |
|
154 |
+
| 10.0 | 180 | - | 0.2375 |
|
155 |
|
156 |
* The bold row denotes the saved checkpoint.
|
157 |
### Framework Versions
|
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:981c9c7e8fb68bbe8a84aa32a07de61a83831322f8e4aa0777ad97e71b30c619
|
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 20321
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d22d7f2c00e8bebc33d6b28367d03fdd1284d1fb681394425eafcb6914c566a7
|
3 |
size 20321
|