Jazielinho commited on
Commit
41f8647
1 Parent(s): 2512dce

Add SetFit model

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: setfit
3
+ tags:
4
+ - setfit
5
+ - sentence-transformers
6
+ - text-classification
7
+ - generated_from_setfit_trainer
8
+ base_model: sentence-transformers/paraphrase-MiniLM-L6-v2
9
+ metrics:
10
+ - accuracy
11
+ widget:
12
+ - text: What fabric has a comfortable feel and is suitable for people with sensitive
13
+ skin?
14
+ - text: What is the most recommended fabric for making outerwear that requires a blend
15
+ of comfort and resilience?
16
+ - text: What fabric has a fluid drape and is ideal for creating lightweight summer
17
+ dresses?
18
+ - text: Which fabric is best for creating versatile clothing items like casual shirts,
19
+ blouses, and dresses in a periwinkle blue hue?
20
+ - text: What kind of fabric is suitable for making form-fitting activewear like yoga
21
+ pants and t-shirts?
22
+ pipeline_tag: text-classification
23
+ inference: true
24
+ model-index:
25
+ - name: SetFit with sentence-transformers/paraphrase-MiniLM-L6-v2
26
+ results:
27
+ - task:
28
+ type: text-classification
29
+ name: Text Classification
30
+ dataset:
31
+ name: Unknown
32
+ type: unknown
33
+ split: test
34
+ metrics:
35
+ - type: accuracy
36
+ value: 0.3836898395721925
37
+ name: Accuracy
38
+ ---
39
+
40
+ # SetFit with sentence-transformers/paraphrase-MiniLM-L6-v2
41
+
42
+ This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L6-v2) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
43
+
44
+ The model has been trained using an efficient few-shot learning technique that involves:
45
+
46
+ 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
47
+ 2. Training a classification head with features from the fine-tuned Sentence Transformer.
48
+
49
+ ## Model Details
50
+
51
+ ### Model Description
52
+ - **Model Type:** SetFit
53
+ - **Sentence Transformer body:** [sentence-transformers/paraphrase-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L6-v2)
54
+ - **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
55
+ - **Maximum Sequence Length:** 128 tokens
56
+ - **Number of Classes:** 75 classes
57
+ <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
58
+ <!-- - **Language:** Unknown -->
59
+ <!-- - **License:** Unknown -->
60
+
61
+ ### Model Sources
62
+
63
+ - **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
64
+ - **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
65
+ - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
66
+
67
+ ### Model Labels
68
+ | Label | Examples |
69
+ |:-----------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
70
+ | Fabric ID 0462 | <ul><li>'What type of fabric is recommended for creating comfortable clothing that is resistant to wear and tear?'</li><li>'What type of fabric is best for creating garments with slight nubs and variations for a natural look?'</li><li>'Where can I buy durable cotton fabric in deep olive green for everyday wear?'</li></ul> |
71
+ | Fabric ID 0719_1 | <ul><li>'What is a tightly woven fabric suitable for lightweight jackets and formal trousers?'</li><li>'What fabric is not ideal for garments requiring significant stretch or drape, such as knitwear or flowy dresses?'</li><li>'Which textile is best for garments that need a subtle texture and medium weight?'</li></ul> |
72
+ | Fabric ID 0862 | <ul><li>'Searching for a dark gray textile with a soft texture and fine weave pattern suitable for making skirts and dresses.'</li><li>'What fabric type is recommended for making garments that need to maintain their shape while being comfortable and adaptable for different styles?'</li><li>'Which fabric is suitable for making clothes that maintain their shape but also provide comfort and flexibility?'</li></ul> |
73
+ | Fabric ID 0573_1 | <ul><li>'What fabric has a raised texture and tight weave for garments that require strength and longevity?'</li><li>'What fabric is recommended for garments that require both comfort and resilience?'</li><li>'What is the best fabric for creating outerwear with a medium weight and good body?'</li></ul> |
74
+ | Fabric ID 0455 | <ul><li>'What kind of textile is suitable for crafting lightweight summer dresses with a fluid drape and hint of elasticity?'</li><li>'What type of textile and weave is consistent with an interlocking loop structure and stretchable properties?'</li><li>'What fabric can I use to make soft loungewear that has a luxurious feel and good performance in apparel?'</li></ul> |
75
+ | Fabric ID 0735 | <ul><li>'What fabric has moisture-wicking properties for sporty summer wear?'</li><li>'Where to find textiles suitable for people with sensitive skin for comfortable wear?'</li><li>'What are the best fabrics for moisture-wicking properties in sporty or casual summer wear?'</li></ul> |
76
+ | Fabric ID 0863 | <ul><li>'What fabric is recommended for making durable clothing with a smooth, consistent grain?'</li><li>'Which fabric has a solid color resembling taupe and a moderate saturation?'</li><li>'What kind of textile is good for creating garments with a soft drape and gentle folds?'</li></ul> |
77
+ | Fabric ID 0600 | <ul><li>'What fabric is best suited for creating clothing with a fine gauge knit and a smooth flow for ease of movement?'</li><li>'What fabric is ideal for making form-fitting leggings and sports tops with good stretch and flexibility?'</li><li>'What type of fabric is recommended for crafting garments with a consistent dark gray hue and a slight sheen on the surface?'</li></ul> |
78
+ | Fabric ID 0736 | <ul><li>'Where can I find a high-quality textile ideal for making athletic wear with stretchability?'</li><li>'What textile is perfect for making garments that require both structure and elasticity?'</li><li>'Which fabric is ideal for creating athletic wear with strong saturation and even color distribution?'</li></ul> |
79
+ | Fabric ID 0527_1 | <ul><li>'What fabric has a textured surface with visible loops and a cozy hand feel?'</li><li>'What fabric is best for making durable garments that have a mottled black, white, and gray appearance?'</li><li>'What type of fabric displays a mottled grayscale coloration with a melange effect?'</li></ul> |
80
+ | Fabric ID 0453 | <ul><li>'Which fabric has a fine knit weave, smooth texture, and a slight sheen?'</li><li>'What is the most suitable fabric for creating clothing items for individuals with sensitive skin?'</li><li>'What fabric can I use for creating lightweight and breathable summer tops with a soft texture?'</li></ul> |
81
+ | Fabric ID 0859 | <ul><li>'What type of fabric is this deep blue twill textile with a slight rough texture and medium-weight suitable for?'</li><li>'What fabric would be suitable for making comfortable and form-fitting jeans?'</li><li>'What type of fabric is ideal for making durable and form-fitting jeans?'</li></ul> |
82
+ | Fabric ID 0745 | <ul><li>'What is the composition of the knit fabric with a fluid drape and some stretch?'</li><li>'What fabric would be best for making form-fitting dresses that require some stretch and elasticity?'</li><li>'What fabric is suitable for form-fitting clothing like t-shirts, leggings, and dresses?'</li></ul> |
83
+ | Fabric ID 0513 | <ul><li>'Which textile is suitable for garments that need a delicate fall and a matte finish?'</li><li>'What fabric is recommended for creating linings in apparel due to its lightness and versatility?'</li><li>'What is a versatile fabric option for making shirts that are both comfortable and durable?'</li></ul> |
84
+ | Fabric ID 0873 | <ul><li>'Which textile exhibits a striped pattern achieved through yarn dyeing for a sharp contrast?'</li><li>'What type of cotton fabric has a smooth texture and is suitable for making summer dresses?'</li><li>'Which fabric is suitable for making casual shirting with a soft hand feel and fluid drape?'</li></ul> |
85
+ | Fabric ID 0576_1 | <ul><li>'What material is floppy with some flexibility but not significant stretch?'</li><li>'Which fabric is better for utility wear rather than structured silhouettes?'</li><li>'What textile has small colorful fibers and lacks a traditional woven or knitted structure?'</li></ul> |
86
+ | Fabric ID 0456 | <ul><li>'What fabric is suitable for casual wear and layering in various climates with a subtle sheen and clean surface?'</li><li>'What fabric can I use to make moisture-wicking clothing suitable for people with sensitive skin and a versatile look?'</li><li>'What fabric can I use to create garments that have a neat finish and attention to detail in the textile processing?'</li></ul> |
87
+ | Fabric ID 0571 | <ul><li>'What fabric is versatile for multi-seasonal use, durable, and maintains its shape over time?'</li><li>'What fabric is recommended for making leggings and casual wear with a balanced drape and consistent coloring?'</li><li>'Where can I find a fabric suitable for multi-seasonal use with a consistent hue and soft hand texture?'</li></ul> |
88
+ | Fabric ID 0462_1 | <ul><li>'What type of cotton fabric is ideal for making casual shirts and trousers?'</li><li>'Which fabric has a soft drape and medium weight for making versatile garments?'</li><li>'What type of fabric is ideal for making versatile garments with good movement and flow?'</li></ul> |
89
+ | Fabric ID 0447 | <ul><li>'Which fabric has a clean appearance with a subtle sheen from bamboo fibers?'</li><li>'Which fabric is ideal for making garments that need to maintain their shape but have some stretch?'</li><li>'What fabric is recommended for making garments with a clean and even black color without significant variations or patterns?'</li></ul> |
90
+ | Fabric ID 0645 | <ul><li>'What fabric is suitable for making versatile dresses with a fluid drape and stretchy feel?'</li><li>'What type of knit fabric is recommended for creating garments that require a fluid drape and some degree of elasticity?'</li><li>'Where can I find a vibrant red fabric with high saturation for making eye-catching garments?'</li></ul> |
91
+ | Fabric ID 0756 | <ul><li>'What type of fabric is light grey with a cool undertone and has a soft, fluid drape?'</li><li>'What material is best for making comfortable and durable clothing suitable for regular wear?'</li><li>'Which fabric offers a combination of comfort, durability, and stretch for versatile garment applications?'</li></ul> |
92
+ | Fabric ID 0612 | <ul><li>'What fabric can I use to make comfortable and flexible activewear?'</li><li>'What type of fabric is best for making lightweight sweaters with a smooth texture?'</li><li>'What type of textile is best for making layering pieces for cooler climates?'</li></ul> |
93
+ | Fabric ID 0613 | <ul><li>'What textile is smooth with fine threads and a gentle drape?'</li><li>'What is the best fabric for creating breathable and comfortable dresses for warm weather?'</li><li>'What type of fabric is best for creating lightweight blouses with a soft drape?'</li></ul> |
94
+ | Fabric ID 0768 | <ul><li>"Which textile is lightweight and breathable, suitable for children's wear with a green and blue floral design?"</li><li>'Ideal textile for t-shirts that require a degree of stretchability'</li><li>'Which fabric is recommended for creating garments with moisture-wicking properties and a vibrant color palette?'</li></ul> |
95
+ | Fabric ID 0748 | <ul><li>'What type of fabric is this medium grey textile with a smooth drape and slight stretch?'</li><li>'What is the best fabric for making light sweaters that are durable and long-lasting?'</li><li>'What type of fabric is ideal for making everyday wear garments with a smooth texture and solid color?'</li></ul> |
96
+ | Fabric ID 0528_1 | <ul><li>'What fabric is textured with fine loops and suitable for creating garments that require some structural qualities?'</li><li>'What fabric exhibits a brushed or fleeced finish and would be perfect for crafting cozy winter clothing?'</li><li>'What fabric is recommended for fall and winter activewear due to its warmth and comfort?'</li></ul> |
97
+ | Fabric ID 0874 | <ul><li>'What is a versatile cotton fabric with fine to medium thread count, perfect for creating breathable garments for warm climates?'</li><li>'What fabric is ideal for making blouses and dresses with a simple, unadorned aesthetic?'</li><li>'What fabric is suitable for creating durable and versatile garments without unique finishes?'</li></ul> |
98
+ | Fabric ID 0742 | <ul><li>'Looking for a fabric suitable for making lightweight jackets with a soft drape.'</li><li>'What type of fabric is commonly used in t-shirts for a comfortable and breathable feel?'</li><li>'What kind of textile weave is ideal for crafting casual t-shirts with some stretchability?'</li></ul> |
99
+ | Fabric ID 0769 | <ul><li>'Where can I find a knit fabric with a slightly textured surface and fine, soft feel that is comfortable for casual wear?'</li><li>'What fabric is versatile and comfortable for casual wear?'</li><li>'What knit fabric is ideal for making dresses that require a bit of stretch and versatility in styling?'</li></ul> |
100
+ | Fabric ID 0770 | <ul><li>'What fabric would be suitable for making t-shirts that conform well to body shapes and have vibrant hues?'</li><li>'Where can I find a jersey knit fabric with a smooth texture and fine knit structure suitable for t-shirts?'</li><li>'What type of fabric is this deep purple floral patterned material made of?'</li></ul> |
101
+ | Fabric ID 0448 | <ul><li>'What is the best fabric for making clothing with moisture-wicking properties?'</li><li>'What type of fabric would be recommended for creating structured garments that also offer stretch and flexibility?'</li><li>'What is the best fabric for making clothing with moisture-wicking properties?'</li></ul> |
102
+ | Fabric ID 0725 | <ul><li>'What type of textile is ideal for making spring and summer leggings with a smooth texture and stretchability?'</li><li>'Which fabric is lightweight and ideal for creating leggings that maintain their shape and offer flexibility?'</li><li>'What fabric composition is suitable for creating lightweight jackets that allow for movement and breathability?'</li></ul> |
103
+ | Fabric ID 0579 | <ul><li>'What fabric is suitable for making blouses, dresses, skirts, and lightweight jackets?'</li><li>'What fabric with a smooth surface and medium weight is suitable for structured garments?'</li><li>'What fabric is durable and likely to maintain its color and shape well?'</li></ul> |
104
+ | Fabric ID 0522 | <ul><li>'Which fabric is recommended for casual loungewear that needs to be both comfortable and resilient?'</li><li>'What is the best fabric blend for making soft and durable lightweight sweaters?'</li><li>'What type of fabric offers a good balance between performance and aesthetics for everyday wear?'</li></ul> |
105
+ | Fabric ID 0578 | <ul><li>'What fabric has a plain weave pattern, smooth surface, and fine thread count with a slight sheen?'</li><li>'Is there a fabric with moderate strength and a smooth finish ideal for creating garments with soft silhouettes?'</li><li>'What fabric is 100% Rayon, lightweight, and ideal for creating garments with soft silhouettes?'</li></ul> |
106
+ | Fabric ID 0526_1 | <ul><li>'What knit fabric would be suitable for making cozy apparel with warmth without excessive bulk?'</li><li>'Which fabric is best for creating casual wear with an understated aesthetic and versatile appeal?'</li><li>'What type of fabric is characterized by a melange of earthy tones with a heathered effect?'</li></ul> |
107
+ | Fabric ID 0733 | <ul><li>'Where can I find a vibrant blue fabric with consistent dye saturation for t-shirts and activewear?'</li><li>'What fabric is best for creating clothing with a consistent, even dye and some stretchability for comfort and durability?'</li><li>'Where can I find a knit fabric with vibrant blue color and a smooth, fine texture?'</li></ul> |
108
+ | Fabric ID 0575_1 | <ul><li>'What type of polyester fabric offers a comfortable fit with a moderate drape for daily wear?'</li><li>'What fabric has a textured surface and slight elasticity for comfortable fit?'</li><li>'What type of textile is recommended for garments that require consistent saturation and evenness in color?'</li></ul> |
109
+ | Fabric ID 0579_1 | <ul><li>'Which fabric is ideal for creating garments that can withstand regular wear and maintain their texture over time?'</li><li>'What type of fabric has a consistent grey hue with a subtle mottled appearance?'</li><li>'What polyester textile has a micro crinkle texture and fine threads?'</li></ul> |
110
+ | Fabric ID 0722 | <ul><li>'What knit textile is suitable for creating casual dresses with a fluid drape and soft texture?'</li><li>"I'm searching for a jersey knit fabric with durable, wrinkle-resistant properties for everyday wear, do you have any options?"</li><li>'What type of knit fabric is recommended for everyday apparel due to its comfort and ease of movement?'</li></ul> |
111
+ | Fabric ID 0614 | <ul><li>'What fabric is best for creating blouses with a clean and crisp appearance?'</li><li>'What type of fabric provides a combination of durability and practicality for everyday wear garments?'</li><li>"I'm looking for a fabric with a clean and crisp appearance that is durable and easy to care for, any suggestions?"</li></ul> |
112
+ | Fabric ID 0575 | <ul><li>'What fabric is appropriate for garments that require a hint of texture in the surface?'</li><li>'What type of fabric is suitable for creating structured jackets and trousers with a professional look?'</li><li>'What fabric is suitable for making medium-weight garments with a hint of roughness in texture?'</li></ul> |
113
+ | Fabric ID 0723 | <ul><li>'Interested in a fabric with stretch and recovery for making garments that require some elasticity and resilience?'</li><li>'Which fabric is recommended for creating durable clothing suitable for people with sensitive skin, featuring a smooth texture and vibrant blue color with white dots?'</li><li>'What fabric is recommended for making polka dot clothing with a smooth surface and vibrant color?'</li></ul> |
114
+ | Fabric ID 0598 | <ul><li>'What type of knit textile is recommended for creating layering pieces in solid, dark colors?'</li><li>'What is a versatile fabric for creating garments with a matte finish and uniform color?'</li><li>'Which fabric is suitable for activewear, leggings, and fitted tops due to its stretchability?'</li></ul> |
115
+ | Fabric ID 0565 | <ul><li>"What type of fabric is ideal for making playful children's wear with a vibrant speckled pattern?"</li><li>'Which fabric is suitable for crafting garments that can hide wear and minor soiling due to its unique speckled pattern?'</li><li>'What fabric offers good recovery and fit due to elastane content?'</li></ul> |
116
+ | Fabric ID 0512 | <ul><li>'What is a medium weight textile with a soft drape for creating versatile garments?'</li><li>'What fabric is lightweight and breathable, perfect for making soft summer blouses?'</li><li>'Which fabric is suitable for making soft and comfortable shirts and blouses with a consistent light blue hue?'</li></ul> |
117
+ | Fabric ID 0876 | <ul><li>'What type of fabric is suitable for apparel that requires both form and function?'</li><li>'Best fabric for creating statement pieces with a pop of color using a twill weave texture?'</li><li>'Which fabric has a slightly textured surface with medium fineness threads, ideal for structured garments?'</li></ul> |
118
+ | Fabric ID 0856 | <ul><li>'What fabric would be best for making pants that maintain their shape while offering flexibility?'</li><li>'What fabric blend offers both comfort and durability for creating long-lasting clothing?'</li><li>'Which fabric is known for its simple yet durable qualities with no unique finishes?'</li></ul> |
119
+ | Fabric ID 0608 | <ul><li>'What type of fabric is recommended for creating breathable and comfortable clothing for warm weather?'</li><li>'What fabric would be suitable for making lightweight sweaters with a ribbed texture and soft hand?'</li><li>'What type of fabric is best for making form-fitting t-shirts with a fluid drape?'</li></ul> |
120
+ | Fabric ID 0573 | <ul><li>'What fabric blend offers durability and slight stretchability for structured yet comfortable dresses?'</li><li>'What fabric is durable yet versatile for various garment constructions?'</li><li>'What type of cloth is versatile for various seasons due to its weight and composition?'</li></ul> |
121
+ | Fabric ID 0880 | <ul><li>'Need medium weight cotton fabric for creating casual shirts with a balanced color scheme?'</li><li>'Looking for plain weave cotton fabric with a fine thread count and even color distribution?'</li><li>'Which textile is versatile for various seasons like spring and summer due to its lightness?'</li></ul> |
122
+ | Fabric ID 0450 | <ul><li>'Looking for a fabric for casual apparel applications in mild to warm climates with consistent dyeing?'</li><li>'Which fabric blend is recommended for creating apparel with both breathability and a gentle flow?'</li><li>'Where can I purchase a bamboo-spandex blend fabric suitable for all-season clothing with moisture-wicking properties?'</li></ul> |
123
+ | Fabric ID 0459 | <ul><li>'What type of fabric is ideal for creating form-fitting tops with a fluid drape?'</li><li>'What fabric composition combines bamboo and Pret fibers for eco-friendly benefits?'</li><li>'What fabric can I use to make elegant and comfortable cardigans with stretch properties?'</li></ul> |
124
+ | Fabric ID 0564 | <ul><li>'What fabric is recommended for making lightweight garments with a smooth flow and gentle folds?'</li><li>'What type of knit fabric is ideal for creating dresses with moderate stretchability?'</li><li>'What textile composition includes elastane and bamboo for stretchability and comfort in casual apparel?'</li></ul> |
125
+ | Fabric ID 0731 | <ul><li>'What is the ideal textile for crafting activewear with moderate weight and stretch?'</li><li>'Where can I find a jersey knit textile with a soft texture and fine fibers for casual wear?'</li><li>'What is the recommended material for making activewear that allows for ease of movement?'</li></ul> |
126
+ | Fabric ID 0578_1 | <ul><li>'What is the recommended fabric for creating spring and summer wear with a focus on breathability?'</li><li>'Which textile is recommended for creating blouses, skirts, and other apparel due to its natural sheen and uniform texture?'</li><li>'What type of fabric has a consistent coloration and high level of saturation for apparel applications?'</li></ul> |
127
+ | Fabric ID 0855 | <ul><li>'Which fabric has a plain weave construction and a fine thread count for a smooth texture?'</li><li>'What fabric is durable and versatile for everyday wear?'</li><li>'What fabric can be used to make form-fitting clothing like dresses, thanks to its stretchability?'</li></ul> |
128
+ | Fabric ID 0772 | <ul><li>'What fabric can I use to make casual dresses with a smooth texture and a lightweight feel?'</li><li>'What is a fabric with a tight structure and smooth drape ideal for making casual summer outfits?'</li><li>'What type of fabric is lightweight, breathable, and suitable for layering in variable climates?'</li></ul> |
129
+ | Fabric ID 0606 | <ul><li>'What fabric is a periwinkle blue color with medium saturation and no visible defects?'</li><li>'What fabric has a soft and smooth texture with fine threads and a knit pattern?'</li><li>'Searching for a fabric that is durable, breathable, and suitable for people with sensitive skin, any options?'</li></ul> |
130
+ | Fabric ID 0596 | <ul><li>'Are there any fabrics with a simple weave pattern that offer stretchability for semi-fitted garments?'</li><li>'What is the best fabric for creating garments with a good balance of structure and elasticity?'</li><li>'What fabric is suitable for creating garments that require good stretchability and resilience?'</li></ul> |
131
+ | Fabric ID 0458 | <ul><li>'What type of fabric is commonly used in casual wear, loungewear, and active wear due to its durability and performance?'</li><li>'What type of fabric is suitable for creating comfortable loungewear and lightweight sweaters with a fine, smooth texture and good fabric care?'</li><li>'What is the best fabric for making active wear that offers breathability and performance?'</li></ul> |
132
+ | Fabric ID 0523_1 | <ul><li>'What material provides a fluid drape and enough structure for t-shirts and lounge pants?'</li><li>'What fabric should I choose for producing clothing with good colorfastness and ease of care in a polyester composition?'</li><li>'What is the best material for creating casual dresses with a medium weight drape and a mix of darker and lighter grey tones?'</li></ul> |
133
+ | Fabric ID 0730 | <ul><li>'What is the best fabric for making comfortable and stretchy t-shirts with a casual aesthetic?'</li><li>'Where can I buy a knit fabric that is versatile in styling and functional qualities for a range of clothing?'</li><li>'What type of fabric is durable and suitable for everyday wear with a casual aesthetic?'</li></ul> |
134
+ | Fabric ID 0449 | <ul><li>'Which fabric contains bamboo and Spandex for creating comfortable casual dresses?'</li><li>'What fabric has a fluid drape and slight elasticity, suitable for summer dresses?'</li><li>'What is the recommended fabric for creating draped garments like dresses or tunics?'</li></ul> |
135
+ | Fabric ID 0724 | <ul><li>'Which fabric is ideal for creating lightweight sweaters with a comfortable and breathable feel?'</li><li>'What type of fabric is ideal for making casual t-shirts with a vibrant striped pattern?'</li><li>'What is the recommended textile for making versatile garments that can be layered in cooler climates?'</li></ul> |
136
+ | Fabric ID 0734 | <ul><li>'What knit fabric is versatile for use in various seasons and holds its shape well?'</li><li>'What type of fabric is recommended for creating casual tops with a gentle, soft drape?'</li><li>'What fabric is suitable for making lightweight and comfortable casual tops for everyday wear?'</li></ul> |
137
+ | Fabric ID 0615 | <ul><li>'What fabric would be recommended for making moisture-wicking blouses suitable for warm climates?'</li><li>'What fabric would be apt for creating garments that require a fine, even weave structure?'</li><li>'What is a suitable fabric for creating drapery in light jackets with a slight sheen?'</li></ul> |
138
+ | Fabric ID 0869 | <ul><li>'What type of cotton fabric is ideal for making shirts and blouses with a soft drape?'</li><li>'What textile has a slightly textured surface with a fine yet distinct weave?'</li><li>'Which cotton fabric is versatile and suitable for both menswear and womenswear?'</li></ul> |
139
+ | Fabric ID 0864 | <ul><li>'Which fabric is breathable and soft to the touch, suitable for creating comfortable dresses?'</li><li>'Which fabric is recommended for making year-round garments with high color saturation?'</li><li>'What fabric can be used for making shirts, pants, and dresses that require a smooth drape and a hint of elasticity?'</li></ul> |
140
+ | Fabric ID 0616 | <ul><li>'Which fabric is ideal for creating spring and summer collections with a soft touch and lightweight feel?'</li><li>'What textile is known for its easy care and durability in garment construction?'</li><li>'What type of fabric is best suited for creating blouses with a flowing drape and smooth texture?'</li></ul> |
141
+ | Fabric ID 0866 | <ul><li>'Which fabric is durable, resilient, and has a slight give due to the Spandex content?'</li><li>'What fabric has a consistent charcoal gray hue with a matte finish and a twill weave pattern?'</li><li>'What fabric is recommended for making form-fitting jackets that are both durable and breathable?'</li></ul> |
142
+ | Fabric ID 0601 | <ul><li>'What fabric would be suitable for creating draped skirts with a smooth surface and stretchability?'</li><li>'What is the best textile for creating draped skirts with a subtle iridescence?'</li><li>'Searching for a fabric with a smooth texture and slight shimmer effect for draped skirts?'</li></ul> |
143
+ | Fabric ID 0618 | <ul><li>'What fabric has a soft drape and gentle folds, making it perfect for creating flowy and comfortable spring and summer dresses?'</li><li>'What type of knit fabric offers good resistance to wrinkles and shrinkage for practical everyday wear?'</li><li>'Searching for a polyester knit fabric with a consistent hue and saturation for making versatile and adaptable garments.'</li></ul> |
144
+ | Fabric ID 0773 | <ul><li>'Which fabric is versatile and suitable for creating durable garments for everyday wear?'</li><li>'What fabric is suitable for making casual wear like t-shirts, dresses, and tops?'</li><li>'What fabric is known for its stable weave with a small percentage of elastane for comfort and durability?'</li></ul> |
145
+
146
+ ## Evaluation
147
+
148
+ ### Metrics
149
+ | Label | Accuracy |
150
+ |:--------|:---------|
151
+ | **all** | 0.3837 |
152
+
153
+ ## Uses
154
+
155
+ ### Direct Use for Inference
156
+
157
+ First install the SetFit library:
158
+
159
+ ```bash
160
+ pip install setfit
161
+ ```
162
+
163
+ Then you can load this model and run inference.
164
+
165
+ ```python
166
+ from setfit import SetFitModel
167
+
168
+ # Download from the 🤗 Hub
169
+ model = SetFitModel.from_pretrained("Jazielinho/fabric_model_1")
170
+ # Run inference
171
+ preds = model("What fabric has a comfortable feel and is suitable for people with sensitive skin?")
172
+ ```
173
+
174
+ <!--
175
+ ### Downstream Use
176
+
177
+ *List how someone could finetune this model on their own dataset.*
178
+ -->
179
+
180
+ <!--
181
+ ### Out-of-Scope Use
182
+
183
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
184
+ -->
185
+
186
+ <!--
187
+ ## Bias, Risks and Limitations
188
+
189
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
190
+ -->
191
+
192
+ <!--
193
+ ### Recommendations
194
+
195
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
196
+ -->
197
+
198
+ ## Training Details
199
+
200
+ ### Training Set Metrics
201
+ | Training set | Min | Median | Max |
202
+ |:-------------|:----|:--------|:----|
203
+ | Word count | 7 | 15.4858 | 30 |
204
+
205
+ | Label | Training Sample Count |
206
+ |:-----------------|:----------------------|
207
+ | Fabric ID 0447 | 39 |
208
+ | Fabric ID 0448 | 40 |
209
+ | Fabric ID 0449 | 41 |
210
+ | Fabric ID 0450 | 32 |
211
+ | Fabric ID 0453 | 37 |
212
+ | Fabric ID 0455 | 33 |
213
+ | Fabric ID 0456 | 36 |
214
+ | Fabric ID 0458 | 40 |
215
+ | Fabric ID 0459 | 30 |
216
+ | Fabric ID 0462 | 36 |
217
+ | Fabric ID 0462_1 | 42 |
218
+ | Fabric ID 0512 | 38 |
219
+ | Fabric ID 0513 | 39 |
220
+ | Fabric ID 0522 | 43 |
221
+ | Fabric ID 0523_1 | 41 |
222
+ | Fabric ID 0526_1 | 41 |
223
+ | Fabric ID 0527_1 | 35 |
224
+ | Fabric ID 0528_1 | 42 |
225
+ | Fabric ID 0564 | 40 |
226
+ | Fabric ID 0565 | 43 |
227
+ | Fabric ID 0571 | 44 |
228
+ | Fabric ID 0573 | 36 |
229
+ | Fabric ID 0573_1 | 37 |
230
+ | Fabric ID 0575 | 40 |
231
+ | Fabric ID 0575_1 | 44 |
232
+ | Fabric ID 0576_1 | 42 |
233
+ | Fabric ID 0578 | 41 |
234
+ | Fabric ID 0578_1 | 38 |
235
+ | Fabric ID 0579 | 41 |
236
+ | Fabric ID 0579_1 | 46 |
237
+ | Fabric ID 0596 | 41 |
238
+ | Fabric ID 0598 | 38 |
239
+ | Fabric ID 0600 | 40 |
240
+ | Fabric ID 0601 | 39 |
241
+ | Fabric ID 0606 | 41 |
242
+ | Fabric ID 0608 | 44 |
243
+ | Fabric ID 0612 | 45 |
244
+ | Fabric ID 0613 | 40 |
245
+ | Fabric ID 0614 | 37 |
246
+ | Fabric ID 0615 | 44 |
247
+ | Fabric ID 0616 | 39 |
248
+ | Fabric ID 0618 | 42 |
249
+ | Fabric ID 0645 | 36 |
250
+ | Fabric ID 0719_1 | 43 |
251
+ | Fabric ID 0722 | 42 |
252
+ | Fabric ID 0723 | 37 |
253
+ | Fabric ID 0724 | 41 |
254
+ | Fabric ID 0725 | 44 |
255
+ | Fabric ID 0730 | 36 |
256
+ | Fabric ID 0731 | 40 |
257
+ | Fabric ID 0733 | 43 |
258
+ | Fabric ID 0734 | 44 |
259
+ | Fabric ID 0735 | 39 |
260
+ | Fabric ID 0736 | 38 |
261
+ | Fabric ID 0742 | 38 |
262
+ | Fabric ID 0745 | 43 |
263
+ | Fabric ID 0748 | 41 |
264
+ | Fabric ID 0756 | 44 |
265
+ | Fabric ID 0768 | 40 |
266
+ | Fabric ID 0769 | 41 |
267
+ | Fabric ID 0770 | 35 |
268
+ | Fabric ID 0772 | 43 |
269
+ | Fabric ID 0773 | 41 |
270
+ | Fabric ID 0855 | 43 |
271
+ | Fabric ID 0856 | 37 |
272
+ | Fabric ID 0859 | 41 |
273
+ | Fabric ID 0862 | 36 |
274
+ | Fabric ID 0863 | 38 |
275
+ | Fabric ID 0864 | 42 |
276
+ | Fabric ID 0866 | 41 |
277
+ | Fabric ID 0869 | 39 |
278
+ | Fabric ID 0873 | 43 |
279
+ | Fabric ID 0874 | 34 |
280
+ | Fabric ID 0876 | 40 |
281
+ | Fabric ID 0880 | 41 |
282
+
283
+ ### Training Hyperparameters
284
+ - batch_size: (256, 256)
285
+ - num_epochs: (20, 20)
286
+ - max_steps: -1
287
+ - sampling_strategy: undersampling
288
+ - body_learning_rate: (2e-05, 1e-05)
289
+ - head_learning_rate: 0.01
290
+ - loss: CosineSimilarityLoss
291
+ - distance_metric: cosine_distance
292
+ - margin: 0.25
293
+ - end_to_end: False
294
+ - use_amp: False
295
+ - warmup_proportion: 0.1
296
+ - seed: 42
297
+ - eval_max_steps: -1
298
+ - load_best_model_at_end: True
299
+
300
+ ### Training Results
301
+ | Epoch | Step | Training Loss | Validation Loss |
302
+ |:-------:|:--------:|:-------------:|:---------------:|
303
+ | 0.0021 | 1 | 0.2732 | - |
304
+ | 0.1040 | 50 | 0.2348 | - |
305
+ | 0.2079 | 100 | 0.2277 | - |
306
+ | 0.3119 | 150 | 0.2419 | - |
307
+ | 0.4158 | 200 | 0.2401 | - |
308
+ | 0.5198 | 250 | 0.2367 | - |
309
+ | 0.6237 | 300 | 0.237 | - |
310
+ | 0.7277 | 350 | 0.2372 | - |
311
+ | 0.8316 | 400 | 0.2283 | - |
312
+ | 0.9356 | 450 | 0.223 | - |
313
+ | 1.0 | 481 | - | 0.207 |
314
+ | 1.0395 | 500 | 0.2075 | - |
315
+ | 1.1435 | 550 | 0.2162 | - |
316
+ | 1.2474 | 600 | 0.1984 | - |
317
+ | 1.3514 | 650 | 0.2173 | - |
318
+ | 1.4553 | 700 | 0.2154 | - |
319
+ | 1.5593 | 750 | 0.1912 | - |
320
+ | 1.6632 | 800 | 0.2014 | - |
321
+ | 1.7672 | 850 | 0.1866 | - |
322
+ | 1.8711 | 900 | 0.1933 | - |
323
+ | 1.9751 | 950 | 0.1821 | - |
324
+ | 2.0 | 962 | - | 0.1863 |
325
+ | 2.0790 | 1000 | 0.1607 | - |
326
+ | 2.1830 | 1050 | 0.1544 | - |
327
+ | 2.2869 | 1100 | 0.1624 | - |
328
+ | 2.3909 | 1150 | 0.1586 | - |
329
+ | 2.4948 | 1200 | 0.1445 | - |
330
+ | 2.5988 | 1250 | 0.1662 | - |
331
+ | 2.7027 | 1300 | 0.1515 | - |
332
+ | 2.8067 | 1350 | 0.158 | - |
333
+ | 2.9106 | 1400 | 0.1316 | - |
334
+ | **3.0** | **1443** | **-** | **0.1824** |
335
+ | 3.0146 | 1450 | 0.138 | - |
336
+ | 3.1185 | 1500 | 0.1414 | - |
337
+ | 3.2225 | 1550 | 0.1249 | - |
338
+ | 3.3264 | 1600 | 0.1336 | - |
339
+ | 3.4304 | 1650 | 0.1249 | - |
340
+ | 3.5343 | 1700 | 0.1308 | - |
341
+ | 3.6383 | 1750 | 0.1088 | - |
342
+ | 3.7422 | 1800 | 0.122 | - |
343
+ | 3.8462 | 1850 | 0.1029 | - |
344
+ | 3.9501 | 1900 | 0.1065 | - |
345
+ | 4.0 | 1924 | - | 0.1836 |
346
+ | 4.0541 | 1950 | 0.1133 | - |
347
+ | 4.1580 | 2000 | 0.1102 | - |
348
+ | 4.2620 | 2050 | 0.1209 | - |
349
+ | 4.3659 | 2100 | 0.1054 | - |
350
+ | 4.4699 | 2150 | 0.0874 | - |
351
+ | 4.5738 | 2200 | 0.0896 | - |
352
+ | 4.6778 | 2250 | 0.1104 | - |
353
+ | 4.7817 | 2300 | 0.0912 | - |
354
+ | 4.8857 | 2350 | 0.0766 | - |
355
+ | 4.9896 | 2400 | 0.0778 | - |
356
+ | 5.0 | 2405 | - | 0.1952 |
357
+ | 5.0936 | 2450 | 0.114 | - |
358
+ | 5.1975 | 2500 | 0.0869 | - |
359
+ | 5.3015 | 2550 | 0.0912 | - |
360
+ | 5.4054 | 2600 | 0.103 | - |
361
+ | 5.5094 | 2650 | 0.0748 | - |
362
+ | 5.6133 | 2700 | 0.0911 | - |
363
+ | 5.7173 | 2750 | 0.0721 | - |
364
+ | 5.8212 | 2800 | 0.0964 | - |
365
+ | 5.9252 | 2850 | 0.0712 | - |
366
+ | 6.0 | 2886 | - | 0.1938 |
367
+ | 6.0291 | 2900 | 0.0831 | - |
368
+ | 6.1331 | 2950 | 0.0924 | - |
369
+ | 6.2370 | 3000 | 0.0862 | - |
370
+ | 6.3410 | 3050 | 0.0725 | - |
371
+ | 6.4449 | 3100 | 0.0828 | - |
372
+ | 6.5489 | 3150 | 0.0645 | - |
373
+ | 6.6528 | 3200 | 0.0741 | - |
374
+ | 6.7568 | 3250 | 0.0589 | - |
375
+ | 6.8607 | 3300 | 0.075 | - |
376
+ | 6.9647 | 3350 | 0.075 | - |
377
+ | 7.0 | 3367 | - | 0.2016 |
378
+ | 7.0686 | 3400 | 0.0893 | - |
379
+ | 7.1726 | 3450 | 0.0727 | - |
380
+ | 7.2765 | 3500 | 0.0669 | - |
381
+ | 7.3805 | 3550 | 0.0702 | - |
382
+ | 7.4844 | 3600 | 0.0636 | - |
383
+ | 7.5884 | 3650 | 0.0605 | - |
384
+ | 7.6923 | 3700 | 0.0707 | - |
385
+ | 7.7963 | 3750 | 0.0597 | - |
386
+ | 7.9002 | 3800 | 0.0577 | - |
387
+ | 8.0 | 3848 | - | 0.2067 |
388
+ | 8.0042 | 3850 | 0.0515 | - |
389
+ | 8.1081 | 3900 | 0.0686 | - |
390
+ | 8.2121 | 3950 | 0.0587 | - |
391
+ | 8.3160 | 4000 | 0.057 | - |
392
+ | 8.4200 | 4050 | 0.0693 | - |
393
+ | 8.5239 | 4100 | 0.0812 | - |
394
+ | 8.6279 | 4150 | 0.0592 | - |
395
+ | 8.7318 | 4200 | 0.07 | - |
396
+ | 8.8358 | 4250 | 0.064 | - |
397
+ | 8.9397 | 4300 | 0.0503 | - |
398
+ | 9.0 | 4329 | - | 0.2122 |
399
+ | 9.0437 | 4350 | 0.0489 | - |
400
+ | 9.1476 | 4400 | 0.0602 | - |
401
+ | 9.2516 | 4450 | 0.0673 | - |
402
+ | 9.3555 | 4500 | 0.0665 | - |
403
+ | 9.4595 | 4550 | 0.0672 | - |
404
+ | 9.5634 | 4600 | 0.07 | - |
405
+ | 9.6674 | 4650 | 0.042 | - |
406
+ | 9.7713 | 4700 | 0.0656 | - |
407
+ | 9.8753 | 4750 | 0.0557 | - |
408
+ | 9.9792 | 4800 | 0.0648 | - |
409
+ | 10.0 | 4810 | - | 0.215 |
410
+ | 10.0832 | 4850 | 0.0455 | - |
411
+ | 10.1871 | 4900 | 0.0668 | - |
412
+ | 10.2911 | 4950 | 0.0453 | - |
413
+ | 10.3950 | 5000 | 0.0555 | - |
414
+ | 10.4990 | 5050 | 0.0679 | - |
415
+ | 10.6029 | 5100 | 0.0516 | - |
416
+ | 10.7069 | 5150 | 0.0448 | - |
417
+ | 10.8108 | 5200 | 0.0458 | - |
418
+ | 10.9148 | 5250 | 0.0544 | - |
419
+ | 11.0 | 5291 | - | 0.2172 |
420
+ | 11.0187 | 5300 | 0.0453 | - |
421
+ | 11.1227 | 5350 | 0.0442 | - |
422
+ | 11.2266 | 5400 | 0.0396 | - |
423
+ | 11.3306 | 5450 | 0.0507 | - |
424
+ | 11.4345 | 5500 | 0.0515 | - |
425
+ | 11.5385 | 5550 | 0.0503 | - |
426
+ | 11.6424 | 5600 | 0.0521 | - |
427
+ | 11.7464 | 5650 | 0.0551 | - |
428
+ | 11.8503 | 5700 | 0.0572 | - |
429
+ | 11.9543 | 5750 | 0.0604 | - |
430
+ | 12.0 | 5772 | - | 0.2245 |
431
+ | 12.0582 | 5800 | 0.0445 | - |
432
+ | 12.1622 | 5850 | 0.0564 | - |
433
+ | 12.2661 | 5900 | 0.0449 | - |
434
+ | 12.3701 | 5950 | 0.0502 | - |
435
+ | 12.4740 | 6000 | 0.0517 | - |
436
+ | 12.5780 | 6050 | 0.0426 | - |
437
+ | 12.6819 | 6100 | 0.0386 | - |
438
+ | 12.7859 | 6150 | 0.0446 | - |
439
+ | 12.8898 | 6200 | 0.0574 | - |
440
+ | 12.9938 | 6250 | 0.0546 | - |
441
+ | 13.0 | 6253 | - | 0.223 |
442
+ | 13.0977 | 6300 | 0.0381 | - |
443
+ | 13.2017 | 6350 | 0.047 | - |
444
+ | 13.3056 | 6400 | 0.0425 | - |
445
+ | 13.4096 | 6450 | 0.0445 | - |
446
+ | 13.5135 | 6500 | 0.056 | - |
447
+ | 13.6175 | 6550 | 0.0533 | - |
448
+ | 13.7214 | 6600 | 0.0466 | - |
449
+ | 13.8254 | 6650 | 0.0506 | - |
450
+ | 13.9293 | 6700 | 0.0402 | - |
451
+ | 14.0 | 6734 | - | 0.2238 |
452
+ | 14.0333 | 6750 | 0.0375 | - |
453
+ | 14.1372 | 6800 | 0.0447 | - |
454
+ | 14.2412 | 6850 | 0.0584 | - |
455
+ | 14.3451 | 6900 | 0.0348 | - |
456
+ | 14.4491 | 6950 | 0.0459 | - |
457
+ | 14.5530 | 7000 | 0.0465 | - |
458
+ | 14.6570 | 7050 | 0.0421 | - |
459
+ | 14.7609 | 7100 | 0.0537 | - |
460
+ | 14.8649 | 7150 | 0.041 | - |
461
+ | 14.9688 | 7200 | 0.0281 | - |
462
+ | 15.0 | 7215 | - | 0.2247 |
463
+ | 15.0728 | 7250 | 0.0431 | - |
464
+ | 15.1767 | 7300 | 0.039 | - |
465
+ | 15.2807 | 7350 | 0.0408 | - |
466
+ | 15.3846 | 7400 | 0.048 | - |
467
+ | 15.4886 | 7450 | 0.0354 | - |
468
+ | 15.5925 | 7500 | 0.0626 | - |
469
+ | 15.6965 | 7550 | 0.0396 | - |
470
+ | 15.8004 | 7600 | 0.045 | - |
471
+ | 15.9044 | 7650 | 0.0432 | - |
472
+ | 16.0 | 7696 | - | 0.2246 |
473
+ | 16.0083 | 7700 | 0.0385 | - |
474
+ | 16.1123 | 7750 | 0.0368 | - |
475
+ | 16.2162 | 7800 | 0.0628 | - |
476
+ | 16.3202 | 7850 | 0.035 | - |
477
+ | 16.4241 | 7900 | 0.0264 | - |
478
+ | 16.5281 | 7950 | 0.0275 | - |
479
+ | 16.6320 | 8000 | 0.0383 | - |
480
+ | 16.7360 | 8050 | 0.0469 | - |
481
+ | 16.8399 | 8100 | 0.0445 | - |
482
+ | 16.9439 | 8150 | 0.0357 | - |
483
+ | 17.0 | 8177 | - | 0.2268 |
484
+ | 17.0478 | 8200 | 0.0456 | - |
485
+ | 17.1518 | 8250 | 0.053 | - |
486
+ | 17.2557 | 8300 | 0.0498 | - |
487
+ | 17.3597 | 8350 | 0.0368 | - |
488
+ | 17.4636 | 8400 | 0.0473 | - |
489
+ | 17.5676 | 8450 | 0.0422 | - |
490
+ | 17.6715 | 8500 | 0.0362 | - |
491
+ | 17.7755 | 8550 | 0.0292 | - |
492
+ | 17.8794 | 8600 | 0.0431 | - |
493
+ | 17.9834 | 8650 | 0.0412 | - |
494
+ | 18.0 | 8658 | - | 0.2276 |
495
+ | 18.0873 | 8700 | 0.0655 | - |
496
+ | 18.1913 | 8750 | 0.0405 | - |
497
+ | 18.2952 | 8800 | 0.0455 | - |
498
+ | 18.3992 | 8850 | 0.0324 | - |
499
+ | 18.5031 | 8900 | 0.038 | - |
500
+ | 18.6071 | 8950 | 0.0315 | - |
501
+ | 18.7110 | 9000 | 0.0468 | - |
502
+ | 18.8150 | 9050 | 0.0451 | - |
503
+ | 18.9189 | 9100 | 0.032 | - |
504
+ | 19.0 | 9139 | - | 0.2268 |
505
+ | 19.0229 | 9150 | 0.0371 | - |
506
+ | 19.1268 | 9200 | 0.0439 | - |
507
+ | 19.2308 | 9250 | 0.0472 | - |
508
+ | 19.3347 | 9300 | 0.0362 | - |
509
+ | 19.4387 | 9350 | 0.0341 | - |
510
+ | 19.5426 | 9400 | 0.036 | - |
511
+ | 19.6466 | 9450 | 0.0382 | - |
512
+ | 19.7505 | 9500 | 0.0288 | - |
513
+ | 19.8545 | 9550 | 0.04 | - |
514
+ | 19.9584 | 9600 | 0.0277 | - |
515
+ | 20.0 | 9620 | - | 0.2277 |
516
+
517
+ * The bold row denotes the saved checkpoint.
518
+ ### Framework Versions
519
+ - Python: 3.10.12
520
+ - SetFit: 1.0.3
521
+ - Sentence Transformers: 2.7.0
522
+ - Transformers: 4.40.1
523
+ - PyTorch: 2.2.1+cu121
524
+ - Datasets: 2.19.0
525
+ - Tokenizers: 0.19.1
526
+
527
+ ## Citation
528
+
529
+ ### BibTeX
530
+ ```bibtex
531
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
532
+ doi = {10.48550/ARXIV.2209.11055},
533
+ url = {https://arxiv.org/abs/2209.11055},
534
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
535
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
536
+ title = {Efficient Few-Shot Learning Without Prompts},
537
+ publisher = {arXiv},
538
+ year = {2022},
539
+ copyright = {Creative Commons Attribution 4.0 International}
540
+ }
541
+ ```
542
+
543
+ <!--
544
+ ## Glossary
545
+
546
+ *Clearly define terms in order to be accessible across audiences.*
547
+ -->
548
+
549
+ <!--
550
+ ## Model Card Authors
551
+
552
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
553
+ -->
554
+
555
+ <!--
556
+ ## Model Card Contact
557
+
558
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
559
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "checkpoints/step_1443",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "2.0.0",
4
+ "transformers": "4.7.0",
5
+ "pytorch": "1.9.0+cu102"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null
9
+ }
config_setfit.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": [
4
+ "Fabric ID 0447",
5
+ "Fabric ID 0448",
6
+ "Fabric ID 0449",
7
+ "Fabric ID 0450",
8
+ "Fabric ID 0453",
9
+ "Fabric ID 0455",
10
+ "Fabric ID 0456",
11
+ "Fabric ID 0458",
12
+ "Fabric ID 0459",
13
+ "Fabric ID 0462",
14
+ "Fabric ID 0462_1",
15
+ "Fabric ID 0512",
16
+ "Fabric ID 0513",
17
+ "Fabric ID 0522",
18
+ "Fabric ID 0523_1",
19
+ "Fabric ID 0526_1",
20
+ "Fabric ID 0527_1",
21
+ "Fabric ID 0528_1",
22
+ "Fabric ID 0564",
23
+ "Fabric ID 0565",
24
+ "Fabric ID 0571",
25
+ "Fabric ID 0573",
26
+ "Fabric ID 0573_1",
27
+ "Fabric ID 0575",
28
+ "Fabric ID 0575_1",
29
+ "Fabric ID 0576_1",
30
+ "Fabric ID 0578",
31
+ "Fabric ID 0578_1",
32
+ "Fabric ID 0579",
33
+ "Fabric ID 0579_1",
34
+ "Fabric ID 0596",
35
+ "Fabric ID 0598",
36
+ "Fabric ID 0600",
37
+ "Fabric ID 0601",
38
+ "Fabric ID 0606",
39
+ "Fabric ID 0608",
40
+ "Fabric ID 0612",
41
+ "Fabric ID 0613",
42
+ "Fabric ID 0614",
43
+ "Fabric ID 0615",
44
+ "Fabric ID 0616",
45
+ "Fabric ID 0618",
46
+ "Fabric ID 0645",
47
+ "Fabric ID 0719_1",
48
+ "Fabric ID 0722",
49
+ "Fabric ID 0723",
50
+ "Fabric ID 0724",
51
+ "Fabric ID 0725",
52
+ "Fabric ID 0730",
53
+ "Fabric ID 0731",
54
+ "Fabric ID 0733",
55
+ "Fabric ID 0734",
56
+ "Fabric ID 0735",
57
+ "Fabric ID 0736",
58
+ "Fabric ID 0742",
59
+ "Fabric ID 0745",
60
+ "Fabric ID 0748",
61
+ "Fabric ID 0756",
62
+ "Fabric ID 0768",
63
+ "Fabric ID 0769",
64
+ "Fabric ID 0770",
65
+ "Fabric ID 0772",
66
+ "Fabric ID 0773",
67
+ "Fabric ID 0855",
68
+ "Fabric ID 0856",
69
+ "Fabric ID 0859",
70
+ "Fabric ID 0862",
71
+ "Fabric ID 0863",
72
+ "Fabric ID 0864",
73
+ "Fabric ID 0866",
74
+ "Fabric ID 0869",
75
+ "Fabric ID 0873",
76
+ "Fabric ID 0874",
77
+ "Fabric ID 0876",
78
+ "Fabric ID 0880"
79
+ ]
80
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9010286960ab67f4557c000e1214b1240eb92a321778147d0e32b0e95ba59137
3
+ size 90864192
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4caa0f1130f17f50eae5d1a0d323f38d5770206480241b7b576b6cea09c372
3
+ size 236639
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 128,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 128,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff