diamondbelema commited on
Commit
2d78b64
·
verified ·
1 Parent(s): 22b96ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ # Edu-Hive LLM Models
2
+ This repository hosts converted `.task` files for the [MediaPipe LLM Inference API](https://ai.google.dev).
3
+
4
+ ### Models Included:
5
+ - **Gemma 3 270M**: Provided by Google.
6
+ - **Qwen 2.5 0.5B**: Provided by Alibaba Cloud.
7
+ - **SmolLM 135M**: Provided by Hugging Face.
8
+
9
+ These models are used for the Edu-Hive Android application to generate flashcards, quizzes, and summaries.
10
+
11
+ ---
12
+ license: apache-2.0
13
+ ---