Instructions to use nightdude/config_51111 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nightdude/config_51111 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-chat-hf") model = PeftModel.from_pretrained(base_model, "nightdude/config_51111") - Notebooks
- Google Colab
- Kaggle
| ,s,t,s_tok,t_tok,s_pcs,t_pcs | |
| 0,Earlier,В,2,1,▁Earlier,▁В | |
| 1,that,начале,1,1,▁that,▁начале | |
| 2,year,того,1,1,▁year,▁того | |
| 3,",",же,1,1,"▁,",▁же | |
| 4,I,года,1,1,▁I,▁года | |
| 5,played,я,1,1,▁played,▁я | |
| 6,what,проводил,1,2,▁what,▁проводил | |
| 7,is,так,1,1,▁is,▁так | |
| 8,called,называемый,1,3,▁called,▁называемый | |
| 9,simultaneous,сеанс,2,3,▁simultaneous,▁сеанс | |
| 10,exhibition,одновременной,1,4,▁exhibition,▁одновременной | |
| 11,against,игры,1,2,▁against,▁игры | |
| 12,32,против,3,1,▁32,▁против | |
| 13,of,32,1,3,▁of,▁32 | |
| 14,the,▁▁,1,1,▁the,▁▁▁ | |
| 15,world,▁▁,1,1,▁world,▁▁▁ | |
| 16,'s,▁▁,2,1,▁'s,▁▁▁ | |
| 17,best,лучших,1,2,▁best,▁лучших | |
| 18,chess-playing,в,5,1,▁chess-playing,▁в | |
| 19,machines,мире,1,2,▁machines,▁мире | |
| 20,in,шахматных,1,4,▁in,▁шахматных | |
| 21,Hamburg,вычислительных,1,5,▁Hamburg,▁вычислительных | |
| 22,",",машин,1,2,"▁,",▁машин | |
| 23,Germany,в,1,1,▁Germany,▁в | |
| 24,.,Гамбурге,1,4,▁.,▁Гамбурге | |
| 25,▁▁,",",1,1,▁▁▁,"▁," | |
| 26,▁▁,в,1,1,▁▁▁,▁в | |
| 27,▁▁,Германии,1,2,▁▁▁,▁Германии | |
| 28,▁▁,.,1,1,▁▁▁,▁. | |