Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
egorkrash committed Mar 22, 2024
1 parent e40b169 commit f5d2011
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Meta- (out-of-context) Learning in Neural Networks
# Implicit meta-learning may lead language models to trust more reliable sources
<!-- # Meta- (out-of-context) Learning in Neural Networks -->

[![Tests](https://github.com/krasheninnikov/internalization/actions/workflows/main.yml/badge.svg)](https://github.com/krasheninnikov/internalization/actions/workflows/main.yml)
<!-- [![Tests](https://github.com/krasheninnikov/internalization/actions/workflows/main.yml/badge.svg)](https://github.com/krasheninnikov/internalization/actions/workflows/main.yml) -->

This repository contains code for the language model experiments from the paper **Meta- (out-of-context) Learning in Neural Networks** ([paper](https://arxiv.org/abs/2310.15047), [poster](https://drive.google.com/file/d/1aZMzo8Dzz20FIoxKhgsY62bjSp-LEuH9/view)).
<!-- This repository contains code for the language model experiments from the paper **Meta- (out-of-context) Learning in Neural Networks** ([paper](https://arxiv.org/abs/2310.15047), [poster](https://drive.google.com/file/d/1aZMzo8Dzz20FIoxKhgsY62bjSp-LEuH9/view)). -->
<!-- This codebase implements language model experiments described in the paper, and relies heavily on the HuggingFace Transformers library. -->

Steps to get started:
Expand Down

0 comments on commit f5d2011

Please sign in to comment.