Coder Social home page Coder Social logo

alberto-it's People

Contributors

marcopoli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alberto-it's Issues

Is there any performance score that could be returned?

Hi! Thank you for the brilliant work! I am using Italian tweets for my research and want to use AlBERTo-it for sentiment analysis. We have hand-coded training set and hope to fine-tune the model. I am wondering if there's any type of performance score (such as probability, confidence, etc) so that I could conduct a interactive process in fine-tuning the model. I found such description in your paper, however didn't find related codes mentioned in github.

More guidance would be Much appreciated!

Tweet preprocessing before pre-training

Hi all,

Thanks for the cool contribution. I looked at the paper and found information on preprocessing but no mention of sentence splitting. You didn't do it then or did I miss something?

Thanks a lot in advance.

Tensorflow 2

Hi. I need to use Tensorflow 2 but seems that alBERTo is compatible only with Tensorflow 1.x. Someone could help me?

Doesn't load with transformers

Hi dear I can't load the example with your indications. Where I 'm failing?

from tokenizer import *
from transformers import AutoTokenizer, AutoModel

a = AlBERTo_Preprocessing(do_lower_case=True)
s: str = "#IlGOverno presenta le linee guida sulla scuola #labuonascuola - http://t.co/SYS1T9QmQN"
b = a.preprocess(s)

tok = AutoTokenizer.from_pretrained("m-polignano-uniba/bert_uncased_L-12_H-768_A-12_italian_alb3rt0")
tokens = tok.tokenize(b)
print(tokens)

model = AutoModel.from_pretrained("m-polignano-uniba/bert_uncased_L-12_H-768_A-12_italian_alb3rt0")

When I write a = AlBERTo_Preprocessing(do_lower_case=True), I have an "unresolved reference AlBERTo_Preprocessing". What I could do? Thank you dear

training size

Hi, I have a question about the training set of AlBERTo.
I've read that the pre-trained lower cased model is based on 200M of tweets (191GB of raw data) but what about the training set only? Could you please specify how large the training set is?
Thanks a lot.

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.