Giter VIP home page Giter VIP logo

Comments (6)

shuaijiumei avatar shuaijiumei commented on August 27, 2024 3

easy to handle, \bert_score\score.py this file,change the line 95 ,
if num_layers is None: num_layers = model2layers[model_type]
to
if num_layers is None: # 如果 model_type 是路径,则截取最后一个/后的字符串 if "/" in model_type: num_layers = model2layers[model_type.split("/")[-1]]
Then you could use your local model, hope It could help you

from bert_score.

WangYangfan avatar WangYangfan commented on August 27, 2024 2

easy to handle, \bert_score\score.py this file,change the line 95 , if num_layers is None: num_layers = model2layers[model_type] to if num_layers is None: # 如果 model_type 是路径,则截取最后一个/后的字符串 if "/" in model_type: num_layers = model2layers[model_type.split("/")[-1]] Then you could use your local model, hope It could help you

Good!

I make this method work better. After modification, you only need to change model_type to your local model path, e.g.

self.bert_scorer = BERTScorer(
    model_type="/Users/wangyangfan/remote/models/FacebookAI/roberta-large",
    device='mps', 
    rescale_with_baseline=True, 
    lang='en'
)

👏 Inspired by @shuaijiumei, thanks a lot!

Also, I created a PR that you can collaborate with if you are interested!

from bert_score.

shuaijiumei avatar shuaijiumei commented on August 27, 2024

maybe yes

from bert_score.

141forever avatar 141forever commented on August 27, 2024

THANKS A LOT!

from bert_score.

Brown-yang avatar Brown-yang commented on August 27, 2024

easy to handle, \bert_score\score.py this file,change the line 95 , if num_layers is None: num_layers = model2layers[model_type] to if num_layers is None: # 如果 model_type 是路径,则截取最后一个/后的字符串 if "/" in model_type: num_layers = model2layers[model_type.split("/")[-1]] Then you could use your local model, hope It could help you
Thank u. It works a lot, Awesome

from bert_score.

zxjhellow2 avatar zxjhellow2 commented on August 27, 2024

easy to handle, \bert_score\score.py this file,change the line 95 , if num_layers is None: num_layers = model2layers[model_type] to if num_layers is None: # 如果 model_type 是路径,则截取最后一个/后的字符串 if "/" in model_type: num_layers = model2layers[model_type.split("/")[-1]] Then you could use your local model, hope It could help you

照着修改了这里怎么也不管用啊,**国内也连不上huggingface,我把预训练模型文件下载下来了,修改了utils里面的lang2model、model2layers中模型的路径,还是提示 We couldn't connect to 'https://huggingface.co/' to load this file,

from bert_score.

Related Issues (20)

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.