hojzas / proj8-lab1

huggingface.co
Total runs: 7
24-hour runs: 0
7-day runs: 1
30-day runs: -1
Model's Last Updated: January 31 2024
text-classification

Introduction of proj8-lab1

Model Details of proj8-lab1

SetFit with sentence-transformers/all-mpnet-base-v2

This is a SetFit model trained on the hojzas/proj8-lab1 dataset that can be used for Text Classification. This SetFit model uses sentence-transformers/all-mpnet-base-v2 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:

  1. Fine-tuning a Sentence Transformer with contrastive learning.
  2. Training a classification head with features from the fine-tuned Sentence Transformer.
Model Details
Model Description
Model Sources
Model Labels
Label Examples
0
  • 'def first_with_given_key(iterable, key=lambda x: x):\n keys_in_list = []\n for it in iterable:\n if key(it) not in keys_in_list:\n keys_in_list.append(key(it))\n yield it'
  • 'def first_with_given_key(iterable, key=lambda value: value):\n it = iter(iterable)\n saved_keys = []\n while True:\n try:\n value = next(it)\n if key(value) not in saved_keys:\n saved_keys.append(key(value))\n yield value\n except StopIteration:\n break'
  • 'def first_with_given_key(iterable, key=None):\n if key is None:\n key = lambda x: x\n item_list = []\n key_set = set()\n for item in iterable:\n generated_item = key(item)\n if generated_item not in item_list:\n item_list.append(generated_item)\n yield item'
1
  • 'def first_with_given_key(lst, key = lambda x: x):\n res = set()\n for i in lst:\n if repr(key(i)) not in res:\n res.add(repr(key(i)))\n yield i'
  • 'def first_with_given_key(iterable, key=repr):\n set_of_keys = set()\n lambda_key = (lambda x: key(x))\n for item in iterable:\n key = lambda_key(item)\n try:\n key_for_set = hash(key)\n except TypeError:\n key_for_set = repr(key)\n if key_for_set in set_of_keys:\n continue\n set_of_keys.add(key_for_set)\n yield item'
  • 'def first_with_given_key(iterable, key=None):\n if key is None:\n key = identity\n appeared_keys = set()\n for item in iterable:\n generated_key = key(item)\n if not generated_key. hash :\n generated_key = repr(generated_key)\n if generated_key not in appeared_keys:\n appeared_keys.add(generated_key)\n yield item'
Evaluation
Metrics
Label Accuracy
all 0.9722
Uses
Direct Use for Inference

First install the SetFit library:

pip install setfit

Then you can load this model and run inference.

from setfit import SetFitModel

# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("hojzas/proj8-lab1")
# Run inference
preds = model("def first_with_given_key(iterable, key=repr):
    res = []
    keys = set()
    for item in iterable:
        if key(item) not in keys:
            keys.add(key(item))
    return res")
Training Details
Training Set Metrics
Training set Min Median Max
Word count 43 91.6071 125
Label Training Sample Count
0 20
1 8
Training Hyperparameters
  • batch_size: (16, 16)
  • num_epochs: (1, 1)
  • max_steps: -1
  • sampling_strategy: oversampling
  • num_iterations: 20
  • body_learning_rate: (2e-05, 2e-05)
  • head_learning_rate: 2e-05
  • loss: CosineSimilarityLoss
  • distance_metric: cosine_distance
  • margin: 0.25
  • end_to_end: False
  • use_amp: False
  • warmup_proportion: 0.1
  • seed: 42
  • eval_max_steps: -1
  • load_best_model_at_end: False
Training Results
Epoch Step Training Loss Validation Loss
0.0143 1 0.4043 -
0.7143 50 0.0022 -
Environmental Impact

Carbon emissions were measured using CodeCarbon .

  • Carbon Emitted : 0.002 kg of CO2
  • Hours Used : 0.006 hours
Training Hardware
  • On Cloud : No
  • GPU Model : 4 x NVIDIA RTX A5000
  • CPU Model : Intel(R) Xeon(R) Silver 4314 CPU @ 2.40GHz
  • RAM Size : 251.49 GB
Framework Versions
  • Python: 3.10.12
  • SetFit: 1.0.3
  • Sentence Transformers: 2.2.2
  • Transformers: 4.36.1
  • PyTorch: 2.1.2+cu121
  • Datasets: 2.14.7
  • Tokenizers: 0.15.1
Citation
BibTeX
@article{https://doi.org/10.48550/arxiv.2209.11055,
    doi = {10.48550/ARXIV.2209.11055},
    url = {https://arxiv.org/abs/2209.11055},
    author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
    keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
    title = {Efficient Few-Shot Learning Without Prompts},
    publisher = {arXiv},
    year = {2022},
    copyright = {Creative Commons Attribution 4.0 International}
}

Runs of hojzas proj8-lab1 on huggingface.co

7
Total runs
0
24-hour runs
0
3-day runs
1
7-day runs
-1
30-day runs

More Information About proj8-lab1 huggingface.co Model

proj8-lab1 huggingface.co

proj8-lab1 huggingface.co is an AI model on huggingface.co that provides proj8-lab1's model effect (), which can be used instantly with this hojzas proj8-lab1 model. huggingface.co supports a free trial of the proj8-lab1 model, and also provides paid use of the proj8-lab1. Support call proj8-lab1 model through api, including Node.js, Python, http.

proj8-lab1 huggingface.co Url

https://huggingface.co/hojzas/proj8-lab1

hojzas proj8-lab1 online free

proj8-lab1 huggingface.co is an online trial and call api platform, which integrates proj8-lab1's modeling effects, including api services, and provides a free online trial of proj8-lab1, you can try proj8-lab1 online for free by clicking the link below.

hojzas proj8-lab1 online free url in huggingface.co:

https://huggingface.co/hojzas/proj8-lab1

proj8-lab1 install

proj8-lab1 is an open source model from GitHub that offers a free installation service, and any user can find proj8-lab1 on GitHub to install. At the same time, huggingface.co provides the effect of proj8-lab1 install, users can directly use proj8-lab1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

proj8-lab1 install url in huggingface.co:

https://huggingface.co/hojzas/proj8-lab1

Url of proj8-lab1

proj8-lab1 huggingface.co Url

Provider of proj8-lab1 huggingface.co

hojzas
ORGANIZATIONS

Other API from hojzas

huggingface.co

Total runs: 20
Run Growth: 15
Growth Rate: 75.00%
Updated:January 18 2024
huggingface.co

Total runs: 19
Run Growth: 15
Growth Rate: 78.95%
Updated:January 17 2024
huggingface.co

Total runs: 12
Run Growth: 4
Growth Rate: 30.77%
Updated:January 31 2024
huggingface.co

Total runs: 10
Run Growth: 1
Growth Rate: 11.11%
Updated:May 13 2024
huggingface.co

Total runs: 6
Run Growth: -5
Growth Rate: -71.43%
Updated:January 25 2024