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

training.dvc 1.1 KB

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
25
26
27
28
29
  1. md5: 886efd328f2fa5c3da6e9294fa2ad4a4
  2. cmd: virtualenv .venv && source .venv/bin/activate && LANGMODELS_COMMIT_HASH=$(<langmodels-commit-hash.txt)
  3. && pip install -r https://raw.githubusercontent.com/giganticode/langmodels/$LANGMODELS_COMMIT_HASH/requirements.txt
  4. && pip install git+https://github.com/giganticode/langmodels@$LANGMODELS_COMMIT_HASH
  5. && langmodels train --config=$(pwd)/params.json --output-path=$(pwd)/output --patch="corpus.path=$(pwd)/data/25k-vocab-corpus"
  6. --rewrite-output; rm -rf .venv
  7. deps:
  8. - md5: ca2e8d6be677c14bd408fca1ad2c08cc.dir
  9. path: data/25k-vocab-corpus
  10. - md5: 8919fa553684a73e59e451113b8f529c
  11. path: langmodels-commit-hash.txt
  12. - md5: fc5564400c285d41255434aca2847294
  13. path: params.json
  14. outs:
  15. - md5: 0dd5ba59e68be67a63f3c027ad1e143a
  16. path: output/best.pth
  17. cache: true
  18. metric: false
  19. persist: false
  20. - md5: 09c4fcaa47fcdaf105018f772276d187
  21. path: output/training_metrics.csv
  22. cache: false
  23. metric: false
  24. persist: false
  25. - md5: 30d2f1a229f5ed538477afa85d1bc0c2
  26. path: output/vocab
  27. cache: true
  28. metric: false
  29. persist: false
Tip!

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

Comments

Loading...