YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Fine-Tuned Mistral-7B CEFR Model

This is a fine-tuned version of unsloth/mistral-7b-instruct-v0.3-bnb-4bit for CEFR-level sentence generation.

  • Base Model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
  • Fine-Tuning: LoRA with SMOTE-balanced dataset
  • Training Details:
    • Dataset: CEFR-level sentences with SMOTE and undersampling for balance (no rebalancing for validation/test sets)
    • LoRA Parameters: r=32, lora_alpha=32, lora_dropout=0.5
    • Training Args: learning_rate=2e-5, batch_size=8, epochs=0.1, cosine scheduler
    • Optimizer: adamw_8bit
    • Early Stopping: Patience=3, threshold=0.01
  • Evaluation Metrics (Exact Matches):
    • CEFR Classifier Accuracy: 0.500
    • Precision (Macro): 0.333
    • Recall (Macro): 0.500
    • F1-Score (Macro): 0.389
  • Evaluation Metrics (Within 卤1 Level):
    • CEFR Classifier Accuracy: 0.833
    • Precision (Macro): 0.750
    • Recall (Macro): 0.833
    • F1-Score (Macro): 0.778
  • Other Metrics:
    • Perplexity: 3.838
    • Diversity (Unique Sentences): 0.100
    • Inference Time (ms): 6156.265
    • Model Size (GB): 4.1
    • Robustness (F1): 0.369
  • Confusion Matrix (Exact Matches):
  • Confusion Matrix (Within 卤1 Level):
  • Per-Class Confusion Metrics (Exact Matches):
    • A1: TP=10, FP=0, FN=0, TN=50
    • A2: TP=10, FP=10, FN=0, TN=40
    • B1: TP=10, FP=10, FN=0, TN=40
    • B2: TP=0, FP=10, FN=10, TN=40
    • C1: TP=0, FP=0, FN=10, TN=50
    • C2: TP=0, FP=0, FN=10, TN=50
  • Per-Class Confusion Metrics (Within 卤1 Level):
    • A1: TP=10, FP=0, FN=0, TN=50
    • A2: TP=10, FP=10, FN=0, TN=40
    • B1: TP=10, FP=0, FN=0, TN=50
    • B2: TP=10, FP=0, FN=0, TN=50
    • C1: TP=10, FP=0, FN=0, TN=50
    • C2: TP=0, FP=0, FN=10, TN=50
  • Usage:
    from transformers import AutoModelForCausalLM, AutoTokenizer
    
    model = AutoModelForCausalLM.from_pretrained("Mr-FineTuner/Test___01_withNewEval_andWithin-1_testnewmodels")
    tokenizer = AutoTokenizer.from_pretrained("Mr-FineTuner/Test___01_withNewEval_andWithin-1_testnewmodels")
    
    # Example inference
    prompt = "<|user|>Generate a CEFR B1 level sentence.<|end|>"
    inputs = tokenizer(prompt, return_tensors="pt")
    outputs = model.generate(**inputs, max_length=50)
    print(tokenizer.decode(outputs[0], skip_special_tokens=True))
    

Uploaded using huggingface_hub.

Downloads last month
6
Safetensors
Model size
9B params
Tensor type
F32
F16
U8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support