ziffir commited on
Commit
a81c94f
·
verified ·
1 Parent(s): 68e14c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.42.0
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
@@ -13,5 +13,31 @@ hf_oauth_scopes:
13
  license: apache-2.0
14
  short_description: ViralGen-0.5v
15
  ---
 
16
 
17
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 6.5.1
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
 
13
  license: apache-2.0
14
  short_description: ViralGen-0.5v
15
  ---
16
+ # ⚡ Phoenix Recommendation AI
17
 
18
+ Grok-1 tabanlı profesyonel tweet tavsiye sistemi. X'in (Twitter) üretim seviyesi recommendation mimarisinin açık kaynak adaptasyonu.
19
+
20
+ ## 🏗️ Mimari
21
+
22
+ ### 1. Hash Bazlı Embedding Sistemi
23
+ - Bellek verimli hash tabloları
24
+ - Hızlı benzerlik araması
25
+
26
+ ### 2. Two-Tower Model
27
+ - **User Tower**: Kullanıcı geçmişini encode eder
28
+ - **Tweet Tower**: Tweet'leri encode eder
29
+
30
+ ### 3. Grok-1 Transformer
31
+ - 314B parametreli modelin open source versiyonu
32
+ - Rotary Positional Embeddings (RoPE)
33
+ - Grouped Query Attention
34
+
35
+ ## 🚀 Kurulum
36
+
37
+ ```bash
38
+ # Gereksinimleri yükle
39
+ pip install -r requirements.txt
40
+
41
+ # Uygulamayı başlat
42
+ python app.py
43
+ An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).