celik-muhammed commited on
Commit
ce36fab
·
verified ·
1 Parent(s): bd3c673

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -16,14 +16,34 @@ This initiative brings together open-source contributors and ML practitioners to
16
  Explore intuitive visualization tools, diagnostic plots, interactive demos, and resources — all designed to make your models more transparent, trustworthy, and easier to understand.
17
 
18
  <!--
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
20
- | Model Name | Size | Strengths | Use Case |
21
  +===========================+==============+=============================================+==============================================+
22
  | modelsight-gpt2-base | ~124M params | Lightweight, fast, cost-effective | Prototyping, basic explanations |
23
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
24
  | modelsight-zephyr-7b | 7B params | SOTA chat/assistant, very contextual | Deep, interactive, rich explanations |
25
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
26
- | modelsight-llama2-7b | 7B params | Balanced, chat optimized, open weights | Scalable, efficient, powerful AI assistant |
27
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
28
  -->
29
 
 
16
  Explore intuitive visualization tools, diagnostic plots, interactive demos, and resources — all designed to make your models more transparent, trustworthy, and easier to understand.
17
 
18
  <!--
19
+
20
+ Empowering ML practitioners with clear, insightful, and interactive AI-driven explanations to enhance understanding and foster trust.
21
+
22
+
23
+ Selected AI Models
24
+ ------------------
25
+
26
+ +---------------------------------------------+-------------------+------------------+------------+-------------+
27
+ | Model | Task | Last Updated | Downloads | Likes |
28
+ +=============================================+===================+==================+============+=============+
29
+ | openai-community/gpt2 | Text Generation | Feb 19, 2024 | 10.5M | 2.76k |
30
+ +---------------------------------------------+-------------------+------------------+------------+-------------+
31
+ | HuggingFaceH4/zephyr-7b-beta | Text Generation | Oct 16, 2024 | 595k | 1.72k |
32
+ +---------------------------------------------+-------------------+------------------+------------+-------------+
33
+ | meta-llama/Llama-2-7b-chat-hf | Text Generation | Apr 17, 2024 | 1.23M | 4.43k |
34
+ +---------------------------------------------+-------------------+------------------+------------+-------------+
35
+
36
+ ModelSight Tuned Variants
37
+ --------------------------
38
+
39
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
40
+ | Model Name | Size | Strengths | Use Case |
41
  +===========================+==============+=============================================+==============================================+
42
  | modelsight-gpt2-base | ~124M params | Lightweight, fast, cost-effective | Prototyping, basic explanations |
43
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
44
  | modelsight-zephyr-7b | 7B params | SOTA chat/assistant, very contextual | Deep, interactive, rich explanations |
45
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
46
+ | modelsight-llama2-7b | 7B params | Balanced, chat-optimized, open weights | Scalable, efficient, powerful AI assistant |
47
  +---------------------------+--------------+---------------------------------------------+----------------------------------------------+
48
  -->
49