Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

env.yaml 641 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. fasttext:
  2. dimension: 200
  3. epochs: 5
  4. word2vec:
  5. epochs: 20
  6. dimension: 200
  7. gnn:
  8. epochs: 100
  9. layers: 2
  10. batch_size: 2056
  11. hidden_channels: 200
  12. model_name: "graphsage"
  13. use_self_connection: True
  14. description_mode: False
  15. test_run: False
  16. graph_records_path: "data/dependency_records.csv"
  17. python_files_path: "data/all_crawled_python_files.feather"
  18. transformer:
  19. T5_model: "Salesforce/codet5-base-multi-sum"
  20. # "SEBIS/code_trans_t5_base_source_code_summarization_python_multitask_finetune"
  21. max_source_length: 256
  22. max_target_length: 64
  23. summarization:
  24. transformer_model_name: "doc2query/stackexchange-title-body-t5-base-v1"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...