david167 commited on
Commit
e6b5afc
Β·
1 Parent(s): 671b58c

Switch back to Llama-3.1-8B-Instruct model: update prompts, generation params, and UI descriptions

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,13 +11,13 @@ app_port: 7860
11
 
12
  # Question Generation AI
13
 
14
- This Hugging Face Space provides a ChatGPT-style interface for generating thoughtful questions from input statements using the **Google FLAN-T5-Large** model.
15
 
16
  ## Features
17
 
18
  - πŸ€– **ChatGPT-Style Interface**: Intuitive chat interface for generating questions
19
  - 🎯 **Customizable**: Adjust number of questions, difficulty level, and creativity
20
- - πŸ“š **FLAN-T5 Powered**: Uses Google's instruction-tuned T5 model for high-quality questions
21
  - πŸš€ **Fast & Reliable**: Optimized for quick response times
22
  - πŸ”§ **GPU Optimized**: Runs efficiently on NVIDIA A10G hardware
23
  - πŸ’‘ **Educational Focus**: Perfect for creating study materials and assessments
 
11
 
12
  # Question Generation AI
13
 
14
+ This Hugging Face Space provides a ChatGPT-style interface for generating thoughtful questions from input statements using the **Meta Llama-3.1-8B-Instruct** model.
15
 
16
  ## Features
17
 
18
  - πŸ€– **ChatGPT-Style Interface**: Intuitive chat interface for generating questions
19
  - 🎯 **Customizable**: Adjust number of questions, difficulty level, and creativity
20
+ - πŸ“š **Llama Powered**: Uses Meta.s instruction-tuned Llama 3.1 model for high-quality questions
21
  - πŸš€ **Fast & Reliable**: Optimized for quick response times
22
  - πŸ”§ **GPU Optimized**: Runs efficiently on NVIDIA A10G hardware
23
  - πŸ’‘ **Educational Focus**: Perfect for creating study materials and assessments