PabloTJ commited on
Commit
5c56e1a
·
verified ·
1 Parent(s): 12a6276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🔁 LLM Palindrome Benchmark
2
 
3
- This app generates long, original palindromes in 10 languages using Hugging Face LLMs, rates their grammar using other models, and scores them based on correctness and fluency.
 
 
 
 
 
 
1
+ ---
2
+ title: "LLM Palindrome Benchmark"
3
+ emoji: 🔁
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🔁 LLM Palindrome Benchmark
13
 
14
+ This Hugging Face Space generates long, original palindromes in 10 languages using open-source LLMs, rates their grammar using other models, and scores them based on correctness and fluency.
15
+
16
+ Powered by:
17
+ - [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)
18
+ - [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
19
+ - [Flan-T5](https://huggingface.co/google/flan-t5-large)