.gitignore
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/workflows/pypi_publish.yaml
assets/embeddings.svg
assets/logo_new.png
assets/vicuna_gpt35.svg
assets/vicuna_gpt4.svg
ochat/__init__.py
ochat.egg-info/PKG-INFO
ochat.egg-info/SOURCES.txt
ochat.egg-info/dependency_links.txt
ochat.egg-info/requires.txt
ochat.egg-info/top_level.txt
ochat/config/model_config.py
ochat/data/clean_sharegpt.py
ochat/data/filter_language.py
ochat/data/filter_sharegpt.py
ochat/data/generate_dataset.py
ochat/data/unwanted_words.py
ochat/evaluation/README.md
ochat/evaluation/conversation_templates.py
ochat/evaluation/match_answer.py
ochat/evaluation/run_eval.py
ochat/evaluation/view_results.py
ochat/evaluation/eval_data/fs_cothub/bbh/boolean_expressions.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/causal_judgement.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/date_understanding.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/disambiguation_qa.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/dyck_languages.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/formal_fallacies.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/geometric_shapes.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/hyperbaton.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/logical_deduction_five_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/logical_deduction_seven_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/logical_deduction_three_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/movie_recommendation.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/multistep_arithmetic_two.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/navigate.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/object_counting.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/penguins_in_a_table.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/reasoning_about_colored_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/ruin_names.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/salient_translation_error_detection.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/snarks.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/sports_understanding.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/temporal_sequences.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/tracking_shuffled_objects_five_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/tracking_shuffled_objects_seven_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/tracking_shuffled_objects_three_objects.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/web_of_lies.jsonl
ochat/evaluation/eval_data/fs_cothub/bbh/word_sorting.jsonl
ochat/evaluation/eval_data/fs_cothub/gsm8k/gsm8k.jsonl
ochat/evaluation/eval_data/zs/agieval/aqua-rat.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/logiqa-en.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/lsat-ar.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/lsat-lr.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/lsat-rc.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/sat-en-without-passage.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/sat-en.zero-shot.jsonl
ochat/evaluation/eval_data/zs/agieval/sat-math.zero-shot.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/boolean_expressions.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/causal_judgment.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/date_understanding.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/disambiguation_qa.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/formal_fallacies_syllogisms_negation.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/geometric_shapes.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/hyperbaton.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/logical_deduction_five_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/logical_deduction_seven_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/logical_deduction_three_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/movie_recommendation.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/navigate.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/penguins_in_a_table.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/reasoning_about_colored_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/ruin_names.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/salient_translation_error_detection.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/snarks.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/sports_understanding.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/temporal_sequences.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/tracking_shuffled_objects_five_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/tracking_shuffled_objects_seven_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/tracking_shuffled_objects_three_objects.jsonl
ochat/evaluation/eval_data/zs/bbh_mc_orca/web_of_lies.jsonl
ochat/evaluation/eval_data/zs/truthfulqa_orca/truthfulqa_mc.jsonl
ochat/experimental/generate_dataset_old.py
ochat/experimental/sharegpt.ipynb
ochat/experimental/test_multipack_dataloader.ipynb
ochat/experimental/text_length.ipynb
ochat/experimental/train_alpaca.py
ochat/experimental/verify_dataset.ipynb
ochat/experimental/verify_dataset_orca.ipynb
ochat/models/__init__.py
ochat/models/unpadded_llama.py
ochat/serving/async_tokenizer.py
ochat/serving/openai_api_protocol.py
ochat/serving/openai_api_server.py
ochat/training_deepspeed/deepspeed_config.json
ochat/training_deepspeed/multipack_dataloader.py
ochat/training_deepspeed/parquet_dataset.py
ochat/training_deepspeed/train.py