Elron commited on
Commit
ceb603e
1 Parent(s): c7472e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -8,9 +8,7 @@ pinned: true
8
  license: apache-2.0
9
  short_description: Fast and Effective Text Classification with Many Classes
10
  ---
11
-
12
-
13
- ![fastfit_banner_white](https://github.com/IBM/fastfit/assets/23455264/a4de0a5e-b43a-462b-b1f2-9509ec873e76)
14
 
15
  FastFit, a method, and a Python package design to provide fast and accurate few-shot classification, especially for scenarios with many semantically similar classes. FastFit utilizes a novel approach integrating batch contrastive learning and token-level similarity score. Compared to existing few-shot learning packages, such as SetFit, Transformers, or few-shot prompting of large language models via API calls, FastFit significantly improves multi-class classification performance in speed and accuracy across FewMany, our newly curated English benchmark, and Multilingual datasets. FastFit demonstrates a 3-20x improvement in training speed, completing training in just a few seconds.
16
 
 
8
  license: apache-2.0
9
  short_description: Fast and Effective Text Classification with Many Classes
10
  ---
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5fc0292de45c5468456e022b/A-XcHLZlq2QYckIckA_d8.png)
 
 
12
 
13
  FastFit, a method, and a Python package design to provide fast and accurate few-shot classification, especially for scenarios with many semantically similar classes. FastFit utilizes a novel approach integrating batch contrastive learning and token-level similarity score. Compared to existing few-shot learning packages, such as SetFit, Transformers, or few-shot prompting of large language models via API calls, FastFit significantly improves multi-class classification performance in speed and accuracy across FewMany, our newly curated English benchmark, and Multilingual datasets. FastFit demonstrates a 3-20x improvement in training speed, completing training in just a few seconds.
14