-
`python run_summarization.py --mode=decode --data_path/home/intern/chenming_test/cnn-dailymail-master/finished_files/chunked/val_* --vocab_path=/home/intern/chenming_test/cnn-dailymail-master/finished…
-
I was running with the command `python run_summarization.py --mode=True --coverage=False --enhanced_attnetion=True --data_path=dataset/testset_* --batch_size=64 --vocab_path=dataset/vocab --log_root=S…
-
Could you please help me? I followed your preprocessing code and used the data format from the h5py file, but the results of my training are not very good. Could you provide some code for creating an …
-
I am using the script `roberta_base.sh` to train and test the model on PubMed summarization task. I am able to successfully train the model for multiple steps (5000) but it fails during evaluation tim…
-
### Project Name
Custom Copilot Full Stack App
### Description
the project has two approaches/paradigms to it:
1)The project can be made to act as your personal AI assistant that has acces…
-
# URL
- https://arxiv.org/abs/2305.14303
# Affiliations
- Yilun Zhao, N/A
- Zhenting Qi, N/A
- Linyong Nan, N/A
- Boyu Mi, N/A
- Yixin Liu, N/A
- Weijin Zou, N/A
- Simeng Han, N/A
- Ru…
-
For Abstractive Summarization Task, I run bash preprocess_cnndaily_bin.sh path/to/cnndm_raw_data after downloading [CNN dataset] and [Daily Mail dataset]. However, I met the following problem:
![file…
-
I created an issue from my last comment for us to discuss if it makes sense or not.
Perhaps, it would be good idea to decide for a framework that we can follow while you work on ML pipeline and the…
-
llama-stack install from source:https://github.com/meta-llama/llama-stack/tree/cherrypick-working
### System Info
python -m "torch.utils.collect_env"
/home/kaiwu/miniconda3/envs/llama/lib/pytho…
-
For large custom data stored on device (pdf, text, xml), how to turn custom large data into text embeddings and store them locally on device via vector database. Then perform vector search and submit…