This is a
SetFit model that can be used for Text Classification. This SetFit model uses
BAAI/bge-small-en-v1.5 as the Sentence Transformer embedding model. A
LogisticRegression instance is used for classification.
The model has been trained using an efficient few-shot learning technique that involves:
Then you can load this model and run inference.
1from setfit import SetFitModel
2
3# Download from the 🤗 Hub
4model = SetFitModel.from_pretrained("Gopal2002/Material_Receipt_Report_ZEON")
5# Run inference
6preds = model("SOT Ue
7
8
9
10
11
12oH
13
14| ia
15
16I
17od
18
19Hi
20
21a
22
23|
24To) Sig Pere
25a
26
27al |g
28&%
295)
30
31wS\
32eB
33SB
34“5
35“O
36S
37€X
38
39Bea
40
41em
42
43Pe eS
44
45se aE a
46
474 |] | tat [ety
48
49tt pe Ta
50&
51a
52
53OK
54
55¢
56
57SRLS ia Leh coe
58
59
60
61")
1@article{https://doi.org/10.48550/arxiv.2209.11055,
2 doi = {10.48550/ARXIV.2209.11055},
3 url = {https://arxiv.org/abs/2209.11055},
4 author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
5 keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
6 title = {Efficient Few-Shot Learning Without Prompts},
7 publisher = {arXiv},
8 year = {2022},
9 copyright = {Creative Commons Attribution 4.0 International}
10}