Skip to content

Commit 023e2f6

Browse files
authored
Merge branch 'main' into main
2 parents bd86c90 + ff5e23f commit 023e2f6

File tree

61 files changed

+67598
-6468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+67598
-6468
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.ipynb linguist-vendored
2+
*.html linguist-vendored
3+

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,7 @@ example/flex/
184184

185185
# retrieval
186186
temp/
187+
188+
# google workspace json
189+
credentials.json
190+
token.json

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Check Uniflow hands-on solutions:
3232

3333
- [Extract financial reports (PDFs) into summerrization](https://github.com/CambioML/cambio-cookbook/blob/main/examples/10K_Evaluator/10K_PDF_Summary.ipynb)
3434
- [Extract financial reports (PDFs) and finetune financial LLMs](https://github.com/CambioML/cambio-cookbook/blob/main/examples/10K_Evaluator/10K_PDF_Evaluator.ipynb)
35-
- [Extract A Math Book (HTMLs) into your question answer dataset](https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/blob/main/example/transform/self_instruct_custom_html_source.ipynb)
35+
- [Extract a math book (HTMLs) into your question answer dataset](https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/blob/main/example/transform/self_instruct_custom_html_source.ipynb)
3636
- [Extract PDFs into your question answer dataset](https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/blob/main/example/transform/huggingface_model_5QAs.ipynb)
3737
- Build RLHF/RLAIF perference datasets for LLM finetuning
3838

example/README.md

+107
Large diffs are not rendered by default.
83.1 KB
Loading

example/application/gmail_filter.ipynb

+397
Large diffs are not rendered by default.

example/llm/sagemaker_deploy.ipynb

-376
This file was deleted.

0 commit comments

Comments
 (0)