elusinchi commited on
Commit
17c6636
·
verified ·
1 Parent(s): 40795d0

Push model using huggingface_hub.

Browse files
README.md CHANGED
@@ -28,7 +28,7 @@ The model has been trained using an efficient few-shot learning technique that i
28
  <!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
29
  - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
30
  - **Maximum Sequence Length:** 512 tokens
31
- - **Number of Classes:** 12 classes
32
  <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
33
  <!-- - **Language:** Unknown -->
34
  <!-- - **License:** Unknown -->
@@ -87,9 +87,9 @@ preds = model("I loved the spiderman movie!")
87
  ## Training Details
88
 
89
  ### Framework Versions
90
- - Python: 3.11.1
91
  - SetFit: 1.1.3
92
- - Sentence Transformers: 5.2.0
93
  - Transformers: 4.57.6
94
  - PyTorch: 2.10.0
95
  - Datasets: 4.5.0
 
28
  <!-- - **Sentence Transformer:** [Unknown](https://huggingface.co/unknown) -->
29
  - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
30
  - **Maximum Sequence Length:** 512 tokens
31
+ - **Number of Classes:** 11 classes
32
  <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
33
  <!-- - **Language:** Unknown -->
34
  <!-- - **License:** Unknown -->
 
87
  ## Training Details
88
 
89
  ### Framework Versions
90
+ - Python: 3.11.9
91
  - SetFit: 1.1.3
92
+ - Sentence Transformers: 5.2.2
93
  - Transformers: 4.57.6
94
  - PyTorch: 2.10.0
95
  - Datasets: 4.5.0
config_sentence_transformers.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "__version__": {
3
- "sentence_transformers": "5.2.0",
4
  "transformers": "4.57.6",
5
  "pytorch": "2.10.0"
6
  },
 
1
  {
2
  "__version__": {
3
+ "sentence_transformers": "5.2.2",
4
  "transformers": "4.57.6",
5
  "pytorch": "2.10.0"
6
  },
config_setfit.json CHANGED
@@ -8,7 +8,6 @@
8
  "USE_ITEM",
9
  "GIVE_ITEM",
10
  "INTERACT",
11
- "WAIT",
12
  "LISTEN",
13
  "REST",
14
  "STEALTH"
 
8
  "USE_ITEM",
9
  "GIVE_ITEM",
10
  "INTERACT",
 
11
  "LISTEN",
12
  "REST",
13
  "STEALTH"
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5044344a14d5c5efe0970e88e49dba82a7420429c9e5c2c3afb311460639246
3
  size 437967672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9b7bec96bc008d7aa822175cc3123ec6aa4949156bd3adfa7d9b4b38cb0ee9
3
  size 437967672
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cb014e4e57a4589c30bcfa226f1a62b768db0c727f1fc0609002001ce6ad0f3
3
- size 74759
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0350ff6aee9b35d6465a3d05b4ea8d5b78ee4895ad9ebf83607b65edc8a2b476
3
+ size 68607