datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
gemma_2b_outputs
Gemma 2B Green LLM Experiment Outputs
This dataset repository contains experiment artifacts for Gemma 2B green-LLM runs, including LoRA adapter checkpoints, metrics, predictions, carbon logs, and figures.
Contents
checkpoints/: LoRA adapter checkpoints for CE baseline and joint-loss variants.
metrics/: training histories, SQuAD and MMLU summaries, prediction CSVs, calibration tables, and surrogate weights.
logs/: run histories and carbon summary JSON files.
carbon/:… See the full description on the dataset page: https://huggingface.co/datasets/PhotonTJ/gemma_2b_outputs.Gemma-27Bgemma-2-2b-it-ipg-training-datagemma-2b_self_0.7_0.05_wiki_sentencesgemma2-all_atten_0.7_0.03_wiki_sentencesgemma2-all_atten_0.7_0.003_wiki_sentencesgemma-2b-cameroon-cultural-blindspots
Gemma-2b Cameroon Cultural Blindspots
This dataset highlights the "blind spots" of the Google Gemma-2-2b base model regarding Cameroonian culture, geography, and local languages.
1. Model Tested
Model Name: google/gemma-2-2b
Type: Base Model (Pre-trained)
2. Loading Procedure
The model was loaded using the transformers library on a Google Colab T4 GPU:
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch
model_id = "google/gemma-2-2b"… See the full description on the dataset page: https://huggingface.co/datasets/zox-BT/gemma-2b-cameroon-cultural-blindspots.gemma-2b_baseline_self_0.7_0.05_sentencesgemma-2b-7b_all_atten_0.7_0.05_sentencesgemma2-9B-2B_ours_0.6_0.05_sentencesgemma_2b_it_datasetgemma-2b-7b_all_atten_0.6_0.05_sentencesgemma2-9B_self_0.7_0.05_sentencesgemma_2b_2kGemma2-Design-interviewgemma2-9B_self_0.6_0.05_sentencesgemma2-all_atten_0.7_0.005_wiki_sentencesgemma2-9B-2B_ours_0.7_0.03_sentencesgemma-2b-7b_all_atten_0.6_0.03_sentencesgemma-2b-7b_all_atten_0.7_0.03_sentencesgemma2-9B-2B_ours_0.7_0.05_sentencesgemma2-2B_self_0.6_0.05_sentencesgemma2-2B_self_0.7_0.05_sentencesgemma2-2B-all_atten_0.7_0.03_wiki_sentencesgemma2-2B-all_atten_0.7_0.005_wiki_sentencesgemma2-9B-all_atten_0.7_0.03_wiki_sentencesgemma2-9B-all_atten_0.7_0.005_wiki_sentencesgemma2-9B-2B_ours_0.7_0.01_sentencesgemma2-9B-2B_ours_0.6_0.01_sentencesgemma2-9B-2B_ours_0.6_0.03_sentences
