awacke1 commited on
Commit
5aa703c
โ€ข
1 Parent(s): ff59524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +39 -31
app.py CHANGED
@@ -1,6 +1,45 @@
1
  import streamlit as st
2
  from graphviz import Digraph
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  st.markdown("""
5
 
6
  # ๐Ÿ‘‹ Multiply your productivity by 100 times today using AI:
@@ -98,37 +137,6 @@ https://huggingface.co/spaces/awacke1/Sentence2Paragraph
98
  2. Open 5, try model card tests
99
  3. Open 3 in new tab, Deploy Spaces.
100
 
101
- # ๐ŸŒ Top Copy and Modify Examples
102
- Lets set time records for copy/modify pattern - Get these running in your account.
103
-
104
- 1. **Cognitive, RLHF**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
105
- - More on **Reinforcement Learning with Human Feedback** here: **https://huggingface.co/blog/rlhf**
106
- 2. **Big Science Bloom**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/BigScienceContinualGenerator)
107
- 3. **Torch and Git**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
108
- 4. **Useful QA, NLP and Visualization Models**:
109
- - Heatmap, Cluster: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/NLPSentenceSimilarityHeatmap)
110
- - QA Context: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Question-answering)
111
- - Seq2Seq: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5)
112
- - MLM: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/SOTA-MedEntity)
113
- 5. **Mapbox with AIPP Prompting Tips**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude)
114
- 6. **Clinical Terminology** NER: [Example ๐Ÿฉบโš•๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
115
-
116
- # ๐ŸŒ Curated Copy and Modify Advanced Real Time Video AI:
117
- ๐Ÿฉบโš•๏ธ Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
118
-
119
- # ๐ŸŒ Curated Copy and Modify Advanced NLP ASR Examples:
120
- 1. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
121
- 2. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
122
- 3. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/CloneAnyVoice
123
-
124
- # ๐ŸŒ Curated Copy and Modify - NLP and QA
125
- 1. โ“ **๐Ÿฉบโš•๏ธ Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
126
- 2. ๐Ÿ“Š **๐Ÿฉบโš•๏ธ Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
127
- 3. ๐Ÿ’ฌ **๐Ÿฉบโš•๏ธ Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
128
- 4. ๐Ÿ†• **๐Ÿฉบโš•๏ธ Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
129
- 5. ๐Ÿ“Š **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
130
- 6. ๐Ÿ“ˆ **๐Ÿฉบโš•๏ธ Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
131
-
132
  # ๐ŸŒ RLHF - Reinforcement Learning with Human Feedback - AGI Holy Grail
133
  ๐Ÿฉบโš•๏ธ [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
134
  ๐Ÿฉบโš•๏ธ [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)
 
1
  import streamlit as st
2
  from graphviz import Digraph
3
 
4
+ st.markdown("""
5
+
6
+ # ๐ŸŒ Modified Refactored Examples with ChatGPT, AI and HuggingFace
7
+
8
+ Lets set time records for copy/modify pattern - Get these running in your account.
9
+
10
+ Each teaches an essential state of the art AI technique.
11
+
12
+ 1. **Heatmap, and K Means Cluster AI ** Showing Related Sentences using Streamlit: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/NLPSentenceSimilarityHeatmap)
13
+ 2. **Cognitive, RLHF**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
14
+ - More on **Reinforcement Learning with Human Feedback** here: **https://huggingface.co/blog/rlhf**
15
+ 3. **Big Science Bloom**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/BigScienceContinualGenerator)
16
+ 4. **Torch and Git**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Image-to-Multilingual-OCR)
17
+ 5. **Useful QA, NLP and Visualization Models**:
18
+ - QA Context: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/Question-answering)
19
+ - Seq2Seq: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5)
20
+ - MLM: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/SOTA-MedEntity)
21
+ 6. **Mapbox with AIPP Prompting Tips**: [Example ๐Ÿฉบโš•๏ธ](https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude)
22
+ 7. **Clinical Terminology** NER: [Example ๐Ÿฉบโš•๏ธNLP Clinical Ontology Biomedical NER](https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology)
23
+
24
+ # ๐ŸŒ Curated Copy and Modify Advanced Real Time Video AI:
25
+ ๐Ÿฉบโš•๏ธ Yolo Real Time Image Recognition from Webcam: https://huggingface.co/spaces/awacke1/Webcam-Object-Recognition-Yolo-n-Coco
26
+
27
+ # ๐ŸŒ Curated Copy and Modify Advanced NLP ASR Examples:
28
+ 1. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/ASR-High-Accuracy-Test
29
+ 2. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
30
+ 3. ๐Ÿฉบโš•๏ธ https://huggingface.co/spaces/awacke1/CloneAnyVoice
31
+
32
+ # ๐ŸŒ Curated Copy and Modify - NLP and QA
33
+ 1. โ“ **๐Ÿฉบโš•๏ธ Question answering** - Answer questions posed in natural language. [Example](https://huggingface.co/spaces/awacke1/Question-answering)
34
+ 2. ๐Ÿ“Š **๐Ÿฉบโš•๏ธ Text classification** - Classify text into different categories. [Example](https://huggingface.co/spaces/awacke1/sileod-deberta-v3-base-tasksource-nli)
35
+ 3. ๐Ÿ’ฌ **๐Ÿฉบโš•๏ธ Text generation** - Generate natural language text. [Example](https://huggingface.co/spaces/awacke1/Sentence2Paragraph)
36
+ 4. ๐Ÿ†• **๐Ÿฉบโš•๏ธ Generation of new data**: Create new data that resembles existing data. [Example](https://huggingface.co/spaces/awacke1/GenAI-Generate-New-Data-Resembling-Example)
37
+ 5. ๐Ÿ“Š **Data synthesis**: Synthesize data from multiple sources to create new datasets. [Example](https://huggingface.co/spaces/awacke1/Data-Synthesizer-Synthesize-From-Multiple-Sources)
38
+ 6. ๐Ÿ“ˆ **๐Ÿฉบโš•๏ธ Data augmentation**: Augment existing datasets to make them larger and more diverse. [Example](https://huggingface.co/spaces/awacke1/Data-Augmentation)
39
+
40
+ """)
41
+
42
+
43
  st.markdown("""
44
 
45
  # ๐Ÿ‘‹ Multiply your productivity by 100 times today using AI:
 
137
  2. Open 5, try model card tests
138
  3. Open 3 in new tab, Deploy Spaces.
139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  # ๐ŸŒ RLHF - Reinforcement Learning with Human Feedback - AGI Holy Grail
141
  ๐Ÿฉบโš•๏ธ [ROUGE](https://huggingface.co/spaces/evaluate-metric/rouge)
142
  ๐Ÿฉบโš•๏ธ [BLEU](https://huggingface.co/spaces/evaluate-metric/bleu)