Giter VIP home page Giter VIP logo

numeracy-literacy's Introduction

Hi I'm Avi ๐Ÿ‘‹

  • ๐Ÿ”ญ I'm getting a PhD in Language Models, Natural Language Processing
  • ๐Ÿ›  I'm a part-time thinker, full-time tinkerer. I love building products.
  • ๐Ÿ’ฌ Ask me about NLP, Academia, PhD, books, movies, Los Angeles, and India ๐Ÿ‡ฎ๐Ÿ‡ณ
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐ŸŒ Personal webpage: https://avi-jit.github.io/

numeracy-literacy's People

Contributors

avi-jit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

j1372628520

numeracy-literacy's Issues

I cannot use huggingface dataset and I also failed to use other methods you linked.

I cannot use huggingface dataset using your example.

nice python train.py --batch-size 256 --gpus 0, --tsamples 100_000 --dsamples 10_000 --max_epochs 10 --enc exp --hidden 200 --accumulate_grad_batches 4 --seed 0 --dataset WC

So I downloaded datasets using your links.

Note that when loading from the Datasets library, numbers larger than sys.maxsize will be capped to avoid an overflow in PyArrow. For the uncapped version, you may download the json files directly for the train, dev, and test splits.

And naming problem occurred, I changed.

train.wiki.json
train.wiki.json.1 -> dev.wiki.json
train.wiki.json.2 -> test.wiki.json

But still, an error occurred.

Traceback (most recent call last):
  File "train.py", line 262, in <module>
    main()
  File "train.py", line 253, in main
    ckpt_cb = pl.callbacks.ModelCheckpoint(save_top_k=2, verbose=True, filepath='checkpoints/'+args.name+'/{epoch}')
TypeError: __init__() got an unexpected keyword argument 'filepath'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.